Open tylerguy opened 8 months ago
Few test cases to check
[ 253, 236, 15 ], [ 15, 253, 236 ]
, but returns [ 253, 237, 15 ], [ 15, 253, 237 ]
[ 254, 236, 15 ], [ 15, 254, 236 ]
but returns [ 254, 234, 15 ], [ 15, 254, 234 ]
(this is more of a difference than previously observed)
When converting from a HSL to RGB color whenever
getTriadicColor
andgetTetradicColor
are called, rgb values end up being either 1 higher or lower.