Method: XCB::AllocColorReply#blue

Defined in:
ext/xproto.c

#blueObject



3973
3974
3975
3976
3977
3978
3979
# File 'ext/xproto.c', line 3973

static VALUE
r_XCB_AllocColorReply_get_blue(VALUE r_self)
{
	xcb_alloc_color_reply_t *reply;
	Data_Get_Struct(r_self, xcb_alloc_color_reply_t, reply);
	return INT2FIX(reply->blue);
}