Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TranslucentTB/TranslucentTB
/ ColorCount
Method
ColorCount
Xaml/Models/FluentColorPalette.cpp:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
namespace winrt::TranslucentTB::Xaml::Models::implementation
10
{
11
uint32_t FluentColorPalette::ColorCount() noexcept
12
{
13
return std::tuple_size_v<decltype(COLOR_CHART)>;
14
}
15
16
uint32_t FluentColorPalette::ShadeCount() noexcept
17
{
Callers
1
UpdateCustomPalette
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected