Method: Color::RGB#blue
- Defined in:
- lib/atome/utilities/color_helper/color/rgb.rb
#blue ⇒ Object
Returns the blue component of the colour in the normal 0 .. 255 range.
500 501 502 |
# File 'lib/atome/utilities/color_helper/color/rgb.rb', line 500 def blue @b * 255.0 end |