Class: Abachrome::Illuminants::D75

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

#descriptionObject



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

def description
  "North sky daylight / CIE standard illuminant D75"
end

#temperatureObject



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

def temperature
  7500
end

#xObject



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

def x
  0.299
end

#yObject



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

def y
  0.315
end

#zObject



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

def z
  0.386
end