|
Class Summary |
| Abs |
Represents the absolute value function |
| Atan |
Represents the atan function |
| Ceil |
Represents the ceiling function |
| Clamp |
Represents the value restricting function clamp |
| Constant |
Represents a constant in the Picasso language. |
| Cosine |
Represents the cosine function |
| Divide |
Represents the divide function |
| Exp |
Represents the Exp function |
| Exponentiate |
Represents the exponential function |
| Floor |
Represents the floor function |
| Image |
Represents a String (filename) in the Picasso language. |
| Log |
Represents the log function |
| Minus |
Represents the subtraction function |
| Mod |
Represents the mod function |
| MultiArgFunction |
Represents a function that takes many arguments. |
| Multiply |
Represents the multiplication function |
| Negate |
Represents the negation function |
| PerlinBW |
Represents the perlinBWfunction |
| PerlinColor |
Represents the perlincolor function |
| PicassoString |
Represents a String (filename) in the Picasso language. |
| Plus |
Represents the addition function |
| RandomColor |
generates random color |
| RGBColor |
Special color class for Picasso |
| RgbToYCrCb |
Represents the RgbToYCrCb function |
| Sine |
Represents the Sine function |
| Tan |
Represents the tan function |
| UnaryFunction |
Represents a function that takes one argument. |
| Variable |
Represents a variable |
| Wrap |
Wraps the value (ex 1.5 to -.5) |
| X |
Represents x |
| Y |
Represents y |
| YCRC2RGBR |
Represents the YCRC2RGBR function |