The color with the opacity/alpha channel to retrieve or set.
Optionalamount: Amount = undefinedThe value to apply to the opacity channel. The value is between [0,1].
amount is omitted, or the color token with the new alpha if amount is provided.
Sets and retrieves the color token's alpha (or opacity).
If the the
amountargument is passed in, it sets the color token's alpha channel with theamountspecified and returns the color as a hex string.stringfor theamountparameter. For example*0.5which means the value mult ly the current alpha by0.5and set the product as the new alpha value. In shortcurrentAlpha * 0.5 = newAlpha. The supported symbols are* - / +.If the
alphachannel isundefined, it defaults to1.