Gsk.ColorNode¶
- Subclasses:
None
Methods¶
- Inherited:
class |
|
|
Virtual Methods¶
None
Fields¶
None
Class Details¶
- class Gsk.ColorNode¶
- Bases:
- Abstract:
No
A render node for a solid color.
- classmethod new(rgba, bounds)¶
- Parameters:
rgba (
Gdk.RGBA
) – aGdkRGBA
specifying a colorbounds (
Graphene.Rect
) – the rectangle to render the color into
- Returns:
A new
GskRenderNode
- Return type:
Creates a
GskRenderNode
that will render the color specified by rgba into the area given by bounds.