Enum member cairo_format_t.CAIRO_FORMAT_RGB24

each pixel is a 32-bit quantity, with the upper 8 bits unused. Red, Green, and Blue are stored in the remaining 24 bits in that order.

Declaration

enum cairo_format_t
{
  // ...
  CAIRO_FORMAT_RGB24 = 1,
  // ...
}

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

cairoD wrapper/bindings Boost License 1.0
cairo LGPL 2.1 / MPL 1.1