| PictureEffectsRaw Xojo Plugin |
|
BrightnessContrastEffectRaw.ApplyInPlace Method (console safe)
Applies the effect on a RawBitmap image with parameters that have been set on the class instance, and the RawBitmap passed in will also get the result image.

ApplyInPlace(
source
as RawBitmap,
brightnessValue
as Single,
contrastValue
as Single)
Parameters
- source
- The source image as RawBitmap
- brightnessValue
- The brightness value to use. (-1.0 to 1.0)
- contrastValue
- The contrast value. The value can be from -1.0 to 1.0
Remarks
See Also
BrightnessContrastEffectRaw Class