https://github.com/muak/colormineportable.maui
https://github.com/muak/colormineportable.maui
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/muak/colormineportable.maui
- Owner: muak
- License: mit
- Created: 2023-05-28T05:14:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T05:00:54.000Z (over 1 year ago)
- Last Synced: 2025-02-14T18:08:50.604Z (2 months ago)
- Language: C#
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ColorMinePortable for MAUI
This is the extensions that it made ColorMinePortable(https://github.com/muak/ColorMinePortable) correspond to MAUI.
## Nuget Installation
```bash
Install-Package ColorMinePortable.Maui
```## Maui Conversion
```csharp
var xcolor = Colors.Red;
var rgb = xcolor.To(); //Maui to ColorMine Rgb
var xcolor2 = rgb.ToMaui(); // ColorMine Rgb to MAUI
```## Dependency
* ColorMinePortable