MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / GetColor

Method GetColor

Xaml/Models/FluentColorPalette.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 }
20
21 Windows::UI::Color FluentColorPalette::GetColor(uint32_t colorIndex, uint32_t shadeIndex)
22 {
23 return COLOR_CHART.at(colorIndex).at(shadeIndex);
24 }
25}

Callers 1

UpdateCustomPaletteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected