Package picasso.parser.tokens.functions

Class Summary
AbsToken Represents abs value function token
AtanToken Represents an arctangent function token
CeilToken Represents the ceiling function token
ClampToken Represents the ceiling function token
CosToken Represents cosine function token
ExpToken Represents exp function token
FloorToken Represents the floor function token
FunctionToken Parent class for Tokens that represent functions.
LogToken Represents a log token
PerlinBWToken Represents perlin BW token
PerlinColorToken Represents perlin color token
RgbToYCrCbToken Represents the RgbToYCrCb function token
SinToken Represents the sine function token
TanToken Represents a tangent function token
WrapToken Represents wrap function token
YCRC2RGBRToken Represents the YCRC2RGBR function token