Material3.Core 0.9.0

dotnet add package Material3.Core --version 0.9.0
                    
NuGet\Install-Package Material3.Core -Version 0.9.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Material3.Core" Version="0.9.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Material3.Core" Version="0.9.0" />
                    
Directory.Packages.props
<PackageReference Include="Material3.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Material3.Core --version 0.9.0
                    
#r "nuget: Material3.Core, 0.9.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Material3.Core@0.9.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Material3.Core&version=0.9.0
                    
Install as a Cake Addin
#tool nuget:?package=Material3.Core&version=0.9.0
                    
Install as a Cake Tool

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, Vibrant
  • netstandard2.0, dependency-free

Consumed by Material3.WinForms and Material3.Wpf.

Docs, controls and demo galleries: https://github.com/dary1337/material3-dotnet

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .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, icon button and icon toggle, FAB, text field, chips, switch, radio, three-state checkbox, segmented button, slider, menus, tooltip, scrollbar, linear and circular progress, card, list item, divider, expander), page furniture (PageHeader, NoticeBanner, EmptyState, PopupCard, Snackbar), elevation shadows and tinted surfaces, loading skeletons and the Busy spinner, an icon-set-agnostic M3Icon, and motion helpers. Built on Material3.Core.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.9.0 66 9/10/2026
0.8.0 178 7/28/2026
0.7.0 150 7/2/2026