public Palette() { CLUTs = new CLUT[4]; for (int i = 0; i < 4; i++) { CLUTs[i] = new CLUT(); } }
public ULAplusColour(int Index, CLUT ParentCLUT) { OriginalRGB = Color.FromArgb(0, 0, 0); _index = Index; _parentCLUT = ParentCLUT; }