PictureEffectsRaw Xojo Plugin

ImageChannelMixerRaw.ExtractChannels Method (console safe)

Extracts channels from a RawBitmap by a given mask.

ExtractChannels(
   source as RawBitmap,
   flags as Integer)

Parameters

source
The source raw bitmap.
flags
Flags defined by constants in this class. More than one can be combined by using Bitwise OR to combine them.

Remarks

See Also

ImageChannelMixerRaw Class