Class: Abachrome::Illuminants::D75
- Inherits:
-
Base
- Object
- Base
- Abachrome::Illuminants::D75
show all
- Defined in:
- lib/abachrome/illuminants/d75.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/d75.rb', line 22
def description
"North sky daylight / CIE standard illuminant D75"
end
|
#temperature ⇒ Object
18
19
20
|
# File 'lib/abachrome/illuminants/d75.rb', line 18
def temperature
7500
end
|
#x ⇒ Object
6
7
8
|
# File 'lib/abachrome/illuminants/d75.rb', line 6
def x
0.299
end
|
#y ⇒ Object
10
11
12
|
# File 'lib/abachrome/illuminants/d75.rb', line 10
def y
0.315
end
|
#z ⇒ Object
14
15
16
|
# File 'lib/abachrome/illuminants/d75.rb', line 14
def z
0.386
end
|