PictureEffectsRaw Xojo Plugin |
|
PolarCoordinatesEffectRaw.BackColor Property (console safe)
Sets back color to fill the area around the circle when doing rectangular to polar transform.
BackColor as EinhugurColors.GenericColor {Read and Write}
Remarks
Since this is of the type EinhugurColors.GenericColor then you can assign to the value like this for example:
effect.BackColor = ctype(&cFF00FF,EinhugurColors.RGBColor)
The color can also take CMYKColor and both the RGBColor and CMYKColor can include alpha channel.
See Also
PolarCoordinatesEffectRaw Class