mirror of
				https://github.com/hyperion-project/hyperion.ng.git
				synced 2025-03-01 10:33:28 +00:00 
			
		
		
		
	update
This commit is contained in:
		@@ -64,13 +64,14 @@ private:
 | 
			
		||||
	static PyObject* wrapImageDrawLine         (PyObject *self, PyObject *args);
 | 
			
		||||
	static PyObject* wrapImageDrawPoint        (PyObject *self, PyObject *args);
 | 
			
		||||
	static PyObject* wrapImageDrawRect         (PyObject *self, PyObject *args);
 | 
			
		||||
	static PyObject* wrapImageDrawPolygon      (PyObject *self, PyObject *args);
 | 
			
		||||
	static PyObject* wrapImageDrawPie          (PyObject *self, PyObject *args);
 | 
			
		||||
	static PyObject* wrapImageSetPixel         (PyObject *self, PyObject *args);
 | 
			
		||||
	static PyObject* wrapImageGetPixel         (PyObject *self, PyObject *args);
 | 
			
		||||
	static PyObject* wrapImageSave             (PyObject *self, PyObject *args);
 | 
			
		||||
	static PyObject* wrapImageMinSize          (PyObject *self, PyObject *args);
 | 
			
		||||
	static PyObject* wrapImageWidth            (PyObject *self, PyObject *args);
 | 
			
		||||
	static PyObject* wrapImageHeight           (PyObject *self, PyObject *args);
 | 
			
		||||
	static PyObject* wrapHsvFtoRgb             (PyObject *self, PyObject *args);
 | 
			
		||||
 | 
			
		||||
	static Effect * getEffect();
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user