PictureEffectsRaw Xojo Plugin

ColorFilterEffectRaw.Apply Method (console safe)

Applies the effect on a RawBitmap image with parameters that are passed in with the method.

Apply(
   source as RawBitmap,
   red as Single,
   green as Single,
   blue as Single) as RawBitmap

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.

Returns

RawBitmap

Remarks

See Also

ColorFilterEffectRaw Class