palette:alpha-of
palette:alpha-of color
Reports a value in the range 0 to 255 representing the alpha of the given NL, RGB or RGBA color. The alpha value of an NL or RGB color is 255.
Example:
show palette:alpha-of red ;; 255
show palette:alpha-of [3 14 159 26] ;; 26
Take me to the full Palette Extension Dictionary