Stats
Actions
Tags
From pixijs
Use for PixiJS v8 Color: hex/CSS/rgb/hsl inputs, toHex/toNumber/toArray/toRgbaString, multiply, premultiply, alpha, tint, color-space conversion.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pixijs:pixijs-colorThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this for color parsing, conversion, tinting, alpha, premultiply, and color math.
Use this for color parsing, conversion, tinting, alpha, premultiply, and color math.
import { Color } from 'pixi.js';
const color = new Color('#3498db');
sprite.tint = color.toNumber();
Color accepts numeric hex, CSS strings/names, RGB/HSL-like objects, arrays, and typed arrays.toNumber, toHex, toArray, toRgbArray, and toRgbaString for output format changes.pixijs-blend-modespixijs-filtersnew Color(value).toNumber().Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub xopoko/plug-n-skills --plugin pixijs