2.1.1 - Minor fixes to Screen Bounds Function and RGB-to-Kelvin conversion
- Fixed screen bounds and changed to a more readable key system
- Thanks Aleksandra M!
- Fixed error where green calculation in
rgbToKelvin()
would throw aMathDomainError
by adding a small value to ensure green is always above 0