class SiSU_Screen::Color

Attributes

black[RW]
blue[RW]
blue_hi[RW]
bold[RW]
brown[RW]
brown_hi[RW]
cyan[RW]
cyan_hi[RW]
darkgreen[RW]
darkgrey_hi[RW]
fuchsia[RW]
fuchsia_hi[RW]
green[RW]
green_hi[RW]
grey[RW]
grey_hi[RW]
invert[RW]
lightgreen_hi[RW]
marker[RW]
navy[RW]
navy_hi[RW]
off[RW]
orange[RW]
orange_hi[RW]
pink[RW]
pink_hi[RW]
red[RW]
red_hi[RW]
ruby[RW]
underline[RW]
white[RW]
white_bold[RW]
yellow[RW]
yellow_hi[RW]

Public Class Methods

new(&block) click to toggle source
# File lib/sisu/utils_screen_text_color.rb, line 58
def initialize(&block)
  instance_eval &block
end