alpha
Input Stack:
|
⇨ | Output Stack:
|
Set the alpha value for the colors on the line. The value should be a two digit hex number
where 00
is transparent and ff
is opague. This setting will be ignored if the
color setting is used for the same line.
Before | After |
name,sps,:eq, :sum, :stack | name,sps,:eq, :sum, :stack, 40,:alpha |
Before | After |
name,sps,:eq, :sum, :stack, f00,:color | name,sps,:eq, :sum, :stack, f00,:color, 40,:alpha |