Method: Color::GrayScale#brightness

Defined in:
lib/coloration/color/grayscale.rb

#brightnessObject

Returns the brightness value for this greyscale value; this is the greyscale value.



119
120
121
# File 'lib/coloration/color/grayscale.rb', line 119

def brightness
  @g
end