Peponi.Google.MaterialColorUtilities
1.0.1
dotnet add package Peponi.Google.MaterialColorUtilities --version 1.0.1
NuGet\Install-Package Peponi.Google.MaterialColorUtilities -Version 1.0.1
<PackageReference Include="Peponi.Google.MaterialColorUtilities" Version="1.0.1" />
paket add Peponi.Google.MaterialColorUtilities --version 1.0.1
#r "nuget: Peponi.Google.MaterialColorUtilities, 1.0.1"
// Install Peponi.Google.MaterialColorUtilities as a Cake Addin #addin nuget:?package=Peponi.Google.MaterialColorUtilities&version=1.0.1 // Install Peponi.Google.MaterialColorUtilities as a Cake Tool #tool nuget:?package=Peponi.Google.MaterialColorUtilities&version=1.0.1
Peponi.Google.MaterialColorUtilities is a package for implementing Material design 3 color of google.
This project is originated from material-color-utilities (https://github.com/material-foundation/material-color-utilities)
Most parts of original library are removed except getting tonal spot.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0 is compatible. 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. |
-
net7.0
- No dependencies.
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Peponi.Google.MaterialColorUtilities:
Package | Downloads |
---|---|
Peponi.MaterialDesign3.WPF
Peponi.MaterialDesign3.WPF is a package for implementing Material design 3 of google. Contents are: 1. Colors - Getting colors using DynamicResource, StaticResource 2. Fonts - Getting Font family, size, weight, line height using DynamicResource, StaticResource |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 1.0.1:
- Fix comments error
Version 1.0.0:
- Initial upload