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);