Enum member cairo_operator_t.CAIRO_OPERATOR_HSL_SATURATION

Creates a color with the saturation of the source and the hue and luminosity of the target. Painting with this mode onto a gray area prduces no change.

Declaration

enum cairo_operator_t
{
  // ...
  CAIRO_OPERATOR_HSL_SATURATION = 26,
  // ...
}

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

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