rgb

Builds color code for a TrueColor functions

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

Parameters

r uint

red component

g uint

green component

b uint

blue component

Return Value

Type: uint

uint representing the color code

Meta