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