PictureEffectsRaw Xojo Plugin |
|
PolarCoordinatesEffectRaw.Apply Method (console safe)
Applies the effect on a RawBitmap image taking in parameters to configure the effect.
Apply(
source as RawBitmap,
rectangularToPolar as Boolean,
flipMapping as Boolean,
backColor as EinhugurColors.GenericColor) as RawBitmap
Parameters
- source
- The source image as RawBitmap
- rectangularToPolar
- Set to true to do rectangular to polar transform, set to false to do polar to rectangular transform.
- flipMapping
- Set to true to flip the mapping to the other direction.
- backColor
- The color that will be used to fill the area around the circle when doing Rectangular to Polar transform.
Returns
- RawBitmap
- The result as RawBitmap or nil if there was error
Remarks
See Also
PolarCoordinatesEffectRaw Class