Overview of PaletteViewer
masterPaletteViewer is a WinForms utility built with .NET 4.7.2 and the Krypton Toolkit. It is designed to visualize every color exposed by the Krypton palette API across multiple themes. It condenses the entire color surface into a single, scrollable KryptonDataGridView, allowing developers and designers to audit, compare, and explore palette data.
It is particularly useful for catching alignment errors in custom themes, such as:
- Missing, unlabelled, or out-of-order color indices.
- Arrays that are too short or return unexpected transparent colors.
IndexOutOfRangeExceptionrisks caused by misalignedSchemeBaseColorsarrays.