PictureEffectsRaw Xojo Plugin |
|
RenderGradientRaw.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,
startColor as Color,
endColor as Color)
Parameters
- source
- The source image as RawBitmap
- startColor
- The start color of the gradient.
- endColor
- The end color of the gradient.
Remarks
See Also
RenderGradientRaw Class