PictureEffectsRaw Xojo Plugin

GrayscaleEffectRaw.GrayscaleType Property (console safe)

Use this property to specify which GrayScale algorithm to use.

GrayscaleType as Integer {Read and Write}

Remarks

0 = NTSC/PAL
1 = ITU_R
2 = Average
3 = Weighted average

Normally you would just pass a constant here like: GrayScaleType.NTSC_PAL

See Also

GrayscaleEffectRaw Class