Enum member cairo_format_t.CAIRO_FORMAT_RGB16_565

each pixel is a 16-bit quantity with red in the upper 5 bits, then green in the middle 6 bits, and blue in the lower 5 bits.

Declaration

enum cairo_format_t
{
  // ...
  CAIRO_FORMAT_RGB16_565 = 4,
  // ...
}

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

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