Class: SiSU_Screen::Color

Inherits:
Object
  • Object
show all
Defined in:
lib/sisu/utils_screen_text_color.rb

Direct Known Subclasses

Ansi

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(&block) ⇒ Color

Returns a new instance of Color.



58
59
60
# File 'lib/sisu/utils_screen_text_color.rb', line 58

def initialize(&block)
  instance_eval &block
end

Instance Attribute Details

#blackObject

Returns the value of attribute black.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def black
  @black
end

#blueObject

Returns the value of attribute blue.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def blue
  @blue
end

#blue_hiObject

Returns the value of attribute blue_hi.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def blue_hi
  @blue_hi
end

#boldObject

Returns the value of attribute bold.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def bold
  @bold
end

#brownObject

Returns the value of attribute brown.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def brown
  @brown
end

#brown_hiObject

Returns the value of attribute brown_hi.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def brown_hi
  @brown_hi
end

#cyanObject

Returns the value of attribute cyan.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def cyan
  @cyan
end

#cyan_hiObject

Returns the value of attribute cyan_hi.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def cyan_hi
  @cyan_hi
end

#darkgreenObject

Returns the value of attribute darkgreen.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def darkgreen
  @darkgreen
end

#darkgrey_hiObject

Returns the value of attribute darkgrey_hi.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def darkgrey_hi
  @darkgrey_hi
end

#fuchsiaObject

Returns the value of attribute fuchsia.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def fuchsia
  @fuchsia
end

#fuchsia_hiObject

Returns the value of attribute fuchsia_hi.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def fuchsia_hi
  @fuchsia_hi
end

#greenObject

Returns the value of attribute green.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def green
  @green
end

#green_hiObject

Returns the value of attribute green_hi.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def green_hi
  @green_hi
end

#greyObject

Returns the value of attribute grey.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def grey
  @grey
end

#grey_hiObject

Returns the value of attribute grey_hi.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def grey_hi
  @grey_hi
end

#invertObject

Returns the value of attribute invert.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def invert
  @invert
end

#lightgreen_hiObject

Returns the value of attribute lightgreen_hi.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def lightgreen_hi
  @lightgreen_hi
end

#markerObject

Returns the value of attribute marker.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def marker
  @marker
end

Returns the value of attribute navy.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def navy
  @navy
end

Returns the value of attribute navy_hi.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def navy_hi
  @navy_hi
end

#offObject

Returns the value of attribute off.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def off
  @off
end

#orangeObject

Returns the value of attribute orange.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def orange
  @orange
end

#orange_hiObject

Returns the value of attribute orange_hi.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def orange_hi
  @orange_hi
end

#pinkObject

Returns the value of attribute pink.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def pink
  @pink
end

#pink_hiObject

Returns the value of attribute pink_hi.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def pink_hi
  @pink_hi
end

#redObject

Returns the value of attribute red.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def red
  @red
end

#red_hiObject

Returns the value of attribute red_hi.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def red_hi
  @red_hi
end

#rubyObject

Returns the value of attribute ruby.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def ruby
  @ruby
end

#underlineObject

Returns the value of attribute underline.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def underline
  @underline
end

#whiteObject

Returns the value of attribute white.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def white
  @white
end

#white_boldObject

Returns the value of attribute white_bold.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def white_bold
  @white_bold
end

#yellowObject

Returns the value of attribute yellow.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def yellow
  @yellow
end

#yellow_hiObject

Returns the value of attribute yellow_hi.



57
58
59
# File 'lib/sisu/utils_screen_text_color.rb', line 57

def yellow_hi
  @yellow_hi
end