nvgRGBAf

Returns a color value from red, green, blue and alpha values.

nothrow @trusted @nogc
nvgRGBAf
(
float r
,
float g
,
float b
,
float a = 1.0f
)

See Also

Meta