| Package | Description |
|---|---|
| org.serversass |
| Modifier and Type | Method and Description |
|---|---|
static Expression |
Functions.adjusthue(Generator generator,
FunctionCall input)
Adjusts the hue of the given color by the given number of degrees.
|
static Expression |
Functions.darken(Generator generator,
FunctionCall input)
Decreases the lightness of the given color by N percent.
|
static Expression |
Functions.desaturate(Generator generator,
FunctionCall input)
Decreases the saturation of the given color by N percent.
|
Expression |
Generator.evaluateFunction(FunctionCall call)
Evaluates the given function.
|
static Expression |
Functions.lighten(Generator generator,
FunctionCall input)
Increases the lightness of the given color by N percent.
|
static Expression |
Functions.rgb(Generator generator,
FunctionCall input)
Creates a color from given RGB values.
|
static Expression |
Functions.rgba(Generator generator,
FunctionCall input)
Creates a color from given RGB and alpha values.
|
static Expression |
Functions.saturate(Generator generator,
FunctionCall input)
Increases the saturation of the given color by N percent.
|
Copyright © 2016. All rights reserved.