Clutter.ColorNode¶
- Subclasses:
None
Methods¶
- Inherited:
class |
|
Virtual Methods¶
None
Fields¶
None
Class Details¶
- class Clutter.ColorNode¶
- Bases:
- Abstract:
No
- Structure:
The
Clutter.TextNode
structure is an opaque type whose members cannot be directly accessed.New in version 1.10.
- classmethod new(color)¶
- Parameters:
color (
Clutter.Color
orNone
) – the color to paint, orNone
- Returns:
the newly created
Clutter.PaintNode
. UseClutter.PaintNode.unref
() when done- Return type:
Creates a new
Clutter.PaintNode
that will paint a solid color fill using color.New in version 1.10.