Method: Color::RGB#g

Defined in:
lib/atome/utilities/color_helper/color/rgb.rb

#gObject

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



482
483
484
# File 'lib/atome/utilities/color_helper/color/rgb.rb', line 482

def g
  @g
end