Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Lightness.php
Go to the documentation of this file.
1 <?php
25 #require_once 'Zend/Measure/Abstract.php';
26 #require_once 'Zend/Locale.php';
27 
38 {
39  const STANDARD = 'CANDELA_PER_SQUARE_METER';
40 
41  const APOSTILB = 'APOSTILB';
42  const BLONDEL = 'BLONDEL';
43  const CANDELA_PER_SQUARE_CENTIMETER = 'CANDELA_PER_SQUARE_CENTIMETER';
44  const CANDELA_PER_SQUARE_FOOT = 'CANDELA_PER_SQUARE_FOOT';
45  const CANDELA_PER_SQUARE_INCH = 'CANDELA_PER_SQUARE_INCH';
46  const CANDELA_PER_SQUARE_METER = 'CANDELA_PER_SQUARE_METER';
47  const FOOTLAMBERT = 'FOOTLAMBERT';
48  const KILOCANDELA_PER_SQUARE_CENTIMETER = 'KILOCANDELA_PER_SQUARE_CENTIMETER';
49  const KILOCANDELA_PER_SQUARE_FOOT = 'KILOCANDELA_PER_SQUARE_FOOT';
50  const KILOCANDELA_PER_SQUARE_INCH = 'KILOCANDELA_PER_SQUARE_INCH';
51  const KILOCANDELA_PER_SQUARE_METER = 'KILOCANDELA_PER_SQUARE_METER';
52  const LAMBERT = 'LAMBERT';
53  const MILLILAMBERT = 'MILLILAMBERT';
54  const NIT = 'NIT';
55  const STILB = 'STILB';
56 
62  protected $_units = array(
63  'APOSTILB' => array('0.31830989', 'asb'),
64  'BLONDEL' => array('0.31830989', 'blondel'),
65  'CANDELA_PER_SQUARE_CENTIMETER' => array('10000', 'cd/cm²'),
66  'CANDELA_PER_SQUARE_FOOT' => array('10.76391', 'cd/ft²'),
67  'CANDELA_PER_SQUARE_INCH' => array('1550.00304', 'cd/in²'),
68  'CANDELA_PER_SQUARE_METER' => array('1', 'cd/m²'),
69  'FOOTLAMBERT' => array('3.4262591', 'ftL'),
70  'KILOCANDELA_PER_SQUARE_CENTIMETER' => array('10000000', 'kcd/cm²'),
71  'KILOCANDELA_PER_SQUARE_FOOT' => array('10763.91', 'kcd/ft²'),
72  'KILOCANDELA_PER_SQUARE_INCH' => array('1550003.04', 'kcd/in²'),
73  'KILOCANDELA_PER_SQUARE_METER' => array('1000', 'kcd/m²'),
74  'LAMBERT' => array('3183.0989', 'L'),
75  'MILLILAMBERT' => array('3.1830989', 'mL'),
76  'NIT' => array('1', 'nt'),
77  'STILB' => array('10000', 'sb'),
78  'STANDARD' => 'CANDELA_PER_SQUARE_METER'
79  );
80 }
const CANDELA_PER_SQUARE_CENTIMETER
Definition: Lightness.php:43
const KILOCANDELA_PER_SQUARE_INCH
Definition: Lightness.php:50
const KILOCANDELA_PER_SQUARE_FOOT
Definition: Lightness.php:49
const KILOCANDELA_PER_SQUARE_CENTIMETER
Definition: Lightness.php:48
const CANDELA_PER_SQUARE_METER
Definition: Lightness.php:46
const KILOCANDELA_PER_SQUARE_METER
Definition: Lightness.php:51