nvgRGBf

Returns a color value from red, green, blue values. Alpha will be set to 1.0f.

nothrow @trusted @nogc
nvgRGBf
(
float r
,
float g
,
float b
)

See Also

Suggestion Box / Bug Report