Palett 0.4.13
See the version list below for details.
dotnet add package Palett --version 0.4.13
NuGet\Install-Package Palett -Version 0.4.13
<PackageReference Include="Palett" Version="0.4.13" />
paket add Palett --version 0.4.13
#r "nuget: Palett, 0.4.13"
// Install Palett as a Cake Addin #addin nuget:?package=Palett&version=0.4.13 // Install Palett as a Cake Tool #tool nuget:?package=Palett&version=0.4.13
Color space tools
Features
- Transform between RGB and HSL color spaces.
- Convert among hex, int, (byte r, byte g, byte b), (float h, float s, float l) and System.Drawing.Color.
- Applicable to styles: Bold, Italic, Underline, and Inverse.
- Render an array or 2d-array of number into colored based on the relative value of each number.
Content
Package | Content |
---|---|
Palett |
The core library, including all Palett sub projects |
Palett.Cards |
Preset color cards with 14 degrees of color gradients |
Palett.Convert |
Convert colors among hex / int / rgb / hsl / Color |
Palett.Deco |
Render terminal string color |
Palett.Dye |
Colorant (factory) for terminal string |
Palett.Fluos |
Colorize array and 2d-array in terminal |
Palett.Presets |
Preset color range |
Palett.Projector |
Project a number to colored based on a range |
Palett.Types |
Base types in Palett series |
Palett.Utils |
Base static params of ANSI values |
Install
Palett targets .NET Standard 2.0, suitable for .NET and .NET Framework.
Install Palett package and its dependencies.
NuGet Package Manager:
Install-Package Palett
.NET CLI:
dotnet add package Palett
All versions can be found on nuget.
Usage
Convert color
using Palett.Convert;
// using RGB = System.ValueTuple<byte, byte, byte>;
// using HSL = System.ValueTuple<float, float, float>;
(byte, byte, byte) rgb = (242, 114, 69);
var hsl = rgb.RgbToHsl();
var hex = hsl.HslToHex();
var rgb2 = Conv.HexToRgb(hex);
var int = rgb2.RgbToInt();
Colorize vector
using Palett;
using Palett.Fluos;
var samples = new[] { "foo", "bar", "zen", "16", "24", "32", "64" };
var colored = samples.Fluo(Presets.Planet);
Examples
Palett has a test suite in the test project.
Feedback
Palett is licensed under the MIT license.
Bug report and contribution are welcome at the GitHub repository.
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. |
.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
- Palett.Cards (>= 0.4.13)
- Palett.Convert (>= 0.4.13)
- Palett.Dye (>= 0.4.13)
- Palett.Fluos (>= 0.4.13)
- Palett.Munsell (>= 0.4.13)
- Palett.Presets (>= 0.4.13)
- Palett.Projector (>= 0.4.13)
- Palett.Utils (>= 0.4.13)
NuGet packages (7)
Showing the top 5 NuGet packages that depend on Palett:
Package | Downloads |
---|---|
Spare.Deco
Format enumerables: array, 2d-array, dictionary, etc. into string for console output |
|
NeXL.Core.Ranges
Extension for Excel.Range |
|
NeXL.Core.Hyper
Macros for Excel |
|
NePT.Core.Shapes
Extension for PowerPoint.Shapes |
|
NePT.Core.Hyper
Hypers for PowerPoint |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.4.20 | 113 | 11/29/2024 |
0.4.19 | 149 | 11/27/2024 |
0.4.18 | 276 | 11/25/2024 |
0.4.17 | 172 | 11/24/2024 |
0.4.16 | 175 | 11/24/2024 |
0.4.15 | 93 | 11/24/2024 |
0.4.14 | 91 | 11/22/2024 |
0.4.13 | 274 | 11/4/2024 |
0.4.12 | 259 | 11/2/2024 |
0.4.11 | 99 | 11/1/2024 |
0.4.10 | 93 | 11/1/2024 |
0.4.9 | 94 | 10/31/2024 |
0.4.8 | 397 | 10/26/2021 |
0.4.7 | 317 | 10/25/2021 |
0.4.6 | 1,021 | 10/25/2021 |
0.4.5 | 410 | 10/24/2021 |
0.4.4 | 430 | 10/23/2021 |
0.4.3 | 347 | 10/11/2021 |
0.4.2 | 1,222 | 10/9/2021 |
0.4.1 | 1,435 | 10/5/2021 |
0.4.0 | 1,220 | 9/27/2021 |
0.3.4 | 689 | 9/27/2021 |
0.3.3 | 385 | 9/27/2021 |
0.3.2 | 1,172 | 9/26/2021 |
0.3.1 | 331 | 9/26/2021 |
0.3.0 | 346 | 9/25/2021 |
0.2.18 | 333 | 9/25/2021 |
0.2.17 | 441 | 9/25/2021 |
0.2.16 | 363 | 9/5/2021 |
0.2.15 | 357 | 9/5/2021 |
0.2.14 | 1,647 | 9/3/2021 |
0.2.12 | 909 | 9/3/2021 |
0.2.11 | 1,630 | 9/2/2021 |
0.2.10 | 647 | 9/2/2021 |
0.2.9 | 675 | 9/2/2021 |
0.2.8 | 353 | 9/2/2021 |
0.2.7 | 346 | 8/31/2021 |
0.2.6 | 1,529 | 8/31/2021 |
0.2.5 | 330 | 8/31/2021 |
0.2.4 | 320 | 8/30/2021 |
0.2.3 | 810 | 8/30/2021 |
0.2.2 | 2,048 | 8/20/2021 |
0.2.1 | 886 | 8/17/2021 |
0.2.0 | 337 | 8/17/2021 |
0.1.21 | 1,167 | 8/16/2021 |
0.1.20 | 332 | 8/16/2021 |
0.1.19 | 1,961 | 8/16/2021 |
0.1.18 | 704 | 8/14/2021 |
0.1.17 | 411 | 8/14/2021 |
0.1.16 | 347 | 8/13/2021 |
0.1.15 | 347 | 8/13/2021 |
0.1.14 | 1,036 | 8/13/2021 |
0.1.13 | 628 | 8/12/2021 |
0.1.12 | 705 | 8/12/2021 |
0.1.11 | 424 | 8/3/2021 |
0.1.10 | 687 | 7/28/2021 |
0.1.8 | 376 | 7/28/2021 |
0.1.7 | 364 | 7/28/2021 |
0.1.6 | 324 | 3/7/2021 |
0.1.5 | 411 | 3/6/2021 |
0.1.4 | 355 | 3/3/2021 |
0.1.3 | 6,561 | 2/7/2021 |
0.1.2 | 340 | 1/31/2021 |
0.1.1 | 361 | 1/31/2021 |
0.1.0 | 627 | 1/30/2021 |
0.0.16 | 346 | 1/30/2021 |
0.0.15 | 677 | 1/30/2021 |
0.0.14 | 331 | 1/30/2021 |
0.0.12 | 346 | 1/30/2021 |
0.0.11 | 351 | 1/30/2021 |
0.0.10 | 894 | 1/29/2021 |
0.0.9 | 347 | 1/29/2021 |