AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkColor Record

A color structure.

Syntax
Pascal
TAgkColor = packed record
  Blue: Byte;
  Green: Byte;
  Red: Byte;
  Alpha: Byte;
end;
Copyright (c) 2012. All rights reserved.