Module: Lightscape
- Defined in:
- lib/lightscape.rb,
lib/lightscape/light.rb,
lib/lightscape/version.rb
Defined Under Namespace
Modules: Client Classes: Light
Constant Summary collapse
- COLORS =
Red: 0.675, 0.322 Green: 0.4091, 0.518 Blue: 0.167, 0.04
{ red: [0.675, 0.322], green: [0.4077, 0.5154], blue: [0.167, 0.04], white: [0.4440, 0.3500] }.tap { |hsh| hsh.default [0.4440, 0.3500] }
- VERSION =
"0.0.1"