summaryrefslogtreecommitdiffstats
path: root/plug-ins/pygimp/gimpcolor-types.defs
blob: 460ac928a478f361b27b7021d402dc3c43bff5ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
;; -*- scheme -*-

(define-boxed GimpRGB
  (in-module "Gimp")
  (c-name "GimpRGB")
  (gtype-id "GIMP_TYPE_RGB")
)

(define-boxed GimpHSV
  (in-module "Gimp")
  (c-name "GimpHSV")
  (gtype-id "GIMP_TYPE_HSV")
)

(define-boxed GimpHSL
  (in-module "Gimp")
  (c-name "GimpHSL")
  (gtype-id "GIMP_TYPE_HSL")
)

(define-boxed GimpCMYK
  (in-module "Gimp")
  (c-name "GimpCMYK")
  (gtype-id "GIMP_TYPE_CMYK")
)