:right-sidebar: True color_stop_t =================================================================== .. currentmodule:: gi.repository.HarfBuzz .. versionadded:: 7.0.0 .. class:: color_stop_t(*args, **kwargs) :no-contents-entry: Information about a color stop on a color line. Color lines typically have offsets ranging between 0 and 1, but that is not required. Note: despite ``color`` being unpremultiplied here, interpolation in gradients shall happen in premultiplied space. See the OpenType spec `COLR `__ section for details. Fields ------ .. rst-class:: interim-class .. class:: color_stop_t :no-index: .. attribute:: color The color, unpremultiplied .. attribute:: is_foreground Whether the color is the foreground .. attribute:: offset The offset of the color stop