23 #ifndef GNUCASH_COLOR_H 24 #define GNUCASH_COLOR_H 35 void gnucash_color_init (
void);
40 extern GdkRGBA gn_white, gn_light_gray, gn_dark_gray;
41 extern GdkRGBA gn_black, gn_blue, gn_red, gn_yellow;
GdkRGBA * gnucash_color_argb_to_gdk(guint32 argb)
Return the pixel value for the given red, green and blue.