@@ -110,6 +110,9 @@ |
||
110 | 110 | return (array) $this->color_spaces[$key]; |
111 | 111 | } |
112 | 112 | |
113 | + /** |
|
114 | + * @param string $key |
|
115 | + */ |
|
113 | 116 | public function __set($key, $value) { |
114 | 117 | if (in_array($key, static::$valid_color_spaces)) { |
115 | 118 | $color_space = __NAMESPACE__.'\\color\\space\\'.$key; |