Material3.Core
0.8.0
dotnet add package Material3.Core --version 0.8.0
NuGet\Install-Package Material3.Core -Version 0.8.0
<PackageReference Include="Material3.Core" Version="0.8.0" />
<PackageVersion Include="Material3.Core" Version="0.8.0" />
<PackageReference Include="Material3.Core" />
paket add Material3.Core --version 0.8.0
#r "nuget: Material3.Core, 0.8.0"
#:package Material3.Core@0.8.0
#addin nuget:?package=Material3.Core&version=0.8.0
#tool nuget:?package=Material3.Core&version=0.8.0
Material3.Core
The platform-neutral Material 3 (Material You) color engine for .NET — a C# port of the HCT / CAM16 pipeline.
Generate a full light and dark ColorScheme (every M3 role) from a single seed color, with tonal palettes and
scheme variants. The color type is the UI-neutral Argb — no System.Drawing or WPF dependency — so the UI
packages adapt at their boundary.
using Material3.Core;
var palette = CorePalette.FromSeed(Argb.FromArgb(0x67, 0x50, 0xA4));
ColorScheme dark = ColorScheme.Dark(palette);
Argb primary = dark.Primary;
- HCT tonal palettes + CAM16; all M3 color roles, surface containers and inverse/outline pairs
SchemeVariant:TonalSpot(M3 default),Neutral,Vibrantnetstandard2.0, dependency-free
Consumed by Material3.WinForms and
Material3.Wpf.
Docs, controls and demo galleries: https://github.com/dary1337/material3-dotnet
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- No dependencies.
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Material3.Core:
| Package | Downloads |
|---|---|
|
Material3.WinForms
Material 3 (Material You) controls and design tokens for Windows Forms: dynamic color from a seed (HCT tonal palettes), light/dark themes with runtime switching, full type scale, elevation, state layers and motion tokens. |
|
|
Material3.Wpf
Material 3 (Material You) for WPF: a runtime theme (M3Theme) that generates the full M3 color-role scheme from one seed color (HCT) and publishes it as live DynamicResource brushes so the whole UI recolors on the fly, plus a set of themed M3 controls (filled/tonal/outlined/text buttons, text field, chips, menus, tooltip, scrollbar, progress, card, expander), an icon-set-agnostic M3Icon, and motion helpers. Built on Material3.Core. |
GitHub repositories
This package is not used by any popular GitHub repositories.