Method: Color::GrayScale#brightness
- Defined in:
- lib/coloration/color/grayscale.rb
#brightness ⇒ Object
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 |