Enum member cairo_operator_t.CAIRO_OPERATOR_HSL_COLOR

Creates a color with the hue and saturation of the source and the luminosity of the target. This preserves the gray levels of the target and is useful for coloring monochrome images or tinting color images.

Declaration

enum cairo_operator_t
{
  // ...
  CAIRO_OPERATOR_HSL_COLOR = 27,
  // ...
}

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

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