API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
typeUIBackgroundInput
@codexo/exojs / ui / stable
What a background can be stated as. A texture or region becomes a textured descriptor, a colour becomes a fill; a descriptor is taken as it is.
0
props
0
methods
0
events
Import
import { UIBackgroundInput } from '@codexo/exojs'What a background can be stated as. A texture or region becomes a textured descriptor, a colour becomes a fill; a descriptor is taken as it is.
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… | TextureA static GPU texture sourced from an image, canvas, or video element. Holds the pixel source, its sampling state (ScaleModes, WrapModes) and its upload state (… | TextureRegionAn immutable descriptor for a rectangular sub-region of a Texture. Stores the pixel-space source rectangle, pre-computed normalised UV bounds, and optional ext… | UIBackgroundHow a widget paints its body.Source