Pop\Color\Space\Lab::getL PHP Метод

getL() публичный Метод

Method to get the L value
public getL ( ) : integer
Результат integer
    public function getL()
    {
        return $this->l;
    }