Top | ![]() |
![]() |
![]() |
![]() |
FoDatatype * fo_color_new_with_value (guint red
,guint green
,guint blue
);
Creates a new FoColor with specified values.
guint16
fo_color_get_red (FoDatatype *color
);
Gets the 'red' component of color
.
guint16
fo_color_get_green (FoDatatype *color
);
Gets the 'green' component of color
.
guint16
fo_color_get_blue (FoDatatype *color
);
Gets the 'blue' component of color
.
FoDatatype *
fo_color_get_color_black (void
);
Get an FoColor with the well-known value for the color 'black'.
FoDatatype *
fo_color_get_color_silver (void
);
Get an FoColor with the well-known value for the color 'silver'.
FoDatatype *
fo_color_get_color_gray (void
);
Get an FoColor with the well-known value for the color 'gray'.
FoDatatype *
fo_color_get_color_white (void
);
Get an FoColor with the well-known value for the color 'white'.
FoDatatype *
fo_color_get_color_maroon (void
);
Get an FoColor with the well-known value for the color 'maroon'.
FoDatatype *
fo_color_get_color_red (void
);
Get an FoColor with the well-known value for the color 'red'.
FoDatatype *
fo_color_get_color_purple (void
);
Get an FoColor with the well-known value for the color 'purple'.
FoDatatype *
fo_color_get_color_fuchsia (void
);
Get an FoColor with the well-known value for the color 'fuchsia'.
FoDatatype *
fo_color_get_color_green (void
);
Get an FoColor with the well-known value for the color 'green'.
FoDatatype *
fo_color_get_color_lime (void
);
Get an FoColor with the well-known value for the color 'lime'.
FoDatatype *
fo_color_get_color_olive (void
);
Get an FoColor with the well-known value for the color 'olive'.
FoDatatype *
fo_color_get_color_yellow (void
);
Get an FoColor with the well-known value for the color 'yellow'.
FoDatatype *
fo_color_get_color_navy (void
);
Get an FoColor with the well-known value for the color 'navy'.
FoDatatype *
fo_color_get_color_blue (void
);
Get an FoColor with the well-known value for the color 'blue'.
FoDatatype *
fo_color_get_color_teal (void
);
Get an FoColor with the well-known value for the color 'teal'.
FoDatatype *
fo_color_get_color_aqua (void
);
Get an FoColor with the well-known value for the color 'aqua'.
FoDatatype *
fo_color_get_color_one_quarter (FoDatatype *color
);
Get an FoColor that is one-quarter the intensity of color
.
FoDatatype *
fo_color_get_color_one_half (FoDatatype *color
);
Get an FoColor that is one-half the intensity of color
.
FoDatatype *
fo_color_get_color_three_quarter (FoDatatype *color
);
Get an FoColor that is three-quarters of the intensity of color
.
“blue”
property “blue” guint
Color blue value.
Owner: FoColor
Flags: Read / Write / Construct Only
Allowed values: <= 65535
Default value: 0
“green”
property “green” guint
Color green value.
Owner: FoColor
Flags: Read / Write / Construct Only
Allowed values: <= 65535
Default value: 0