PictureEffectsRaw Xojo Plugin |
|
SepiaEffectRaw.Apply Method (console safe)
Applies the effect on a RawBitmap image taking in Sepia value as parameter.
Apply(
source as RawBitmap,
value as Single) as RawBitmap
Parameters
- source
- The source image as RawBitmap
- value
- The sepia value. The value can be from 0.0 to 1.0. Lower gives more black and white result while higher value gives more brown tones
Returns
- RawBitmap
- The result as RawBitmap or nil if there was error
Remarks
See Also
SepiaEffectRaw Class