Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 536 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 536 Bytes

ColorMinePortable for Xamarin.Forms

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

Nuget Installation

Install-Package ColorMinePortable.Forms

Extentions

  • Xamarin.Forms.Color conversion

Xamarin Conversion

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

Dependency

  • ColorMinePortable
  • Xamarin.Forms