Method: ColorLib::RGB#b

Defined in:
lib/color_lib/rgb.rb

#bObject

Returns the blue component of the colour as a fraction in the range 0.0 .. 1.0.



398
399
400
# File 'lib/color_lib/rgb.rb', line 398

def b
  @b
end