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

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

Method to return the string value for printing output.
public __toString ( ) : string
Результат string
    public function __toString()
    {
        return $this->get(\Pop\Color\Color::STRING);
    }