composize
    Preparing search index...

    Variable StandardColorConst

    StandardColor: {
        Blue: "ff0070c0";
        DarkBlue: "ff002060";
        DarkRed: "ffc00000";
        Green: "ff00b050";
        LightBlue: "ff00b0f0";
        LightGreen: "ff92d050";
        Orange: "ffffc000";
        Purple: "ff7030a0";
        Red: "ffff0000";
        Yellow: "ffffff00";
    } = ...

    Standard colors used in Excel.

    These colors are represented in ARGB format. The first two characters represent the alpha channel (opacity).

    Type declaration

    • ReadonlyBlue: "ff0070c0"

      #0070c0

    • ReadonlyDarkBlue: "ff002060"

      #002060

    • ReadonlyDarkRed: "ffc00000"

      #c00000

    • ReadonlyGreen: "ff00b050"

      #00b050

    • ReadonlyLightBlue: "ff00b0f0"

      #00b0f0

    • ReadonlyLightGreen: "ff92d050"

      #92d050

    • ReadonlyOrange: "ffffc000"

      #ffc000

    • ReadonlyPurple: "ff7030a0"

      #7030a0

    • ReadonlyRed: "ffff0000"

      #ff0000

    • ReadonlyYellow: "ffffff00"

      #ffff00