summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/Color.cs
AgeCommit message (Collapse)AuthorFilesLines
2017-04-07[Internal] Normalize Obsolete attributes (#860)Samantha Houts1-1/+2
* [All] Normalize Obsolete attributes. Make sure we include the version in which the member was deprecated and consistent instructions for working around the deprecation, if applicable. * Update docs
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces951-1/+6
* 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-11/+14
* [C] support more color format in ColorTypeConverter * [C] Parse numbers in InvariantCulture * more tests
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