Color
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "pango_color_get_type ()" ) ]
public struct Color
The `PangoColor` structure is used to represent a color in an uncalibrated RGB color-space.
Content:
Methods:
- public Color? copy ()
Creates a copy of this.
- public void free ()
Frees a color allocated by [method@Pango.
- public bool parse (string spec)
Fill in the fields of a color from a string specification.
- public bool parse_with_alpha (out uint16 alpha, string spec)
Fill in the fields of a color from a string specification.
- public string to_string ()
Returns a textual specification of this
.
Fields: