Skip to contents

Get Color from normalized values \[0..1\].

Usage

color_from_normalized(normalized)

Arguments

normalized

A numeric vector of length 4.

Value

A color

Note

This function has been auto-generated from the following Raylib function definition:

Color ColorFromNormalized(Vector4 normalized);

See also

Examples

color_from_normalized(c(0, 0, 0, 1))
#> color(r = 0, g = 0, b = 0, a = 255)