Class Origami::Graphics::Color::GrayScale
In: sources/parser/graphics/colors.rb
Parent: Object

Methods

new  

Attributes

g  [RW] 

Public Class methods

[Source]

    # File sources/parser/graphics/colors.rb, line 69
69:         def initialize(g)
70:           @g = g
71:         end

[Validate]