Searched defs:toRGBA32 (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dcolor.cpp171 guint32 SPColor::toRGBA32( int alpha ) const function in class:SPColor
186 guint32 SPColor::toRGBA32( double alpha ) const function in class:SPColor
191 return toRGBA32( static_cast<int>(SP_COLOR_F_TO_U(alpha)) );
199 sp_svg_write_color(tmp, sizeof(tmp), toRGBA32(0x0ff));

Completed in 71 milliseconds