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
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="Peponi.Google.MaterialColorUtilities" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Peponi.Google.MaterialColorUtilities --version 1.0.1
#r "nuget: Peponi.Google.MaterialColorUtilities, 1.0.1"
#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.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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 Downloads Last updated
1.0.1 102 2/22/2024
1.0.0 93 2/21/2024

Version 1.0.1:
- Fix comments error

Version 1.0.0:
- Initial upload