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
- Host: GitHub
- URL: https://github.com/sharpyr/angrand
- Owner: sharpyr
- Created: 2021-01-24T01:30:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-24T14:24:45.000Z (about 1 year ago)
- Last Synced: 2025-02-07T21:38:55.919Z (about 1 year ago)
- Language: C#
- Size: 287 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Color selector
[](https://www.nuget.org/packages/Angrand)
[](https://www.nuget.org/packages/Angrand)
[](https://libraries.io/nuget/Angrand)
[](https://dotnet.microsoft.com/learn/csharp)
[]()
[](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).