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