The class creates and converts colors for tints, fills, strokes, and anywhere PixiJS accepts a . Most APIs accept raw hex/strings directly, so explicit is only needed when converting formats or manipulating values. Quick Start Related skills: (fill/stroke colors), (tint), (compositing). Core Patterns Accepted input formats Conversion methods Component access All component getters return normalized 0-1 values. Manipulation and are destructive; they modify the color and set to null (original format is lost). Non-destructive premultiplied output returns a 32-bit integer without mutating . Use it…