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

https://github.com/muak/colormineportable.maui


https://github.com/muak/colormineportable.maui

Last synced: about 2 months ago
JSON representation

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