[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]