Module: SimpleColor::RGB::RGB16
- Included in:
- SimpleColor::RGB
- Defined in:
- lib/simplecolor/rgb.rb
Instance Method Summary collapse
Instance Method Details
#rgb_colors16 ⇒ Object
93 94 95 |
# File 'lib/simplecolor/rgb.rb', line 93 def rgb_colors16 RGB_COLORS_ANSI_16 end |
#rgb_colors8 ⇒ Object
96 97 98 |
# File 'lib/simplecolor/rgb.rb', line 96 def rgb_colors8 RGB_COLORS_ANSI end |