PictureEffectsRaw Xojo Plugin |
|
ColorFilterEffectRaw.ApplyInPlace Method (console safe)
Applies the effect on a RawBitmap image with parameters that are passed in with the method, and the RawBitmap passed in will also get the result image.
ApplyInPlace(
source as RawBitmap,
red as Single,
green as Single,
blue as Single)
Parameters
- source
- The source image as RawBitmap
- red
- The red channel change. Range of this parameter can be from 1.0 to 1.0.
- green
- The green channel change. Range of this parameter can be from 1.0 to 1.0.
- blue
- The blue channel change. Range of this parameter can be from 1.0 to 1.0.
Remarks
See Also
ColorFilterEffectRaw Class