RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
GIFImg.TGIFColor Record
Pascal
TGIFColor = record
  Red: byte;
  Green: byte;
  Blue: byte;
end;
C++
struct TGIFColor {
  byte Red;
  byte Green;
  byte Blue;
};

This is record GIFImg.TGIFColor.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!