TImagingCanvas.FillChannel Method
TImagingCanvas Class

Fills image channel with given value leaving other channels intact.

Class
Pascal
public procedure FillChannel(ChannelId: Integer; 
                             NewChannelValue: Byte); overload;
Description

Use ChannelAlpha, ChannelRed, etc. constants from ImagingTypes as channel identifier.

Related Information
You are here: Symbol Reference > Classes > TImagingCanvas Class > Methods > FillChannel Method