A Ruby library for color space manipulation supporting RGB, CMYK, HSL, and other color models with mathematical operations.
gem install colorNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create an RGB color and convert it to HSL.
Use Color::RGB.new with new values instead of modifying existing objects.
Add `require 'color/rgb/colors'` to your code if you need named colors like 'red' or 'blue'.
No dependency data recorded yet.