Class: Textbringer::Color::RGBColor

Inherits:
Struct
  • Object
show all
Defined in:
lib/textbringer/color.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bObject

Returns the value of attribute b



25
26
27
# File 'lib/textbringer/color.rb', line 25

def b
  @b
end

#gObject

Returns the value of attribute g



25
26
27
# File 'lib/textbringer/color.rb', line 25

def g
  @g
end

#numberObject

Returns the value of attribute number



25
26
27
# File 'lib/textbringer/color.rb', line 25

def number
  @number
end

#rObject

Returns the value of attribute r



25
26
27
# File 'lib/textbringer/color.rb', line 25

def r
  @r
end