AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkColorChannel Enumeration

Color channels to use for masking.

Syntax
Pascal
TAgkColorChannel = (
  ccRed = 1,
  ccGreen,
  ccBlue,
  ccAlpha
);
Members 
Description 
ccRed = 1 
Red color channel. 
ccGreen 
Green color channel. 
ccBlue 
Blue color channel. 
ccAlpha 
Alpha (transparency) channel. 
Copyright (c) 2012. All rights reserved.