palette:with-B
color palette:with-B number
Reports an RGBA color with blue component in RGB color space equal to number and the other RGB components of the input color unchanged. An error message results if number is not in the range 0 to 255.
Example:
show red palette:with-B 56 ;; [215 50 56]
Take me to the full Palette Extension Dictionary