PictureEffects Xojo and Real Studio Plugin

GrayScaleType Module

Constants for GrayScaleType that can be used with the GrayScale effect.

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.