PictureEffectsRaw Xojo Plugin |
|
RainbowEffectRaw.RainbowTypeValues Enum
Enum that contains values to define rainbow type
enum RainbowEffectRaw.RainbowTypeValues
Constants
HORIZONTAL = 0 | Horizontal |
VERTICAL = 1 | Vertical |
POINT_OF_ORIGIN = 2 | Point of origin. (creates radial effect)
When using point of Origin then all values are calculated from that point.
(Note point of origin may be set outside of the image to stretch the rainbow further if desired) |
LINE_OF_ORIGIN = 3 | Line of origin. (creates diagonal effect)
When using line of origin then the line is infinite long and all values are calculated as distance from this line.
(Note line of origin may be set outside of the image to stretch the rainbow further if desired) |