Lines Matching defs:nk_rgb
3631 NK_API struct nk_color nk_rgb(int r, int g, int b);
4358 nk_fill_rect(canvas, space, 0, nk_rgb(255,0,0));
5445 * nk_style_push_style_item(ctx, &ctx->style.button.normal, nk_style_item_color(nk_rgb(255,0,0)));
5446 * nk_style_push_style_item(ctx, &ctx->style.button.hover, nk_style_item_color(nk_rgb(255,0,0)));
5447 * nk_style_push_style_item(ctx, &ctx->style.button.active, nk_style_item_color(nk_rgb(255,0,0)));
7536 nk_rgb(int r, int g, int b)
7548 return nk_rgb(c[0], c[1], c[2]);
7553 return nk_rgb(c[0], c[1], c[2]);
14449 button->normal = nk_style_item_color(nk_rgb(40,40,40));
14450 button->hover = nk_style_item_color(nk_rgb(42,42,42));
14451 button->active = nk_style_item_color(nk_rgb(44,44,44));
14452 button->border_color = nk_rgb(65,65,65);
14453 button->text_background = nk_rgb(40,40,40);
14454 button->text_normal = nk_rgb(175,175,175);
14455 button->text_hover = nk_rgb(175,175,175);
14456 button->text_active = nk_rgb(175,175,175);
14513 button->normal = nk_style_item_color(nk_rgb(40,40,40));
14514 button->hover = nk_style_item_color(nk_rgb(42,42,42));
14515 button->active = nk_style_item_color(nk_rgb(44,44,44));
14516 button->border_color = nk_rgb(65,65,65);
14517 button->text_background = nk_rgb(40,40,40);
14518 button->text_normal = nk_rgb(175,175,175);
14519 button->text_hover = nk_rgb(175,175,175);
14520 button->text_active = nk_rgb(175,175,175);
24435 line_y, 1, nk_rgb(255,255,255));
24444 line_y, 1, nk_rgb(255,255,255));