PictureEffectsRaw Xojo Plugin

BlendEffectRaw.FillMask Property (console safe)

To limit the filtering to certain pixels then set a RawBitmapMask instance to define the mask to this property.

FillMask as RawBitmapMask {Read and Write}

Remarks

Set this property to nil if the filtering should not be limited to certain pixels.

The mask can be any kind of mask that TypeLib supports, like Rect mask, Polygon mask, Fading mask, Bitmap mask, etc.

See Also

BlendEffectRaw Class