Class | Origami::Graphics::Instruction::RG |
In: |
sources/parser/graphics/colors.rb
|
Parent: | Object |
# File sources/parser/graphics/colors.rb, line 153 153: def initialize(r,g,b); super('rg', r,g,b) end