MCPcopy Create free account
hub / github.com/cinder/Cinder / addColorStopRgba

Method addColorStopRgba

blocks/Cairo/src/Cairo.cpp:636–639  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634}
635
636void Gradient::addColorStopRgba( double offset, double red, double green, double blue, double alpha )
637{
638 cairo_pattern_add_color_stop_rgba( mCairoPattern, offset, red, green, blue, alpha );
639}
640
641int Gradient::getColorStopCount()
642{

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by 1

runMethod · 0.64