| Package | Description |
|---|---|
| org.serversass | |
| org.serversass.ast |
| 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.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
Number.eval(Scope scope,
Generator gen) |
Expression |
VariableReference.eval(Scope scope,
Generator gen) |
Expression |
Operation.eval(Scope scope,
Generator gen) |
Expression |
ValueList.eval(Scope scope,
Generator gen) |
Expression |
Expression.eval(Scope scope,
Generator gen)
If possible the expression is evaluated and a simplified expression is returned.
|
Expression |
FunctionCall.eval(Scope scope,
Generator gen) |
Expression |
NamedParameter.eval(Scope scope,
Generator gen) |
Expression |
MediaFilter.eval(Scope scope,
Generator gen) |
Expression |
Color.eval(Scope scope,
Generator gen) |
Expression |
Value.eval(Scope scope,
Generator gen) |
protected double |
Operation.evalOperation(Generator gen,
double lVal,
double rVal) |
String |
Section.getMediaQuery(Scope scope,
Generator gen)
Compiles the effective media query of this section into a string
|
Copyright © 2016. All rights reserved.