Method: Color::RGB#green_p

Defined in:
lib/color/rgb.rb

#green_pObject

Returns the green component of the colour as a percentage.



358
359
360
# File 'lib/color/rgb.rb', line 358

def green_p
  @g * 100.0
end