Module: ColorContrastCalc::ColorFunctionParser::Scheme
- Defined in:
- lib/color_contrast_calc/color_function_parser.rb
Overview
Define types of color functions.
Constant Summary collapse
- RGB =
'rgb'- RGBA =
'rgba'- HSL =
'hsl'- HSLA =
'hsla'- HWB =
'hwb'
Define types of color functions.
'rgb''rgba''hsl''hsla''hwb'