PictureEffects Xojo and Real Studio Plugin |
|
ImageChannelMixer.ExtractChannels Method
Extracts image channels from a image.
ExtractChannels(
source as Picture,
flags as Integer)
Parameters
- source
- The source image.
- flags
- Flags defined by PictureEffectsChannel constants. More than one can be combined by using Bitwise OR to combine them.
Remarks
Properties of the ImageChannelMixer class will be populated depending on which flags are set in this function.
See Also
ImageChannelMixer Class