Class TChannelMixer

Unit

Declaration

type TChannelMixer = class(TXOMObject)

Description

TChannelMixer

Hierarchy

  • TXOMObject
  • TChannelMixer

Overview

Methods

Public procedure AfterConstruction; override;
Public procedure BeforeDestruction; override;

Properties

Published property GrayChannel : TChannelMixerChannel read FGrayChannel write FGrayChannel;
Published property RedChannel : TChannelMixerChannel read FRedChannel write FRedChannel;
Published property GreenChannel: TChannelMixerChannel read FGreenChannel write FGreenChannel;
Published property BlueChannel : TChannelMixerChannel read FBlueChannel write FBlueChannel;

Description

Methods

Public procedure AfterConstruction; override;
 
Public procedure BeforeDestruction; override;
 

Properties

Published property GrayChannel : TChannelMixerChannel read FGrayChannel write FGrayChannel;
 
Published property RedChannel : TChannelMixerChannel read FRedChannel write FRedChannel;
 
Published property GreenChannel: TChannelMixerChannel read FGreenChannel write FGreenChannel;
 
Published property BlueChannel : TChannelMixerChannel read FBlueChannel write FBlueChannel;
 

Generated by PasDoc 0.15.0.