Enum member cairo_format_t.CAIRO_FORMAT_A8

each pixel is a 8-bit quantity holding an alpha value.

Declaration

enum cairo_format_t
{
  // ...
  CAIRO_FORMAT_A8 = 2,
  // ...
}

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

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