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

Method setSourceRgba

blocks/Cairo/src/Cairo.cpp:1187–1190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1185}
1186
1187void Context::setSourceRgba( double red, double green, double blue, double alpha )
1188{
1189 cairo_set_source_rgba( mCairo, red, green, blue, alpha );
1190}
1191
1192void Context::setSource( const Pattern &source )
1193{

Callers 10

drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by 8

drawMethod · 0.64
runMethod · 0.64
runMethod · 0.64
runMethod · 0.64
runMethod · 0.64
runMethod · 0.64
runMethod · 0.64
runMethod · 0.64