harfbuzzjs
    Preparing search index...

    Interface ColorLine

    Color information for a gradient.

    interface ColorLine {
        colorStops: ColorStop[];
        extend: PaintExtend;
    }
    Index

    Properties

    Properties

    colorStops: ColorStop[]

    The color stops.

    Note that due to variations being applied, the color stops may be out of order; it is the caller's responsibility to ensure they are sorted by their offset before they are used.

    extend: PaintExtend

    The extend mode of the color line.