Class: Abachrome::Illuminants::D55

Inherits:
Base
  • Object
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

#descriptionObject



22
23
24
# File 'lib/abachrome/illuminants/d55.rb', line 22

def description
  "D55 (mid-morning/mid-afternoon daylight)"
end

#temperatureObject



18
19
20
# File 'lib/abachrome/illuminants/d55.rb', line 18

def temperature
  5503
end

#xObject



6
7
8
# File 'lib/abachrome/illuminants/d55.rb', line 6

def x
  0.33243
end

#yObject



10
11
12
# File 'lib/abachrome/illuminants/d55.rb', line 10

def y
  0.34744
end

#zObject



14
15
16
# File 'lib/abachrome/illuminants/d55.rb', line 14

def z
  0.32013
end