Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TranslucentTB/TranslucentTB
/ ShadeCount
Method
ShadeCount
Xaml/Models/FluentColorPalette.cpp:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
uint32_t FluentColorPalette::ShadeCount() noexcept
17
{
18
return std::tuple_size_v<decltype(COLOR_CHART)::value_type>;
19
}
20
21
Windows::UI::Color FluentColorPalette::GetColor(uint32_t colorIndex, uint32_t shadeIndex)
22
{
Callers
1
UpdateCustomPalette
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected