Color
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "gdata_color_get_type ()" ) ]
public struct Color
Describes a color, such as used in the Google Calendar interface to differentiate calendars.
Content:
Static methods:
Methods:
- public string to_hexadecimal ()
Returns a string describing this in
hexadecimal form; in the form <literal>#<replaceable>rr</replaceable><replaceable>gg</replaceable> <
replaceable>bb</replaceable></literal>, where <replaceable>rr</replaceable> is a two-digit hexadecimal red
intensity value, <replaceable>gg</replaceable> is green and <replaceable>bb</replaceable> is blue.
Fields: