Palett 0.4.20
dotnet add package Palett --version 0.4.20
NuGet\Install-Package Palett -Version 0.4.20
<PackageReference Include="Palett" Version="0.4.20" />
paket add Palett --version 0.4.20
#r "nuget: Palett, 0.4.20"
// Install Palett as a Cake Addin #addin nuget:?package=Palett&version=0.4.20 // Install Palett as a Cake Tool #tool nuget:?package=Palett&version=0.4.20
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.20)
- Palett.Convert (>= 0.4.20)
- Palett.Dye (>= 0.4.20)
- Palett.Fluos (>= 0.4.20)
- Palett.Munsell (>= 0.4.20)
- Palett.Presets (>= 0.4.20)
- Palett.Projector (>= 0.4.20)
- Palett.Utils (>= 0.4.20)
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 | 103 | 11/29/2024 |
0.4.19 | 144 | 11/27/2024 |
0.4.18 | 269 | 11/25/2024 |
0.4.17 | 167 | 11/24/2024 |
0.4.16 | 170 | 11/24/2024 |
0.4.15 | 86 | 11/24/2024 |
0.4.14 | 84 | 11/22/2024 |
0.4.13 | 269 | 11/4/2024 |
0.4.12 | 253 | 11/2/2024 |
0.4.11 | 91 | 11/1/2024 |
0.4.10 | 87 | 11/1/2024 |
0.4.9 | 88 | 10/31/2024 |
0.4.8 | 388 | 10/26/2021 |
0.4.7 | 308 | 10/25/2021 |
0.4.6 | 1,010 | 10/25/2021 |
0.4.5 | 399 | 10/24/2021 |
0.4.4 | 421 | 10/23/2021 |
0.4.3 | 338 | 10/11/2021 |
0.4.2 | 1,213 | 10/9/2021 |
0.4.1 | 1,426 | 10/5/2021 |
0.4.0 | 1,205 | 9/27/2021 |
0.3.4 | 680 | 9/27/2021 |
0.3.3 | 376 | 9/27/2021 |
0.3.2 | 1,163 | 9/26/2021 |
0.3.1 | 322 | 9/26/2021 |
0.3.0 | 337 | 9/25/2021 |
0.2.18 | 324 | 9/25/2021 |
0.2.17 | 432 | 9/25/2021 |
0.2.16 | 354 | 9/5/2021 |
0.2.15 | 348 | 9/5/2021 |
0.2.14 | 1,638 | 9/3/2021 |
0.2.12 | 900 | 9/3/2021 |
0.2.11 | 1,621 | 9/2/2021 |
0.2.10 | 638 | 9/2/2021 |
0.2.9 | 659 | 9/2/2021 |
0.2.8 | 344 | 9/2/2021 |
0.2.7 | 337 | 8/31/2021 |
0.2.6 | 1,514 | 8/31/2021 |
0.2.5 | 321 | 8/31/2021 |
0.2.4 | 311 | 8/30/2021 |
0.2.3 | 801 | 8/30/2021 |
0.2.2 | 2,039 | 8/20/2021 |
0.2.1 | 877 | 8/17/2021 |
0.2.0 | 328 | 8/17/2021 |
0.1.21 | 1,158 | 8/16/2021 |
0.1.20 | 323 | 8/16/2021 |
0.1.19 | 1,952 | 8/16/2021 |
0.1.18 | 695 | 8/14/2021 |
0.1.17 | 402 | 8/14/2021 |
0.1.16 | 338 | 8/13/2021 |
0.1.15 | 338 | 8/13/2021 |
0.1.14 | 1,027 | 8/13/2021 |
0.1.13 | 619 | 8/12/2021 |
0.1.12 | 697 | 8/12/2021 |
0.1.11 | 415 | 8/3/2021 |
0.1.10 | 679 | 7/28/2021 |
0.1.8 | 368 | 7/28/2021 |
0.1.7 | 356 | 7/28/2021 |
0.1.6 | 314 | 3/7/2021 |
0.1.5 | 401 | 3/6/2021 |
0.1.4 | 345 | 3/3/2021 |
0.1.3 | 6,551 | 2/7/2021 |
0.1.2 | 330 | 1/31/2021 |
0.1.1 | 351 | 1/31/2021 |
0.1.0 | 617 | 1/30/2021 |
0.0.16 | 336 | 1/30/2021 |
0.0.15 | 667 | 1/30/2021 |
0.0.14 | 321 | 1/30/2021 |
0.0.12 | 336 | 1/30/2021 |
0.0.11 | 341 | 1/30/2021 |
0.0.10 | 884 | 1/29/2021 |
0.0.9 | 337 | 1/29/2021 |