Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/muak/ColorMinePortable.Forms

ColorMinePortable for Xamarin.Forms
https://github.com/muak/ColorMinePortable.Forms

color-conversion xamarin-forms

Last synced: about 2 months ago
JSON representation

ColorMinePortable for Xamarin.Forms

Awesome Lists containing this project

README

        

# ColorMinePortable for Xamarin.Forms

This is the extensions that it made ColorMinePortable(https://github.com/muak/ColorMinePortable) correspond to Xamarin.Forms.

## Nuget Installation

```bash
Install-Package ColorMinePortable.Forms
```

## Extentions

* Xamarin.Forms.Color conversion

## Xamarin Conversion

```csharp
var xcolor = Xamarin.Forms.Color.Red;
var rgb = xcolor.To(); //xamarin to ColorMine Rgb
var xcolor2 = rgb.ToXamarinForms(); // ColorMine Rgb to xamarin
```

## Dependency

* ColorMinePortable
* Xamarin.Forms