PictureEffectsRaw Xojo Plugin

RainbowEffectRaw.RainbowTypeValues Enum

Enum that contains values to define rainbow type

enum RainbowEffectRaw.RainbowTypeValues

Constants

HORIZONTAL = 0Horizontal
VERTICAL = 1Vertical
POINT_OF_ORIGIN = 2Point 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 = 3Line 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)