Rgba
An rgba(r, g, b, a) color. The fractional alpha is preserved in alphaFraction; alpha derives it as 0..255.
Parameters
alphaFraction
alpha as a 0.0..1.0 fraction.
Throws
IllegalArgumentException
if any channel is outside 0..255, or alphaFraction is outside 0.0..1.0.