class Color

Public Class Methods

BLUE() click to toggle source
# File lib/consolegl.rb, line 57
def self.BLUE
    return 34
end
GREEN() click to toggle source
# File lib/consolegl.rb, line 49
def self.GREEN
    return 32
end
LIGHT_BLUE() click to toggle source
# File lib/consolegl.rb, line 61
def self.LIGHT_BLUE
    return 36
end
RED() click to toggle source

COLOR VALUE ##

# File lib/consolegl.rb, line 45
def self.RED
    return 31
end
WHITE() click to toggle source
# File lib/consolegl.rb, line 65
def self.WHITE
    return 0
end
YELLOW() click to toggle source
# File lib/consolegl.rb, line 53
def self.YELLOW
    return 33
end