Package: pango

GBoxed pango:color

Declaration

(glib:define-gboxed-cstruct color "PangoColor"
  (:export t
   :type-initializer "pango_color_get_type")
  (red :uint16 :initform 0)
  (green :uint16 :initform 0)
  (blue :uint16 :initform 0))  

Values

red
The unsigned integer with the red component of the color.
green
The unsigned integer with the green component of the color.
blue
The unsigned integer with the blue component of the color.

Details

The pango:color structure is used to represent a color in an uncalibrated RGB color space.
 

Returned by

Slot Access Functions

2025-2-15