SCIMBridge  0.4.x
unsigned int scim_bridge_attribute_get_blue ( const ScimBridgeAttribute attribute)

Get the blue 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 blue value, from 0x0 to 0xFF.

Referenced by scim_bridge_attribute_set_green(), scim_bridge_attribute_set_red(), and scim_bridge_client_imcontext_set_preedit_attributes().