Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ _MakeRGB
Function
_MakeRGB
DuiLib/Control/UILabel.cpp:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
{
7
8
Color _MakeRGB(int a, Color cl)
9
{
10
return Color(a, cl.GetR(), cl.GetG(), cl.GetB());
11
}
12
13
Color _MakeRGB(int r, int g, int b)
14
{
Callers
1
PaintText
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected