API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeUniformVec4Input
@codexo/exojs / rendering / stable
A `vec4<f32>` value. A Color maps to RGBA with the colour channels normalized to 0..1; its alpha is already in that range.
0
props
0
methods
0
events
Import
import { UniformVec4Input } from '@codexo/exojs'A `vec4<f32>` value. A Color maps to RGBA with the colour channels normalized to 0..1; its alpha is already in that range.
Definition1
Color32-bit RGBA color value with channel-wise accessors. Red, green, and blue are integers in 0..255; alpha is a float in 0..1. Out-of-range values are saturated o… | readonly [number, number, number, number]Source