Method: ColorLib::RGB#blue_p

Defined in:
lib/color_lib/rgb.rb

#blue_pObject

Returns the blue component of the colour as a percentage.



392
393
394
# File 'lib/color_lib/rgb.rb', line 392

def blue_p
  @b * 100.0
end