Invalid Color RGBValues
data class InvalidColorRGBValues(val r: Int, val g: Int, val b: Int, val source: Expression) : SemanticError
SemanticError thrown when a Colour's RGB values are invalid.
Parameters
r
The colour's RED value.
g
The colour's GREEN value.
b
The colour's BLUE value.
source
The Expression that contains the invalid colours.