CPF/CPF.ReoGrid/IO/OpenXML/IndexedColorTable.cs
2024-06-24 10:15:59 +08:00

76 lines
902 B
C#

using System;
namespace CPF.ReoGrid.IO.OpenXML
{
internal sealed class IndexedColorTable
{
public static readonly int[] colors = new int[]
{
0,
16777215,
16711680,
65280,
255,
16776960,
16711935,
65535,
0,
16777215,
16711680,
65280,
255,
16776960,
16711935,
65535,
8388608,
32768,
128,
8421376,
8388736,
32896,
12632256,
8421504,
10066431,
10040166,
16777164,
13434879,
6684774,
16744576,
26316,
13421823,
128,
16711935,
16776960,
65535,
8388736,
8388608,
32896,
255,
52479,
13434879,
13434828,
16777113,
10079487,
16751052,
13408767,
16764057,
3368703,
3394764,
10079232,
16763904,
16750848,
16737792,
6710937,
9868950,
13158,
3381606,
13056,
3355392,
10040064,
10040166,
3355545,
3355443
};
}
}