Alpha/Red/Green/Blue Color Value (Expression) — Skript
Addon: Skript · Category: Expression · Since: 2.10
Syntax
[the] (alpha|red|green|blue) (value|component) of %colors%Description
The alpha, red, green, or blue value of colors. Ranges from 0 to 255. Alpha represents opacity.
Examples
broadcast red value of rgb(100, 0, 50) # sends '100'
set {_red} to red's red value + 10