Skip to navigation


Screen mode: paletteSection0

Name: paletteSection0 [Show more] Type: Variable Category: Screen mode Summary: Colour palette for screen section 0 in the custom screen mode (the mode 4 portion) Deep dive: Hidden secrets of the custom screen mode
Context: See this variable in context in the source code References: This variable is used as follows: * ScreenHandler uses paletteSection0
.paletteSection0 EQUB &03, &13 \ Map logical colour 0 to physical colour 4 (blue) EQUB &23, &33 EQUB &43, &53 EQUB &63, &73 EQUB &84, &94 \ Map logical colour 1 to physical colour 3 (yellow) EQUB &A4, &B4 EQUB &C4, &D4 EQUB &E4, &F4