Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
xomDXGraphics
type TChannelMixer = class(TXOMObject)
TChannelMixer
procedure AfterConstruction; override;
procedure BeforeDestruction; override;
property GrayChannel : TChannelMixerChannel read FGrayChannel write FGrayChannel;
property RedChannel : TChannelMixerChannel read FRedChannel write FRedChannel;
property GreenChannel: TChannelMixerChannel read FGreenChannel write FGreenChannel;
property BlueChannel : TChannelMixerChannel read FBlueChannel write FBlueChannel;