Sets the green component of the colour as a percentage.
490 491 492
# File 'lib/atome/utilities/color_helper/color/rgb.rb', line 490 def green_p=(gg) @g = Color.normalize(gg / 100.0) end