Method

GskComponentTransferNodeget_transfer

unstable since: 4.20

Declaration [src]

const GskComponentTransfer*
gsk_component_transfer_node_get_transfer (
  const GskRenderNode* node,
  guint component
)

Description [src]

Gets the component transfer for one of the components.

Available since: 4.20

Parameters

component

Type: guint

A value between 0 and 3 to indicate the red, green, blue or alpha component.

Return value

Type: GskComponentTransfer

The GskComponentTransfer.

The returned data is owned by the instance.