Method: Color::RGB#g

Defined in:
lib/extensions/pdf-writer/color/rgb.rb

#gObject

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



363
364
365
# File 'lib/extensions/pdf-writer/color/rgb.rb', line 363

def g
  @g
end