Back to Seed Clases

Clutter


Classes

Interfaces

Structs

Unions

Enums

Struct Clutter.Color

Import line: Clutter = imports.gi.Clutter;
GIR File: Clutter-1.0.gir
C documentation: ClutterColor
Struct : Color
  Show / Hide Inherited methods, properties and signals
Color representation.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new Clutter.Color ()
Create a new Clutter.Color
Create a new Clutter.Color
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter
Method
Clutter.cairo_set_source_color (Context cr, Color color) : none
Utility function for setting the source color of cr using a ClutterColor.
Clutter
Method
Clutter.param_spec_color (String name, String nick, String blurb, Color default_value, ParamFlags flags) : GObject.ParamSpec
Creates a GParamSpec for properties using ClutterColor.
Clutter
Method
Clutter.value_get_color (Value value) : Clutter.Color
Gets the ClutterColor contained in value.
Clutter
Method
Clutter.value_set_color (Value value, Color color) : none
Sets value to color.
Clutter.Actor
Signal
pick (Actor self, Color color) : none
The ::pick signal is emitted each time an actor is being painted in "pick mode".
Clutter.Box
Property
color : Clutter.Color
The color to be used to paint the background of the ClutterBox.
Clutter.Box
Method
set_color (Color color) : none
Sets (or unsets) the background color for box
Clutter.Box
Method
get_color () : Clutter.Color
Retrieves the background color of box If the ClutterBox:color-set property is set to FALSE the returned ClutterColor is undefined
Clutter.Rectangle
Property
border_color : Clutter.Color
The color of the border of the rectangle.
Clutter.Rectangle
Property
color : Clutter.Color
The color of the rectangle.
Clutter.Rectangle
Method
new Clutter.Rectangle.with_color (Color color) : Clutter.Rectangle
Create a new Clutter.Rectangle
Clutter.Rectangle
Method
get_color (Color color) : none
Retrieves the color of rectangle.
Clutter.Rectangle
Method
set_color (Color color) : none
Sets the color of rectangle.
Clutter.Rectangle
Method
get_border_color (Color color) : none
Gets the color of the border used by rectangle and places it into color.
Clutter.Rectangle
Method
set_border_color (Color color) : none
Sets the color of the border used by rectangle using color
Clutter.Stage
Property
color : Clutter.Color
The color of the main stage.
Clutter.Stage
Method
set_color (Color color) : none
Sets the stage color.
Clutter.Stage
Method
get_color (Color color) : none
Retrieves the stage color.
Clutter.Text
Property
color : Clutter.Color
The color used to render the text.
Clutter.Text
Property
cursor_color : Clutter.Color
The color of the cursor.
Clutter.Text
Property
selection_color : Clutter.Color
The color of the selection.
Clutter.Text
Method
new Clutter.Text.full (String font_name, String text, Color color) : Clutter.Text
Create a new Clutter.Text
Clutter.Text
Method
set_color (Color color) : none
Sets the color of the contents of a ClutterText actor.
Clutter.Text
Method
get_color (Color color) : none
Retrieves the text color as set by clutter_text_set_color().
Clutter.Text
Method
set_cursor_color (Color color) : none
Sets the color of the cursor of a ClutterText actor.
Clutter.Text
Method
get_cursor_color (Color color) : none
Retrieves the color of the cursor of a ClutterText actor.
Clutter.Text
Method
set_selection_color (Color color) : none
Sets the color of the selection of a ClutterText actor.
Clutter.Text
Method
get_selection_color (Color color) : none
Retrieves the color of the selection of a ClutterText actor.
GtkClutter
Method
GtkClutter.get_base_color (Widget widget, StateType state, Color color) : none
Retrieves the base color of widget for the given state and copies it into color.
GtkClutter
Method
GtkClutter.get_bg_color (Widget widget, StateType state, Color color) : none
Retrieves the background color of widget for the given state and copies it into color.
GtkClutter
Method
GtkClutter.get_dark_color (Widget widget, StateType state, Color color) : none
Retrieves the dark color of widget for the given state and copies it into color.
GtkClutter
Method
GtkClutter.get_fg_color (Widget widget, StateType state, Color color) : none
Retrieves the foreground color of widget for the given state and copies it into color.
GtkClutter
Method
GtkClutter.get_light_color (Widget widget, StateType state, Color color) : none
Retrieves the light color of widget for the given state and copies it into color.
GtkClutter
Method
GtkClutter.get_mid_color (Widget widget, StateType state, Color color) : none
Retrieves the mid color of widget for the given state and copies it into color.
GtkClutter
Method
GtkClutter.get_text_aa_color (Widget widget, StateType state, Color color) : none
Retrieves the text-aa color of widget for the given state and copies it into color.
GtkClutter
Method
GtkClutter.get_text_color (Widget widget, StateType state, Color color) : none
Retrieves the text color of widget for the given state and copies it into color.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:37 GMT+0800 (HKT)