SCIMBridge  0.4.x
void scim_bridge_attribute_set_blue ( ScimBridgeAttribute attribute,
unsigned int  blue 
)

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

References scim_bridge_attribute_get_green(), scim_bridge_attribute_get_red(), and scim_bridge_attribute_set_color().