:right-sidebar: True paint_extend_t =================================================================== .. currentmodule:: gi.repository.HarfBuzz .. versionadded:: 7.0.0 .. class:: paint_extend_t :no-contents-entry: The values of this enumeration determine how color values outside the minimum and maximum defined offset on a :obj:`~gi.repository.HarfBuzz.color_line_t` are determined. See the OpenType spec `COLR `_ section for details. Fields ------ .. rst-class:: interim-class .. class:: paint_extend_t :no-index: .. attribute:: PAD Outside the defined interval, the color of the closest color stop is used. .. attribute:: REFLECT The color line is repeated over repeated intervals, as for the repeat mode. However, in each repeated interval, the ordering of color stops is the reverse of the adjacent interval. .. attribute:: REPEAT The color line is repeated over repeated multiples of the defined interval