https://github.com/muak/colormineportable.forms
ColorMinePortable for Xamarin.Forms
https://github.com/muak/colormineportable.forms
color-conversion xamarin-forms
Last synced: 3 months ago
JSON representation
ColorMinePortable for Xamarin.Forms
- Host: GitHub
- URL: https://github.com/muak/colormineportable.forms
- Owner: muak
- License: mit
- Created: 2017-04-19T08:11:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-23T04:28:36.000Z (almost 6 years ago)
- Last Synced: 2025-01-06T12:58:43.474Z (4 months ago)
- Topics: color-conversion, xamarin-forms
- Language: C#
- Homepage:
- Size: 1.14 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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