Package ch.bailu.gtk.gsk
Class ColorMatrixNode
java.lang.Object
ch.bailu.gtk.type.Type
ch.bailu.gtk.type.Pointer
ch.bailu.gtk.gsk.RenderNode
ch.bailu.gtk.gsk.ColorMatrixNode
- All Implemented Interfaces:
PointerInterface
A render node controlling the color matrix of its single child node.
-
Nested Class Summary
Nested classes/interfaces inherited from class ch.bailu.gtk.gsk.RenderNode
RenderNode.OnParseErrorFunc
-
Field Summary
-
Constructor Summary
ConstructorDescriptionColorMatrixNode
(RenderNode child, Matrix color_matrix, Vec4 color_offset) Creates a `GskRenderNode` that will drawn the @child with
@color_matrix.ColorMatrixNode
(PointerContainer pointer) -
Method Summary
Modifier and TypeMethodDescriptiongetChild()
Gets the child node that is getting its colors modified by the given @node.static ClassHandler
Retrieves the color matrix used by the @node.Retrieves the color offset used by the @node.static int
static long
static TypeSystem.TypeSize
static long
static TypeSystem.TypeSize
Methods inherited from class ch.bailu.gtk.gsk.RenderNode
deserialize, draw, getBounds, getNodeType, ref, serialize, unref, writeToFile, writeToFile
Methods inherited from class ch.bailu.gtk.type.Pointer
asCPointer, cast, connectSignal, disconnectSignals, disconnectSignals, equals, hashCode, throwIfNull, throwNullPointerException, toString, unregisterCallbacks, unregisterCallbacks
Methods inherited from class ch.bailu.gtk.type.Type
asCPointer, asCPointer, asCPointerNotNull, asJnaPointer, asJnaPointer, asPointer, asPointer, cast, cast, throwIfNull
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.bailu.gtk.type.PointerInterface
asCPointerNotNull, asJnaPointer, asPointer, isNotNull, isNull
-
Constructor Details
-
ColorMatrixNode
-
ColorMatrixNode
public ColorMatrixNode(@Nonnull RenderNode child, @Nonnull Matrix color_matrix, @Nonnull Vec4 color_offset) Creates a `GskRenderNode` that will drawn the @child with
@color_matrix.
In particular, the node will transform the operation
pixel = color_matrix * pixel + color_offset
for every pixel.- Parameters:
child
- The node to drawcolor_matrix
- The matrix to applycolor_offset
- Values to add to the color
-
-
Method Details
-
getClassHandler
-
getChild
Gets the child node that is getting its colors modified by the given @node.- Returns:
- The child that is getting its colors modified
-
getColorMatrix
Retrieves the color matrix used by the @node.- Returns:
- a 4x4 color matrix
-
getColorOffset
Retrieves the color offset used by the @node.- Returns:
- a color vector
-
getTypeID
public static long getTypeID() -
getParentTypeID
public static long getParentTypeID() -
getTypeSize
-
getParentTypeSize
-
getInstanceSize
public static int getInstanceSize()
-