My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
CairoUtil  
CairoUtil class
Updated Feb 4, 2010 by fr.dan...@gmail.com

Cairo.Color static ColorFromHexa ( String str, double alpha ) returns a Cairo.Color from a hexa code with a specified alpha ( 0 - 1 )
Cairo.Color static ColorFromHexa ( String str ) returns a Cairo.Color from a hexa code
Cairo.Color static ColorFromRgb ( int r, int g, int b ) returns a Cairo.Color from red green and blue values ( 0 - 255 )
Cairo.Color static ColorFromRgb ( int r, int g, int b, int a ) returns a Cairo.Color from red, green, blue ( 0 - 255 ) and alpha ( 0 - 1

Powered by Google Project Hosting