Settings services: Difference between revisions
No edit summary |
|||
Line 746: | Line 746: | ||
No input, returns an output 0x14-byte struct "nn::settings::system::HomeMenuScheme". | No input, returns an output 0x14-byte struct "nn::settings::system::HomeMenuScheme". | ||
This struct contains 5 RGBA8 u32s for colors. | This struct contains 5 RGBA8 u32s for colors: '''Main''', '''Back''', '''Sub''', '''Bezel''' and '''Extra'''. | ||
The colors are loaded from [[Calibration]], with the set of fields to use selected by ColorVariation. When ColorVariation is invalid (must be 1-4), the following fixed color values are returned: 0xFF323232, 0xFF323232, 0xFFFFFFFF, 0xFFFFFFFF, 0xFF000000. | The colors are loaded from [[Calibration]], with the set of fields to use selected by ColorVariation. When ColorVariation is invalid (must be 1-4), the following fixed color values are returned: 0xFF323232, 0xFF323232, 0xFFFFFFFF, 0xFFFFFFFF, 0xFF000000. |