Grigorii Yurkov
11/12/2020, 12:48 PMColor
has 3 properties named red
green
blue
if Color
can store non-RGB colors, for instance HSV. Isn't it confusing?caelum19
11/12/2020, 1:05 PMGrigorii Yurkov
11/12/2020, 1:10 PMcaelum19
11/12/2020, 1:18 PMGrigorii Yurkov
11/12/2020, 1:21 PMmaybe an exception should be thrown if the model isn't rgb?No it should not
* If this color's color model is not [RGB][ColorModel.Rgb],
* calling this is the first component of the ColorSpace.
This is red
property documentationcaelum19
11/12/2020, 1:23 PM