SheetXL - v0.3.20
    Preparing search index...

    Interface IColorScheme

    Represents a color scheme interface that extends the properties of ColorSchemeProperties.

    The type of the color, defaults to IColor.Serializable.

    interface IColorScheme {
        getAccent1(): IColor;
        getAccent2(): IColor;
        getAccent3(): IColor;
        getAccent4(): IColor;
        getAccent5(): IColor;
        getAccent6(): IColor;
        getDk1(): IColor;
        getDk2(): IColor;
        getFolHlink(): IColor;
        getHlink(): IColor;
        getLt1(): IColor;
        getLt2(): IColor;
    }
    Index

    Methods

    • Gets the first accent color in the scheme.

      Returns IColor

      The first accent color.

    • Gets the second accent color in the scheme.

      Returns IColor

      The second accent color.

    • Gets the third accent color in the scheme.

      Returns IColor

      The third accent color.

    • Gets the fourth accent color in the scheme.

      Returns IColor

      The fourth accent color.

    • Gets the fifth accent color in the scheme.

      Returns IColor

      The fifth accent color.

    • Gets the sixth accent color in the scheme.

      Returns IColor

      The sixth accent color.

    • Gets the first dark color in the scheme.

      Returns IColor

      The first dark color.

    • Gets the second dark color in the scheme.

      Returns IColor

      The second dark color.

    • Gets the followed hyperlink color in the scheme.

      Returns IColor

      The followed hyperlink color.

    • Gets the hyperlink color in the scheme.

      Returns IColor

      The hyperlink color.

    • Gets the first light color in the scheme.

      Returns IColor

      The first light color.

    • Gets the second light color in the scheme.

      Returns IColor

      The second light color.