Class ColorMatrixNode
public class ColorMatrixNode
- Inheritance
-
ColorMatrixNode
- Inherited Members
Methods
GetChild(IntPtr)
Calls native method gsk_color_matrix_node_get_child.
public static extern IntPtr GetChild(IntPtr node)
Parameters
node
IntPtrTransfer ownership: None Nullable: False
Returns
- IntPtr
Transfer ownership: None Nullable: False
GetColorMatrix(IntPtr)
Calls native method gsk_color_matrix_node_get_color_matrix.
public static extern MatrixUnownedHandle GetColorMatrix(IntPtr node)
Parameters
node
IntPtrTransfer ownership: None Nullable: False
Returns
- MatrixUnownedHandle
Transfer ownership: None Nullable: False
GetColorOffset(IntPtr)
Calls native method gsk_color_matrix_node_get_color_offset.
public static extern Vec4UnownedHandle GetColorOffset(IntPtr node)
Parameters
node
IntPtrTransfer ownership: None Nullable: False
Returns
- Vec4UnownedHandle
Transfer ownership: None Nullable: False
GetGType()
Calls native function gsk_color_matrix_node_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
New(IntPtr, MatrixHandle, Vec4Handle)
Calls native constructor gsk_color_matrix_node_new.
public static extern IntPtr New(IntPtr child, MatrixHandle colorMatrix, Vec4Handle colorOffset)
Parameters
child
IntPtrTransfer ownership: None Nullable: False
colorMatrix
MatrixHandleTransfer ownership: None Nullable: False
colorOffset
Vec4HandleTransfer ownership: None Nullable: False
Returns
- IntPtr
Transfer ownership: Full Nullable: False