Class: Color

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

Class Method Summary collapse

Class Method Details

.BLUEObject



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

def self.BLUE
    return 34
end

.GREENObject



36
37
38
# File 'lib/consolegl.rb', line 36

def self.GREEN
    return 32
end

.LIGHT_BLUEObject



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

def self.LIGHT_BLUE
    return 36
end

.REDObject

COLOR VALUE ##



32
33
34
# File 'lib/consolegl.rb', line 32

def self.RED
    return 31
end

.WHITEObject



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

def self.WHITE
    return 0
end

.YELLOWObject



40
41
42
# File 'lib/consolegl.rb', line 40

def self.YELLOW
    return 33
end