Package: gdk-pixbuf

GEnum gdk-colorspace

Details

This enumeration defines the color spaces that are supported by the GDK-Pixbuf library. Currently only RGB is supported.
(define-g-enum "GdkColorspace" gdk-colorspace
  (:export t
   :type-initializer "gdk_colorspace_get_type")
  :rgb)  
:rgb
Indicates a red/green/blue additive color space.
 

See also

2021-12-12