color_space
color_space copied to clipboard
HSB support?
The readme lists HSB, but it does not appear in the code. Is this meant to be separate or is it equivalent to HSV, which is in the code??
@mattdm I think HSB
and HSV
(which this library has) are the same types.
@colbyn Look at https://github.com/ChevyRay/color_space/blame/a13dcacb9f335315fb57f8ad7b546cc8d4bf6335/README.md#L38, where both are listed separately.