summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/ColorTypeConverter.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces951-0/+1
* Remove InternalsVisibleTo from Core to XF.Platforms.* * Changes per Jason's code review * Move LockableObservableListWrapper to internals namespace * Changes per Stephane's code review * update docs * Touch code to get CI to run tests * Rebase; Update documentation
2017-03-01[C] support more color format in ColorTypeConverter (#784)Stephane Delcroix1-147/+230
* [C] support more color format in ColorTypeConverter * [C] Parse numbers in InvariantCulture * more tests
2016-10-11Full feature compatibility with WPF's Colors class (#393)adrianknight891-2/+124
Added color definitions to match X11 color table. Warning: the saturation of Pink was changed lightly
2016-09-26[XamlC] Compiled converters (#358)Stephane Delcroix1-46/+26
2016-08-11Add Orange color to Color (#290)Kangho1-0/+2
* Add Orange color to Color
2016-03-22Initial importJason Smith1-0/+72