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

Methods

new  

Attributes

b  [RW] 
g  [RW] 
r  [RW] 

Public Class methods

[Source]

    # File sources/parser/graphics/colors.rb, line 77
77:         def initialize(r,g,b)
78:           @r,@g,@b = r,g,b
79:         end

[Validate]