Home
last modified time | relevance | path

Searched refs:lib_luma (Results 1 – 2 of 2) sorted by relevance

/template/mikio/inc/stemmechanics/lesserphp/
H A DHISTORY.md16 * 2020-01-19: fixed wrong array access in lib_luma
H A Dlessc.inc.php1343 if ( $this->lib_luma($darkColor) > $this->lib_luma($lightColor) ) {
1350 if ( ( $this->lib_luma($inputColor) * $inputColor_alpha) < $threshold) {
1356 protected function lib_luma($color) { function in lessc