Right now the only way to make a PocoPixel value is to make an instance of Poco and call the makeColor method. Since this value is non-this-sensitive, it would be great to be able to access the functionality as a static method of Poco. There is a precedent in the C code for this API, ie. PocoMakeColor(r, g, b).