Package: gdk-pixbuf

GEnum gdk-pixbuf:colorspace

Declaration

(gobject:define-genum "GdkColorspace" colorspace
  (:export t
   :type-initializer "gdk_colorspace_get_type")
  :rgb)  

Values

:rgb
Indicates a red/green/blue additive color space.

Details

This enumeration defines the color spaces that are supported by the GDK-Pixbuf library. Currently only RGB is supported.
 

See also

2024-6-29