ar1st0crat.SciColorMaps.Portable 1.0.2

dotnet add package ar1st0crat.SciColorMaps.Portable --version 1.0.2
NuGet\Install-Package ar1st0crat.SciColorMaps.Portable -Version 1.0.2
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="ar1st0crat.SciColorMaps.Portable" Version="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ar1st0crat.SciColorMaps.Portable --version 1.0.2
#r "nuget: ar1st0crat.SciColorMaps.Portable, 1.0.2"
#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 ar1st0crat.SciColorMaps.Portable as a Cake Addin
#addin nuget:?package=ar1st0crat.SciColorMaps.Portable&version=1.0.2

// Install ar1st0crat.SciColorMaps.Portable as a Cake Tool
#tool nuget:?package=ar1st0crat.SciColorMaps.Portable&version=1.0.2

A simple portable library providing custom color maps (user-defined or imported from matplotlib) for scientific visualization

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on ar1st0crat.SciColorMaps.Portable:

Repository Stars
anastasios-stamoulis/deep-learning-with-csharp-and-cntk
Deep Learning with C# and CNTK
nicolasdeory/firelight
A modular game integration for Razer Chroma and other RGB LED devices for League of Legends, Rocket League, Fortnite and many more.
Version Downloads Last updated
1.0.2 16,935 7/7/2017
1.0.1 902 7/5/2017

This is the portable version of SciColorMaps library. It does not rely on any framework-dependent color structure (like System.Drawing.Color or System.Windows.Media.Color). It operates with pure byte arrays, so it can be used in any .NET project.