Class: Abachrome::Illuminants::D50

Inherits:
Base
  • Object
show all
Defined in:
lib/abachrome/illuminants/d50.rb

Class Method Summary collapse

Methods inherited from Base

to_s, whitepoint, xyz

Class Method Details

.descriptionObject



26
27
28
# File 'lib/abachrome/illuminants/d50.rb', line 26

def self.description
  "CIE Standard Illuminant D50 (Horizon Light)"
end

.nameObject



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

def self.name
  "D50"
end

.temperatureObject



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

def self.temperature
  5003
end

.xObject



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

def self.x
  0.96422
end

.yObject



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

def self.y
  1.0
end

.zObject



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

def self.z
  0.82521
end