Searched refs:lib_luma (Results 1 – 2 of 2) sorted by relevance
16 * 2020-01-19: fixed wrong array access in lib_luma
1338 if ( $this->lib_luma($darkColor) > $this->lib_luma($lightColor) ) {1345 if ( ( $this->lib_luma($inputColor) * $inputColor_alpha) < $threshold) {1351 protected function lib_luma($color) { function in lessc