public class ColorFunctions extends BuiltInFunctionsPack
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ALPHA |
protected static String |
ARGB |
protected static String |
AVERAGE |
protected static String |
BLUE |
protected static String |
CONTRAST |
protected static String |
DARKEN |
protected static String |
DESATURATE |
protected static String |
DIFFERENCE |
protected static String |
EXCLUSION |
protected static String |
FADE |
protected static String |
FADEIN |
protected static String |
FADEOUT |
protected static String |
GREEN |
protected static String |
GREYSCALE |
protected static String |
HARDLIGHT |
protected static String |
HSL |
protected static String |
HSLA |
protected static String |
HSV |
protected static String |
HSVA |
protected static String |
HUE |
protected static String |
LIGHTEN |
protected static String |
LIGHTNESS |
protected static String |
LUMA |
protected static String |
MIX |
protected static String |
MULTIPLY |
protected static String |
NEGATION |
protected static String |
OVERLAY |
protected static String |
RED |
protected static String |
RGB |
protected static String |
RGBA |
protected static String |
SATURATE |
protected static String |
SATURATION |
protected static String |
SCREEN |
protected static String |
SHADE |
protected static String |
SOFTLIGHT |
protected static String |
SPIN |
protected static String |
TINT |
| Constructor and Description |
|---|
ColorFunctions(ProblemsHandler problemsHandler) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,com.github.sommeri.less4j.core.compiler.expressions.Function> |
getFunctions() |
canEvaluate, evaluateprotected static final String RGB
protected static final String RGBA
protected static final String ARGB
protected static final String HSL
protected static final String HSLA
protected static final String HSV
protected static final String HSVA
protected static final String HUE
protected static final String SATURATION
protected static final String LIGHTNESS
protected static final String RED
protected static final String GREEN
protected static final String BLUE
protected static final String ALPHA
protected static final String LUMA
protected static final String SATURATE
protected static final String DESATURATE
protected static final String LIGHTEN
protected static final String DARKEN
protected static final String FADEIN
protected static final String FADEOUT
protected static final String FADE
protected static final String SPIN
protected static final String MIX
protected static final String GREYSCALE
protected static final String CONTRAST
protected static final String MULTIPLY
protected static final String SCREEN
protected static final String OVERLAY
protected static final String SOFTLIGHT
protected static final String HARDLIGHT
protected static final String DIFFERENCE
protected static final String EXCLUSION
protected static final String AVERAGE
protected static final String NEGATION
protected static final String TINT
protected static final String SHADE
public ColorFunctions(ProblemsHandler problemsHandler)
protected Map<String,com.github.sommeri.less4j.core.compiler.expressions.Function> getFunctions()
getFunctions in class BuiltInFunctionsPackCopyright © 2012-2014. All Rights Reserved.