Method

Gsk.BorderNode.get_colors

Declaration [src]

const GdkRGBA*
gsk_border_node_get_colors (
  const GskRenderNode* node
)

Description [src]

Retrieves the colors of the border.

Return value

Returns: const GdkRGBA*

an array of 4 GdkRGBA structs for the top, right, bottom and left color of the border

Ownership is not transferred to the caller