PictureEffectsRaw Xojo Plugin |
|
MapEffectRaw.SetMaps Method (console safe)
Sets the mapping parameters
SetMaps(
red() as UInt8,
green() as UInt8,
blue() as UInt8)
Parameters
- red()
- The red channel mapping, defined as: Dim red(255) as UInt8, where array elements 0 - 255 contain the mapping for the red channel.
- green()
- The green channel mapping, defined as: Dim green(255) as UInt8, where array elements 0 - 255 contain the mapping for the green channel.
- blue()
- The blue channel mapping, defined as: Dim blue(255) as UInt8, where array elements 0 - 255 contain the mapping for the blue channel.
Remarks
See Also
MapEffectRaw Class