[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'Lazcairo1' (#lcl)

Tcairo_format_t

Declaration

Source position: lazcairo1.pas line 241

type Tcairo_format_t = (

  Tcairo_format_tMinValue = - $7FFFFFFF,

  

  CAIRO_FORMAT_INVALID = - 1,

  

  CAIRO_FORMAT_ARGB32 = 0,

  

  CAIRO_FORMAT_RGB24 = 1,

  

  CAIRO_FORMAT_A8 = 2,

  

  CAIRO_FORMAT_A1 = 3,

  

  CAIRO_FORMAT_RGB16_565 = 4,

  

  CAIRO_FORMAT_RGB30 = 5,

  

  Tcairo_format_tMaxValue = $7FFFFFFF

  

);