Class: Abachrome::Illuminants::D55
- Inherits:
-
Base
- Object
- Base
- Abachrome::Illuminants::D55
show all
- Defined in:
- lib/abachrome/illuminants/d55.rb
Instance Method Summary
collapse
Methods inherited from Base
to_s, whitepoint, x, xyz, y, z
Instance Method Details
#description ⇒ Object
22
23
24
|
# File 'lib/abachrome/illuminants/d55.rb', line 22
def description
"D55 (mid-morning/mid-afternoon daylight)"
end
|
#temperature ⇒ Object
18
19
20
|
# File 'lib/abachrome/illuminants/d55.rb', line 18
def temperature
5503
end
|
#x ⇒ Object
6
7
8
|
# File 'lib/abachrome/illuminants/d55.rb', line 6
def x
0.33243
end
|
#y ⇒ Object
10
11
12
|
# File 'lib/abachrome/illuminants/d55.rb', line 10
def y
0.34744
end
|
#z ⇒ Object
14
15
16
|
# File 'lib/abachrome/illuminants/d55.rb', line 14
def z
0.32013
end
|