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
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
Champlain.Label
Property
color : Clutter.Color
Champlain.Label
Property
text_color : Clutter.Color
Champlain.Label
Method
new Champlain.Label.with_text (String text, String font, Color text_color, Color label_color) : Clutter.Actor
Create a new Champlain.Label
Champlain.Label
Method
get_color () : Clutter.Color
Champlain.Label
Method
get_text_color () : Clutter.Color
Champlain.Label
Method
set_color (Color color) : none
Champlain.Label
Method
set_text_color (Color color) : none
Champlain.Marker
Method
Champlain.Marker.get_selection_color () : Clutter.Color
Champlain.Marker
Method
Champlain.Marker.get_selection_text_color () : Clutter.Color
Champlain.Marker
Method
Champlain.Marker.set_selection_color (Color color) : none
Champlain.Marker
Method
Champlain.Marker.set_selection_text_color (Color color) : none
Champlain.PathLayer
Property
fill_color : Clutter.Color
Champlain.PathLayer
Property
stroke_color : Clutter.Color
Champlain.PathLayer
Method
get_fill_color () : Clutter.Color
Champlain.PathLayer
Method
get_stroke_color () : Clutter.Color
Champlain.PathLayer
Method
set_fill_color (Color color) : none
Champlain.PathLayer
Method
set_stroke_color (Color color) : none
Champlain.Point
Property
color : Clutter.Color
Champlain.Point
Method
new Champlain.Point.full (gdouble size, Color color) : Clutter.Actor
Create a new Champlain.Point
Champlain.Point
Method
get_color () : Clutter.Color
Champlain.Point
Method
set_color (Color color) : none
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.color_get_static (StaticColor color) : Clutter.Color
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
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.Box
Method
set_color (Color color) : none
Sets (or unsets) the background color for box
Clutter.ColorizeEffect
Property
tint : Clutter.Color
The tint to apply to the actor
Clutter.ColorizeEffect
Method
new Clutter.ColorizeEffect.c_new (Color tint) : Clutter.Effect
Create a new Clutter.ColorizeEffect
Clutter.ColorizeEffect
Method
get_tint () : Clutter.Color
Retrieves the tint used by effect
Clutter.ColorizeEffect
Method
set_tint (Color tint) : none
Sets the tint to be used when colorizing
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.Actor
Create a new Clutter.Rectangle
Clutter.Rectangle
Method
get_border_color () : Clutter.Color
Gets the color of the border used by rectangle and places
it into color.
Clutter.Rectangle
Method
get_color () : Clutter.Color
Retrieves the color of rectangle.
Clutter.Rectangle
Method
set_border_color (Color color) : none
Sets the color of the border used by rectangle using color
Clutter.Rectangle
Method
set_color (Color color) : none
Sets the color of rectangle.
Clutter.Stage
Property
color : Clutter.Color
The color of the main stage.
Clutter.Stage
Method
get_color () : Clutter.Color
Retrieves the stage color.
Clutter.Stage
Method
set_color (Color color) : none
Sets 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.Actor
Create a new Clutter.Text
Clutter.Text
Method
get_color () : Clutter.Color
Retrieves the text color as set by clutter_text_set_color().
Clutter.Text
Method
get_cursor_color (Color color) : none
Retrieves the color of the cursor of a ClutterText actor.
Clutter.Text
Method
get_selection_color () : Clutter.Color
Retrieves the color of the selection of a ClutterText actor.
Clutter.Text
Method
set_color (Color color) : none
Sets the color of the contents of a ClutterText actor.
Clutter.Text
Method
set_cursor_color (Color color) : none
Sets 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.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:09:44 GMT+0800 (HKT)