summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/Color.cs
AgeCommit message (Collapse)AuthorFilesLines
2016-10-20Remove unnecessary string replace in Color.FromHex (#477)Philippe Leybaert1-1/+1
In Color.FromHex(), the ‘#’ character is stripped from the input string twice.
2016-10-11Full feature compatibility with WPF's Colors class (#393)adrianknight891-2/+125
Added color definitions to match X11 color table. Warning: the saturation of Pink was changed lightly
2016-08-11Add Orange color to Color (#290)Kangho1-0/+1
* Add Orange color to Color
2016-03-22Initial importJason Smith1-0/+375