Unit 'gd' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#libgd]

gdImage

Declaration

Source position: gd.pas line 222

type gdImage = record

  pixels: ppbyte;

  sx: cint;

  sy: cint;

  colorsTotal: cint;

  red: array [0..gdMaxColors-1] of cint;

  green: array [0..gdMaxColors-1] of cint;

  blue: array [0..gdMaxColors-1] of cint;

  open: array [0..gdMaxColors-1] of cint;

  transparent: cint;

  polyInts: pcint;

  polyAllocated: cint;

  brush: gdImagePtr;

  tile: gdImagePtr;

  brushColorMap: array [0..gdMaxColors-1] of cint;

  tileColorMap: array [0..gdMaxColors-1] of cint;

  styleLength: cint;

  stylePos: cint;

  style: pcint;

  interlace: cint;

  thick: cint;

  alpha: array [0..gdMaxColors-1] of cint;

  trueColor: cint;

  tpixels: ppcint;

  alphaBlendingFlag: cint;

  saveAlphaFlag: cint;

  AA: cint;

  AA_color: cint;

  AA_dont_blend: cint;

  cx1: cint;

  cy1: cint;

  cx2: cint;

  cy2: cint;

end;


Documentation generated on: 2023-03-18