PictureEffectsConsole Xojo Plugin |
|
GrayScaleType Module
Constants for GrayScaleType that can be used with the GrayScale effect. (Note defined in the main PictureEffects plugin, not in PictureEffectsConsole)
Constants
NTSC_PAL = 0 | NTSC and PAL. |
ITU_R = 1 | A standard known as ITU-R |
AVERAGE = 2 | A simple average of the colors. |
WEIGHTEDAVERAGE = 3 | A weighted average of the colors where blue has more weight than green. |