Use this skill when creating, converting, or manipulating colors in PixiJS v8. Covers Color class input formats (hex, CSS names, RGB/HSL objects, arrays, Uint8Array), conversion methods (toHex, toNumber, toArray, toRgba), component access, setAlpha/multiply/premultiply, Color.shared singleton. Triggers on: Color, ColorSource, hex, rgb, hsl, tint, premultiply, Color.shared, color conversion.
$npx -y skills add pixijs/pixijs-skills --skill pixijs-colorInstalls into the current project.
Run `npx skills use "https://github.com/pixijs/pixijs-skills" --skill "pixijs/pixijs-skills/pixijs-color"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/pixijs/pixijs-skills" that are relevant to the current task. Run `npx skills add "https://github.com/pixijs/pixijs-skills"` and select the relevant skills, then follow their instructions.