rgb

Builds color code for a TrueColor functions

version(Posix)pragma(inline) nothrow
uint
rgb
@safe @nogc
(
uint r
,
uint g
,
uint b
)

Parameters

r
Type: uint

red component

g
Type: uint

green component

b
Type: uint

blue component

Return Value

Type: uint

uint representing the color code

Meta