Method: Color::Palette::AdobeColor#lost
- Defined in:
- lib/color/palette/adobecolor.rb
#lost ⇒ Object (readonly)
Contains the “lost” colours in the palette. These colours could not be properly loaded (e.g., L*a*b* is not supported by Color, so it is “lost”) or are not understood by the algorithms.
40 41 42 |
# File 'lib/color/palette/adobecolor.rb', line 40 def lost @lost end |