SCIMBridge  0.4.x

◆ scim_bridge_attribute_get_red()

unsigned int scim_bridge_attribute_get_red ( const ScimBridgeAttribute attribute)

Get the red value of the attribute.
The color value has no meanings when the attribute type is not ATTRIBUTE_FOREGROUND nor ATTRIBUTE_BACKGROUND.

Parameters
attributeThe attribute.
Returns
The red value, from 0x0 to 0xFF.

Referenced by scim_bridge_attribute_set_blue(), and scim_bridge_attribute_set_green().