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)

module GrayScaleType

Constants

NTSC_PAL = 0NTSC and PAL.
ITU_R = 1A standard known as ITU-R
AVERAGE = 2A simple average of the colors.
WEIGHTEDAVERAGE = 3A weighted average of the colors where blue has more weight than green.