RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
pngimage.TRGBPixel Record
Pascal
TRGBPixel = packed record
  B: Byte;
  G: Byte;
  R: Byte;
end;
C++
struct TRGBPixel {
  Byte B;
  Byte G;
  Byte R;
};

This is record pngimage.TRGBPixel.

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