Create a Color from the specified Bytes.
Create a Color from the specified doubles. The values should be between 0.0 and 1.0.
The value for the shade as a double in the range [0.0 .. 1.0]
Returns the value as a hex string.
Support casting between different colors. You can also use std.conv.to
The value for red in the range [0 .. QuantumRange]
The value for green in the range [0 .. QuantumRange]
The value for blue in the range [0 .. QuantumRange]
The opacity as a byte. [0 .. 255]
The value for opacity in the range [0 .. QuantumRange]
The value for opacity as a double in the range [0.0 .. 1.0]
The intensity of this color.
Create a copy of this Color.
Returns the name of the color or the value as a hex string.
A Gray scale color.