Home
last modified time | relevance | path

Searched refs:PyGimpHSL_Type (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/gimp-app/gimp-2.10.30/plug-ins/pygimp/
H A Dpygimpcolor.h38 extern PyTypeObject PyGimpHSL_Type;
H A Dpygimpcolor-api.h48 #define PyGimpHSL_Type (_PyGimpColor_API->HSL_Type) macro
H A Dgimpcolormodule.c379 &PyGimpHSL_Type,
409 pyg_register_boxed(d, "HSL", GIMP_TYPE_HSL, &PyGimpHSL_Type); in initgimpcolor()
H A Dpygimp-colors.c1794 PyTypeObject PyGimpHSL_Type = { variable