IColorFunction
Description
- Derived from
- Extended by
-
ColorFunction abstract
Base interface for classes that compute procedural color noise values.
Public / Methods
Add
Returns a color function that sums the color values of the given function and this one.
result := this + function
- See also
Blend
Returns a color function that blends the color values returned by this color function with the color values returned by the given color function.
- See also
Mul
Returns a color function that multiplies the color values returned by this color function with the color values returned by the given color function.
result := this * factor
- See also
Extensions
Add
Returns a noise function that adds the given color value to the noise values returned by this function.
result := this + value
Mul
Returns a noise function that multiplies the noise values returned by this noise function with the given color value.
result := this * value