API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

T

typeColorInput

@codexo/exojs / core / stable

Anything Color.from accepts. A number is always `0xRRGGBB` and never carries alpha - see Color.from for why the packed form stops at six digits.

0
props
0
methods
0
events
Import
import { ColorInput } from '@codexo/exojs'

Anything Color.from accepts.

A number is always `0xRRGGBB` and never carries alpha - see Color.from for why the packed form stops at six digits.

Definition1
Source