An open API service indexing awesome lists of open source software.

https://github.com/sharpyr/angrand

color picker enables rgb and hsl switch
https://github.com/sharpyr/angrand

Last synced: 11 months ago
JSON representation

color picker enables rgb and hsl switch

Awesome Lists containing this project

README

          

![Banner](https://raw.githubusercontent.com/sharpyr/Angrand/refs/heads/master/media/angrand-banner.svg)

Color selector

[![Version](https://img.shields.io/nuget/vpre/Angrand.GUI.PalettControl.svg)](https://www.nuget.org/packages/Angrand)
[![Downloads](https://img.shields.io/nuget/dt/Angrand.GUI.PalettControl.svg)](https://www.nuget.org/packages/Angrand)
[![Dependent Libraries](https://img.shields.io/librariesio/dependents/nuget/Angrand.GUI.PalettControl.svg?label=dependent%20libraries)](https://libraries.io/nuget/Angrand)
[![Language](https://img.shields.io/badge/language-C%23-blueviolet.svg)](https://dotnet.microsoft.com/learn/csharp)
[![Compatibility](https://img.shields.io/badge/compatibility-.NET%20Framework%204.8.0-indigo.svg)]()
[![License](https://img.shields.io/github/license/sharpyr/Angrand.GUI.PalettControl.svg)](https://github.com/sharpyr/Angrand/LICENSE)

## Install

Angrand targets .NET Framework 4.8.0

Install [Angrand package](https://www.nuget.org/packages/Angrand) and sub packages.

NuGet Package Manager:

```powershell
Install-Package Angrand.GUI.PalettControl
```

.NET CLI:

```shell
dotnet add package Angrand.GUI.PalettControl
```

>
# Examples
---------------------
Angrand has a test suite in the [test project](https://github.com/sharpyr/Angrand/tree/master/Angrand.GUI.PalettControlTest/Src).

## Feedback

Angrand is licensed under the [MIT](https://github.com/sharpyr/Angrand/LICENSE) license.

Bug report and contribution are welcome at [the GitHub repository](https://github.com/sharpyr/Angrand).