Function cairo_pattern_get_color_stop_rgba

Prototype

extern(C) cairo_status_t cairo_pattern_get_color_stop_rgba(
  cairo_pattern_t* pattern,
  int index,
  double* offset,
  double* red,
  double* green,
  double* blue,
  double* alpha
);

Authors

Johannes Pfau cairoD
cairo team cairo

Copyright

License

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