summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/Color.cs
AgeCommit message (Expand)AuthorFilesLines
2017-05-05[C] use the FromRgb[a] overload taking ints, not doublesStephane Delcroix1-9/+9
2017-05-05Avoid using string.format to parse hex values, improves performance by 25x, a...Miguel de Icaza1-11/+47
2017-04-07[Internal] Normalize Obsolete attributes (#860)Samantha Houts1-1/+2
2017-03-07Remove InternalsVisibleTo from Core to XF.Platforms.* (#782)kingces951-1/+6
2017-03-01[C] support more color format in ColorTypeConverter (#784)Stephane Delcroix1-11/+14
2016-10-20Remove unnecessary string replace in Color.FromHex (#477)Philippe Leybaert1-1/+1
2016-10-11Full feature compatibility with WPF's Colors class (#393)adrianknight891-2/+125
2016-08-11Add Orange color to Color (#290)Kangho1-0/+1
2016-03-22Initial importJason Smith1-0/+375