def normal_color return Color.new(255, 255, 255, 255) end
def normal_color return Color.new(0, 0, 0, 255) end