Class: Color

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

Class Method Summary collapse

Class Method Details

.BLUEObject



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

def self.BLUE
    return 34
end

.GREENObject



49
50
51
# File 'lib/consolegl.rb', line 49

def self.GREEN
    return 32
end

.LIGHT_BLUEObject



61
62
63
# File 'lib/consolegl.rb', line 61

def self.LIGHT_BLUE
    return 36
end

.REDObject

COLOR VALUE ##



45
46
47
# File 'lib/consolegl.rb', line 45

def self.RED
    return 31
end

.WHITEObject



65
66
67
# File 'lib/consolegl.rb', line 65

def self.WHITE
    return 0
end

.YELLOWObject



53
54
55
# File 'lib/consolegl.rb', line 53

def self.YELLOW
    return 33
end