PictureEffectsRaw Xojo Plugin |
|
BrightnessEffectRaw.Apply Method (console safe)
Applies the effect on a RawBitmap image with parameters that have been set on the class instance, taking additionally value for the brightness as parameter.
Apply(
source as RawBitmap,
value as Single) as RawBitmap
Parameters
- source
- The source image as RawBitmap
- value
- The brightness value to use. (-1.0 to 1.0)
Returns
- RawBitmap
- The result as RawBitmap or nil if there was error
Remarks
See Also
BrightnessEffectRaw Class