-
Notifications
You must be signed in to change notification settings - Fork 26
Vis_Color
There are a number of colorization options available for the main data window.
The quickest way to swap between the ones included is through the MODE_TOGGLE keybinding (default: 'c'). The currently available color modes include:
-
Normal - color channels are mapped without change, in lower- density packing modes e.g. 1bpp, the primary channel will be duplicated into the remaining ones.
-
Histogram Highlight - only useful in 1bpp packing mode (see the page on the histogram for more details).
-
Red/Green split - intensity (average of R,G,B channels) is mapped to both red and green channel.
-
Luma Lookup Table - the more useful one, intensity is mapped to a configurable lookup table (image of 256x1 pixels) to provide custom coloring for specific byte values.