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.



60
61
62
# File 'lib/sisu/utils_screen_text_color.rb', line 60

def initialize(&block)
  instance_eval &block
end

Instance Attribute Details

#blackObject

Returns the value of attribute black.



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

def black
  @black
end

#blueObject

Returns the value of attribute blue.



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

def blue
  @blue
end

#blue_hiObject

Returns the value of attribute blue_hi.



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

def blue_hi
  @blue_hi
end

#boldObject

Returns the value of attribute bold.



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

def bold
  @bold
end

#brownObject

Returns the value of attribute brown.



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

def brown
  @brown
end

#brown_hiObject

Returns the value of attribute brown_hi.



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

def brown_hi
  @brown_hi
end

#cyanObject

Returns the value of attribute cyan.



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

def cyan
  @cyan
end

#cyan_hiObject

Returns the value of attribute cyan_hi.



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

def cyan_hi
  @cyan_hi
end

#darkgreenObject

Returns the value of attribute darkgreen.



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

def darkgreen
  @darkgreen
end

#darkgrey_hiObject

Returns the value of attribute darkgrey_hi.



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

def darkgrey_hi
  @darkgrey_hi
end

#fuchsiaObject

Returns the value of attribute fuchsia.



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

def fuchsia
  @fuchsia
end

#fuchsia_hiObject

Returns the value of attribute fuchsia_hi.



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

def fuchsia_hi
  @fuchsia_hi
end

#greenObject

Returns the value of attribute green.



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

def green
  @green
end

#green_hiObject

Returns the value of attribute green_hi.



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

def green_hi
  @green_hi
end

#greyObject

Returns the value of attribute grey.



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

def grey
  @grey
end

#grey_hiObject

Returns the value of attribute grey_hi.



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

def grey_hi
  @grey_hi
end

#invertObject

Returns the value of attribute invert.



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

def invert
  @invert
end

#lightgreen_hiObject

Returns the value of attribute lightgreen_hi.



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

def lightgreen_hi
  @lightgreen_hi
end

#markerObject

Returns the value of attribute marker.



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

def marker
  @marker
end

Returns the value of attribute navy.



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

def navy
  @navy
end

Returns the value of attribute navy_hi.



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

def navy_hi
  @navy_hi
end

#offObject

Returns the value of attribute off.



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

def off
  @off
end

#orangeObject

Returns the value of attribute orange.



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

def orange
  @orange
end

#orange_hiObject

Returns the value of attribute orange_hi.



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

def orange_hi
  @orange_hi
end

#pinkObject

Returns the value of attribute pink.



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

def pink
  @pink
end

#pink_hiObject

Returns the value of attribute pink_hi.



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

def pink_hi
  @pink_hi
end

#redObject

Returns the value of attribute red.



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

def red
  @red
end

#red_hiObject

Returns the value of attribute red_hi.



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

def red_hi
  @red_hi
end

#rubyObject

Returns the value of attribute ruby.



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

def ruby
  @ruby
end

#underlineObject

Returns the value of attribute underline.



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

def underline
  @underline
end

#whiteObject

Returns the value of attribute white.



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

def white
  @white
end

#white_boldObject

Returns the value of attribute white_bold.



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

def white_bold
  @white_bold
end

#yellowObject

Returns the value of attribute yellow.



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

def yellow
  @yellow
end

#yellow_hiObject

Returns the value of attribute yellow_hi.



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

def yellow_hi
  @yellow_hi
end