500 references to FromRgb
Microsoft.CodeAnalysis.EditorFeatures.Wpf (54)
Adornments\BrushTag.cs (1)
22private static readonly Color s_lightGray = Color.FromRgb(0xA5, 0xA5, 0xA5);
BraceMatching\BraceMatchingTypeFormatDefinitions.cs (1)
31this.BackgroundColor = Color.FromRgb(0xDB, 0xE0, 0xCC);
Classification\ClassificationTypeFormatDefinitions.cs (39)
90this.ForegroundColor = Color.FromRgb(0x9e, 0x5b, 0x71); 222this.ForegroundColor = Color.FromRgb(0x2B, 0x91, 0xAF); 280this.ForegroundColor = Color.FromRgb(0x2B, 0x91, 0xAF); 300this.ForegroundColor = Color.FromRgb(0x2B, 0x91, 0xAF); 320this.ForegroundColor = Color.FromRgb(0x2B, 0x91, 0xAF); 339this.ForegroundColor = Color.FromRgb(0x2B, 0x91, 0xAF); 359this.ForegroundColor = Color.FromRgb(0x2B, 0x91, 0xAF); 379this.ForegroundColor = Color.FromRgb(0x2B, 0x91, 0xAF); 584this.ForegroundColor = Color.FromRgb(0x80, 0x80, 0x80); // CIDARKGRAY 602this.ForegroundColor = Color.FromRgb(0x80, 0x80, 0x80); // CIDARKGRAY 622this.ForegroundColor = Color.FromRgb(0x80, 0x80, 0x80); // CIDARKGRAY 640this.ForegroundColor = Color.FromRgb(0x80, 0x80, 0x80); // CIDARKGRAY 658this.ForegroundColor = Color.FromRgb(0x80, 0x80, 0x80); // CIDARKGRAY 676this.ForegroundColor = Color.FromRgb(0x80, 0x80, 0x80); // CIDARKGRAY 712this.ForegroundColor = Color.FromRgb(0x80, 0x80, 0x80); // CIDARKGRAY 730this.ForegroundColor = Color.FromRgb(0x80, 0x80, 0x80); // CIDARKGRAY 767this.BackgroundColor = Color.FromRgb(0xe5, 0xe5, 0xe5); 785this.ForegroundColor = Color.FromRgb(0xff, 0x00, 0xc1); 805this.ForegroundColor = Color.FromRgb(0x00, 0x80, 0x00); 823this.ForegroundColor = Color.FromRgb(0x00, 0x73, 0xff); 841this.ForegroundColor = Color.FromRgb(0xff, 0x00, 0xc1); 859this.ForegroundColor = Color.FromRgb(0xff, 0x00, 0xc1); 877this.ForegroundColor = Color.FromRgb(0x05, 0xc3, 0xba); 895this.ForegroundColor = Color.FromRgb(0x05, 0xc3, 0xba); 913this.ForegroundColor = Color.FromRgb(0x80, 0x00, 0x00); 934this.ForegroundColor = Color.FromRgb(0x80, 0x00, 0x00); 953this.ForegroundColor = Color.FromRgb(0x9e, 0x5b, 0x71); 1129this.ForegroundColor = Color.FromRgb(0xB9, 0x64, 0x64); // HC_LIGHTRED 1146this.ForegroundColor = Color.FromRgb(0x55, 0x55, 0x55); // HC_LIGHTBLACK 1163this.ForegroundColor = Color.FromRgb(0x64, 0x64, 0xB9); // HC_LIGHTBLUE 1180this.ForegroundColor = Color.FromRgb(0x80, 0x80, 0x80); // CIDARKGRAY 1197this.ForegroundColor = Color.FromRgb(0x62, 0x97, 0x55); // HC_LIGHTGREEN 1214this.ForegroundColor = Color.FromRgb(0x64, 0x64, 0xB9); // HC_LIGHTBLUE 1231this.ForegroundColor = Color.FromRgb(0x55, 0x55, 0x55); // HC_LIGHTBLACK 1232this.BackgroundColor = Color.FromRgb(0xFF, 0xFE, 0xBF); // HC_LIGHTYELLOW 1249this.ForegroundColor = Color.FromRgb(0xB9, 0x64, 0x64); // HC_LIGHTRED 1266this.ForegroundColor = Color.FromRgb(0x84, 0x46, 0x46); // HC_LIGHTMAROON 1283this.ForegroundColor = Color.FromRgb(0xC0, 0xC0, 0xC0); // HC_LIGHTGRAY 1300this.ForegroundColor = Color.FromRgb(0x55, 0x55, 0x55); // HC_LIGHTBLACK
InlineDiagnostics\InlineDiagnosticsFormatDefinition.cs (5)
37BackgroundBrush = new SolidColorBrush(Color.FromRgb(252, 62, 54)); 38ForegroundBrush = new SolidColorBrush(Color.FromRgb(0, 0, 0)); 57BackgroundBrush = new SolidColorBrush(Color.FromRgb(149, 219, 125)); 58ForegroundBrush = new SolidColorBrush(Color.FromRgb(0, 0, 0)); 78ForegroundBrush = new SolidColorBrush(Color.FromRgb(0, 0, 0));
InlineHints\InlineHintsFormatDefinition.cs (2)
35this.ForegroundBrush = new SolidColorBrush(Color.FromRgb(104, 104, 104)); 36this.BackgroundBrush = new SolidColorBrush(Color.FromRgb(230, 230, 230));
InlineRename\HighlightTags\RenameFieldBackgroundAndBorderTagDefinition.cs (2)
27this.Border = new Pen(new SolidColorBrush(Color.FromRgb(0xFF, 0xFF, 0xFF)), thickness: 2.0); 28this.BackgroundColor = Color.FromRgb(0xd3, 0xf8, 0xd3);
InlineRename\Taggers\ClassificationFormatDefinitions.cs (1)
28this.ForegroundColor = Color.FromRgb(0x00, 0x64, 0x00);
PreviewWarningTagDefinition.cs (1)
27this.Border = new Pen(new SolidColorBrush(Color.FromRgb(230, 117, 64)), thickness: 1.5);
ReferenceHighlighting\DefinitionHighlightTagDefinition.cs (1)
26this.BackgroundColor = Color.FromRgb(219, 224, 204);
ReferenceHighlighting\WrittenReferenceHighlightTagDefinition.cs (1)
26this.BackgroundColor = Color.FromRgb(219, 224, 204);
PresentationCore (5)
MS\Internal\Ink\InkSerializedFormat\DrawingAttributeSerializer.cs (1)
267Color color = Color.FromRgb((byte)(dw & 0xff), (byte)((dw & 0xff00) >> Native.BitsPerByte), (byte)((dw & 0xff0000) >> (Native.BitsPerByte * 2)));
System\Windows\InterOp\HwndTarget.cs (1)
112private Color _backgroundColor = Color.FromRgb(0, 0, 0);
System\Windows\Media\Color.cs (3)
421Color c2 = Color.FromRgb(0, 0, 0); 540Color c2 = Color.FromRgb(0, 0, 0); 1087Color c2 = Color.FromRgb(0, 0, 0);
PresentationFramework (8)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (3)
41_adornerPenBrush = new Pen(new SolidColorBrush(Color.FromRgb(132, 146, 222)), 1); 44_adornerFillBrush = new LinearGradientBrush(Color.FromRgb(240, 242, 255), //start color 45Color.FromRgb(180, 207, 248), //end color
MS\Internal\Ink\PenCursorManager.cs (3)
441Color.FromRgb(240, 242, 255), // Start Color 442Color.FromRgb(180, 207, 248), // End Color 447SolidColorBrush brush2 = new SolidColorBrush(Color.FromRgb(180, 207, 248));
System\windows\Documents\TextSelection.cs (1)
1660caretBrush = new SolidColorBrush(Color.FromRgb(r, g, b));
System\Windows\Documents\XamlToRtfWriter.cs (1)
3636Color color = Color.FromRgb((byte)((colorValue & 0x00ff0000) >> 16),
PresentationFramework.Aero (196)
Microsoft\Windows\Themes\BulletChrome.cs (100)
193ca = new ColorAnimation(Color.FromRgb(0x29, 0x62, 0x8D), duration); 196ca = new ColorAnimation(Color.FromRgb(0x24, 0x54, 0x79), duration); 199ca = new ColorAnimation(Color.FromRgb(0x19, 0x3B, 0x55), duration); 203ca = new ColorAnimation(Color.FromRgb(0x33, 0xD7, 0xED), duration); 206ca = new ColorAnimation(Color.FromRgb(0x20, 0x94, 0xCE), duration); 227ca = new ColorAnimation(Color.FromRgb(0x79, 0xC6, 0xF9), duration); 230ca = new ColorAnimation(Color.FromRgb(0x79, 0xC6, 0xF9), duration); 233ca = new ColorAnimation(Color.FromRgb(0xD2, 0xED, 0xFD), duration); 238ca = new ColorAnimation(Color.FromRgb(0xB1, 0xDF, 0xFD), duration); 241ca = new ColorAnimation(Color.FromRgb(0xE9, 0xF7, 0xFE), duration); 251ca = new ColorAnimation(Color.FromRgb(0xFF, 0xFF, 0xFF), duration); 254ca = new ColorAnimation(Color.FromRgb(0x74, 0xFF, 0xFF), duration); 257ca = new ColorAnimation(Color.FromRgb(0x0D, 0xA0, 0xF3), duration); 274ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x2A, 0x62, 0x8D), duration); 281ca = new ColorAnimation(Color.FromRgb(0x24, 0x54, 0x79), duration); 284ca = new ColorAnimation(Color.FromRgb(0x19, 0x3B, 0x55), duration); 288ca = new ColorAnimation(Color.FromRgb(0x2F, 0xA8, 0xD5), duration); 291ca = new ColorAnimation(Color.FromRgb(0x25, 0x59, 0x8C), duration); 343ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x2C, 0x62, 0x8B), duration); 346ca = new ColorAnimation(Color.FromRgb(0xC2, 0xE4, 0xF6), duration); 354ca = new ColorAnimation(Color.FromRgb(0x19, 0x3B, 0x55), duration); 357ca = new ColorAnimation(Color.FromRgb(0x24, 0x54, 0x79), duration); 360ca = new ColorAnimation(Color.FromRgb(0x29, 0x62, 0x8D), duration); 364ca = new ColorAnimation(Color.FromRgb(0x17, 0x44, 0x7A), duration); 367ca = new ColorAnimation(Color.FromRgb(0x21, 0x8B, 0xC3), duration); 387ca = new ColorAnimation(Color.FromRgb(0x54, 0xA6, 0xD5), duration); 390ca = new ColorAnimation(Color.FromRgb(0x5E, 0xB5, 0xE4), duration); 393ca = new ColorAnimation(Color.FromRgb(0xC4, 0xE5, 0xF6), duration); 397ca = new ColorAnimation(Color.FromRgb(0x7F, 0xBA, 0xDC), duration); 400ca = new ColorAnimation(Color.FromRgb(0xD6, 0xED, 0xF9), duration); 416ca = new ColorAnimation(Color.FromRgb(0x95, 0xD9, 0xFC), duration); 419ca = new ColorAnimation(Color.FromRgb(0x3A, 0x84, 0xAA), duration); 422ca = new ColorAnimation(Color.FromRgb(0x07, 0x54, 0x83), duration); 954temp.Brush = new SolidColorBrush(Color.FromRgb(0xA2, 0xAE, 0xB9)); 977temp.Brush = new SolidColorBrush(Color.FromRgb(0x19, 0x3B, 0x55)); 1126SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xAE, 0xB7, 0xCF)); 1146SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x31, 0x34, 0x7C)); 1168SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x31, 0x34, 0x7C)); 1197temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xC9, 0xD5, 0xDE), 0)); 1198temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xC0, 0xE3, 0xE8), 0.35)); 1199temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xB0, 0xD4, 0xE9), 1)); 1227temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE5, 0xE5, 0xE5), 0.1)); 1228temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x5D, 0xCE, 0xDD), 0.35)); 1229temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0B, 0x82, 0xC7), 1)); 1257temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xFF, 0xFF, 0xFF), 0.1)); 1258temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x74, 0xFF, 0xFF), 0.35)); 1259temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0D, 0xA0, 0xF3), 1)); 1289temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x95, 0xD9, 0xFC), 0)); 1290temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x3A, 0x84, 0xAA), 0.35)); 1291temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x07, 0x54, 0x83), 1)); 1312SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xDE, 0xF9, 0xFA)); 1332SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xC2, 0xE4, 0xF6)); 1352SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4)); 1374temp.Brush = new SolidColorBrush(Color.FromRgb(0x3C, 0x7F, 0xB1)); 1396temp.Brush = new SolidColorBrush(Color.FromRgb(0x2C, 0x62, 0x8B)); 1418temp.Brush = new SolidColorBrush(Color.FromRgb(0xAD, 0xB2, 0xB5)); 1446brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xE1, 0xE3, 0xE5), 0.25)); 1447brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xE8, 0xE9, 0xEA), 0.5)); 1448brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xF3, 0xF3, 0xF3), 1)); 1478brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xAE, 0xB3, 0xB9), 0.25)); 1479brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xC2, 0xC4, 0xC6), 0.5)); 1480brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xEA, 0xEB, 0xEB), 1)); 1510brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x79, 0xC6, 0xF9), 0.3)); 1511brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x79, 0xC6, 0xF9), 0.5)); 1512brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xD2, 0xED, 0xFD), 1)); 1542brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x54, 0xA6, 0xD5), 0.3)); 1543brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x5E, 0xB5, 0xE4), 0.5)); 1544brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xC4, 0xE5, 0xF6), 1)); 1574brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xBF, 0xD0, 0xDD), 0)); 1575brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xBD, 0xCB, 0xD7), 0.5)); 1576brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xBA, 0xC4, 0xCC), 1)); 1606brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x2A, 0x62, 0x8D), 0)); 1607brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x24, 0x54, 0x79), 0.5)); 1608brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x19, 0x3B, 0x55), 1)); 1638brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x29, 0x62, 0x8D), 0)); 1639brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x24, 0x54, 0x79), 0.5)); 1640brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x19, 0x3B, 0x55), 1)); 1670brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x19, 0x3B, 0x55), 0)); 1671brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x24, 0x54, 0x79), 0.5)); 1672brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x29, 0x62, 0x8D), 1)); 1703brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xB3, 0xB8, 0xBD), 0)); 1704brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xEB, 0xEB, 0xEB), 1)); 1734brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x80, 0xCA, 0xF9), 0)); 1735brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xD2, 0xEE, 0xFD), 1)); 1765brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x5C, 0xAA, 0xD7), 0)); 1766brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xC3, 0xE4, 0xF6), 1)); 1834temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCB, 0xCF, 0xD5), 0.2)); 1835temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xF7, 0xF7, 0xF7), 0.8)); 1860temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xB1, 0xDF, 0xFD), 0.2)); 1861temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE9, 0xF7, 0xFE), 0.8)); 1887temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x7F, 0xBA, 0xDC), 0.2)); 1888temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xED, 0xF9), 0.8)); 1915temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xC0, 0xE5, 0xF3), 0.2)); 1916temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xBD, 0xCD, 0xDC), 0.8)); 1942temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2F, 0xA8, 0xD5), 0.2)); 1943temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x25, 0x59, 0x8C), 0.8)); 1968temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x33, 0xD7, 0xED), 0.2)); 1969temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x20, 0x94, 0xCE), 0.8)); 1994temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x17, 0x44, 0x7A), 0.2)); 1995temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x21, 0x8B, 0xC3), 0.8));
Microsoft\Windows\Themes\ButtonChrome.cs (8)
306ColorAnimation ca = new ColorAnimation(Color.FromRgb(0xC2, 0xE4, 0xF6), duration); 311ca = new ColorAnimation(Color.FromRgb(0xAB, 0xDA, 0xF3), duration); 314ca = new ColorAnimation(Color.FromRgb(0x90, 0xCB, 0xEB), duration); 317ca = new ColorAnimation(Color.FromRgb(0x2C, 0x62, 0x8B), duration); 745SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4)); 808temp.Brush = new SolidColorBrush(Color.FromRgb(0x3C, 0x7F, 0xB1)); 830temp.Brush = new SolidColorBrush(Color.FromRgb(0x2C, 0x62, 0x8B)); 853temp.Brush = new SolidColorBrush(Color.FromRgb(0xAD, 0xB2, 0xB5));
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
509SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4)); 602temp.Brush = new SolidColorBrush(Color.FromRgb(0xAD, 0xB2, 0xB5));
Microsoft\Windows\Themes\ScrollChrome.cs (86)
131ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x21, 0x21, 0x21), duration); 133ca = new ColorAnimation(Color.FromRgb(0x57, 0x57, 0x57), duration); 135ca = new ColorAnimation(Color.FromRgb(0xB3, 0xB3, 0xB3), duration); 244ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x3C, 0x7F, 0xB1), duration); 247ca = new ColorAnimation(Color.FromRgb(0xE3, 0xF4, 0xFC), duration); 250ca = new ColorAnimation(Color.FromRgb(0xD6, 0xEE, 0xFB), duration); 253ca = new ColorAnimation(Color.FromRgb(0xA9, 0xDB, 0xF6), duration); 256ca = new ColorAnimation(Color.FromRgb(0xA4, 0xD5, 0xEF), duration); 263ca = new ColorAnimation(Color.FromRgb(0x15, 0x30, 0x3E), duration); 266ca = new ColorAnimation(Color.FromRgb(0x3C, 0x7F, 0xB1), duration); 269ca = new ColorAnimation(Color.FromRgb(0x9C, 0xCE, 0xE9), duration); 274ca = new ColorAnimation(Color.FromRgb(0x0D, 0x2A, 0x3A), duration); 277ca = new ColorAnimation(Color.FromRgb(0x1F, 0x63, 0x8A), duration); 280ca = new ColorAnimation(Color.FromRgb(0x2E, 0x97, 0xCF), duration); 321ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x15, 0x59, 0x8A), duration); 324ca = new ColorAnimation(Color.FromRgb(0xCA, 0xEC, 0xF9), duration); 327ca = new ColorAnimation(Color.FromRgb(0xAF, 0xE1, 0xF7), duration); 330ca = new ColorAnimation(Color.FromRgb(0x6F, 0xCA, 0xF0), duration); 333ca = new ColorAnimation(Color.FromRgb(0x66, 0xBA, 0xDD), duration); 340ca = new ColorAnimation(Color.FromRgb(0x0F, 0x24, 0x30), duration); 343ca = new ColorAnimation(Color.FromRgb(0x2E, 0x73, 0x97), duration); 346ca = new ColorAnimation(Color.FromRgb(0x8F, 0xB8, 0xCE), duration); 352ca = new ColorAnimation(Color.FromRgb(0x0E, 0x22, 0x2D), duration); 355ca = new ColorAnimation(Color.FromRgb(0x2F, 0x79, 0x9E), duration); 358ca = new ColorAnimation(Color.FromRgb(0x6B, 0xA0, 0xBC), duration); 811temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xF3, 0xF3, 0xF3), 0)); 812temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE8, 0xE8, 0xE9), 0.5)); 813temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xD6, 0xD8), 0.5)); 814temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xBC, 0xBD, 0xC0), 1)); 841temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE3, 0xF4, 0xFC), 0)); 842temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xEE, 0xFB), 0.5)); 843temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xA9, 0xDB, 0xF6), 0.5)); 844temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xA4, 0xD5, 0xEF), 1)); 869temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xEC, 0xF9), 0)); 870temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xAF, 0xE1, 0xF7), 0.5)); 871temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x6F, 0xCA, 0xF0), 0.5)); 872temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x66, 0xBA, 0xDD), 1)); 898temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xF3, 0xF3, 0xF3), 0)); 899temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE8, 0xE8, 0xE9), 0.5)); 900temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xD6, 0xD8), 0.5)); 901temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xBC, 0xBD, 0xC0), 1)); 926temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE3, 0xF4, 0xFC), 0)); 927temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xEE, 0xFB), 0.5)); 928temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xA9, 0xDB, 0xF6), 0.5)); 929temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xA4, 0xD5, 0xEF), 1)); 954temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xEC, 0xF9), 0)); 955temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xAF, 0xE1, 0xF7), 0.5)); 956temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x6F, 0xCA, 0xF0), 0.5)); 957temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x66, 0xBA, 0xDD), 1)); 1078temp.Brush = new SolidColorBrush(Color.FromRgb(0x95, 0x95, 0x95)); 1102temp.Brush = new SolidColorBrush(Color.FromRgb(0x3C, 0x7F, 0xB1)); 1126temp.Brush = new SolidColorBrush(Color.FromRgb(0x15, 0x59, 0x8A)); 1276temp.Brush = new SolidColorBrush(Color.FromRgb(0xCF, 0xCF, 0xCF)); 1350temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x00, 0x00, 0x00), 0.5)); 1351temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x97, 0x97, 0x97), 0.7)); 1352temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xCA, 0xCA), 1)); 1377temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x15, 0x30, 0x3E), 0.5)); 1378temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x3C, 0x7F, 0xB1), 0.7)); 1379temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x9C, 0xCE, 0xE9), 1)); 1404temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0F, 0x24, 0x30), 0.5)); 1405temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2E, 0x73, 0x97), 0.7)); 1406temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x8F, 0xB8, 0xCE), 1)); 1431temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x00, 0x00, 0x00), 0.5)); 1432temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x97, 0x97, 0x97), 0.7)); 1433temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xCA, 0xCA), 1)); 1458temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x15, 0x30, 0x3E), 0.5)); 1459temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x3C, 0x7F, 0xB1), 0.7)); 1460temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x9C, 0xCE, 0xE9), 1)); 1485temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0F, 0x24, 0x30), 0.5)); 1486temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2E, 0x73, 0x97), 0.7)); 1487temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x8F, 0xB8, 0xCE), 1)); 1514temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x70, 0x70, 0x70), 0.5)); 1515temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x76, 0x76, 0x76), 0.7)); 1516temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCB, 0xCB, 0xCB), 1)); 1542temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x21, 0x21, 0x21), 0.5)); 1543temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x57, 0x57, 0x57), 0.7)); 1544temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xB3, 0xB3, 0xB3), 1)); 1570temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0D, 0x2A, 0x3A), 0.5)); 1571temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x1F, 0x63, 0x8A), 0.7)); 1572temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2E, 0x97, 0xCF), 1)); 1598temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0E, 0x22, 0x2D), 0.5)); 1599temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2F, 0x79, 0x9E), 0.7)); 1600temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x6B, 0xA0, 0xBC), 1)); 1686_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0x00, 0x00, 0x00), 0.5)); 1687_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0x97, 0x97, 0x97), 0.7)); 1688_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xCA, 0xCA), 1));
PresentationFramework.Aero2 (196)
Microsoft\Windows\Themes\BulletChrome.cs (100)
193ca = new ColorAnimation(Color.FromRgb(0x29, 0x62, 0x8D), duration); 196ca = new ColorAnimation(Color.FromRgb(0x24, 0x54, 0x79), duration); 199ca = new ColorAnimation(Color.FromRgb(0x19, 0x3B, 0x55), duration); 203ca = new ColorAnimation(Color.FromRgb(0x33, 0xD7, 0xED), duration); 206ca = new ColorAnimation(Color.FromRgb(0x20, 0x94, 0xCE), duration); 227ca = new ColorAnimation(Color.FromRgb(0x79, 0xC6, 0xF9), duration); 230ca = new ColorAnimation(Color.FromRgb(0x79, 0xC6, 0xF9), duration); 233ca = new ColorAnimation(Color.FromRgb(0xD2, 0xED, 0xFD), duration); 238ca = new ColorAnimation(Color.FromRgb(0xB1, 0xDF, 0xFD), duration); 241ca = new ColorAnimation(Color.FromRgb(0xE9, 0xF7, 0xFE), duration); 251ca = new ColorAnimation(Color.FromRgb(0xFF, 0xFF, 0xFF), duration); 254ca = new ColorAnimation(Color.FromRgb(0x74, 0xFF, 0xFF), duration); 257ca = new ColorAnimation(Color.FromRgb(0x0D, 0xA0, 0xF3), duration); 274ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x2A, 0x62, 0x8D), duration); 281ca = new ColorAnimation(Color.FromRgb(0x24, 0x54, 0x79), duration); 284ca = new ColorAnimation(Color.FromRgb(0x19, 0x3B, 0x55), duration); 288ca = new ColorAnimation(Color.FromRgb(0x2F, 0xA8, 0xD5), duration); 291ca = new ColorAnimation(Color.FromRgb(0x25, 0x59, 0x8C), duration); 343ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x2C, 0x62, 0x8B), duration); 346ca = new ColorAnimation(Color.FromRgb(0xC2, 0xE4, 0xF6), duration); 354ca = new ColorAnimation(Color.FromRgb(0x19, 0x3B, 0x55), duration); 357ca = new ColorAnimation(Color.FromRgb(0x24, 0x54, 0x79), duration); 360ca = new ColorAnimation(Color.FromRgb(0x29, 0x62, 0x8D), duration); 364ca = new ColorAnimation(Color.FromRgb(0x17, 0x44, 0x7A), duration); 367ca = new ColorAnimation(Color.FromRgb(0x21, 0x8B, 0xC3), duration); 387ca = new ColorAnimation(Color.FromRgb(0x54, 0xA6, 0xD5), duration); 390ca = new ColorAnimation(Color.FromRgb(0x5E, 0xB5, 0xE4), duration); 393ca = new ColorAnimation(Color.FromRgb(0xC4, 0xE5, 0xF6), duration); 397ca = new ColorAnimation(Color.FromRgb(0x7F, 0xBA, 0xDC), duration); 400ca = new ColorAnimation(Color.FromRgb(0xD6, 0xED, 0xF9), duration); 416ca = new ColorAnimation(Color.FromRgb(0x95, 0xD9, 0xFC), duration); 419ca = new ColorAnimation(Color.FromRgb(0x3A, 0x84, 0xAA), duration); 422ca = new ColorAnimation(Color.FromRgb(0x07, 0x54, 0x83), duration); 954temp.Brush = new SolidColorBrush(Color.FromRgb(0xA2, 0xAE, 0xB9)); 977temp.Brush = new SolidColorBrush(Color.FromRgb(0x19, 0x3B, 0x55)); 1126SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xAE, 0xB7, 0xCF)); 1146SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x31, 0x34, 0x7C)); 1168SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x31, 0x34, 0x7C)); 1197temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xC9, 0xD5, 0xDE), 0)); 1198temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xC0, 0xE3, 0xE8), 0.35)); 1199temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xB0, 0xD4, 0xE9), 1)); 1227temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE5, 0xE5, 0xE5), 0.1)); 1228temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x5D, 0xCE, 0xDD), 0.35)); 1229temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0B, 0x82, 0xC7), 1)); 1257temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xFF, 0xFF, 0xFF), 0.1)); 1258temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x74, 0xFF, 0xFF), 0.35)); 1259temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0D, 0xA0, 0xF3), 1)); 1289temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x95, 0xD9, 0xFC), 0)); 1290temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x3A, 0x84, 0xAA), 0.35)); 1291temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x07, 0x54, 0x83), 1)); 1312SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xDE, 0xF9, 0xFA)); 1332SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xC2, 0xE4, 0xF6)); 1352SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4)); 1374temp.Brush = new SolidColorBrush(Color.FromRgb(0x3C, 0x7F, 0xB1)); 1396temp.Brush = new SolidColorBrush(Color.FromRgb(0x2C, 0x62, 0x8B)); 1418temp.Brush = new SolidColorBrush(Color.FromRgb(0xAD, 0xB2, 0xB5)); 1446brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xE1, 0xE3, 0xE5), 0.25)); 1447brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xE8, 0xE9, 0xEA), 0.5)); 1448brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xF3, 0xF3, 0xF3), 1)); 1478brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xAE, 0xB3, 0xB9), 0.25)); 1479brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xC2, 0xC4, 0xC6), 0.5)); 1480brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xEA, 0xEB, 0xEB), 1)); 1510brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x79, 0xC6, 0xF9), 0.3)); 1511brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x79, 0xC6, 0xF9), 0.5)); 1512brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xD2, 0xED, 0xFD), 1)); 1542brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x54, 0xA6, 0xD5), 0.3)); 1543brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x5E, 0xB5, 0xE4), 0.5)); 1544brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xC4, 0xE5, 0xF6), 1)); 1574brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xBF, 0xD0, 0xDD), 0)); 1575brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xBD, 0xCB, 0xD7), 0.5)); 1576brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xBA, 0xC4, 0xCC), 1)); 1606brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x2A, 0x62, 0x8D), 0)); 1607brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x24, 0x54, 0x79), 0.5)); 1608brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x19, 0x3B, 0x55), 1)); 1638brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x29, 0x62, 0x8D), 0)); 1639brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x24, 0x54, 0x79), 0.5)); 1640brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x19, 0x3B, 0x55), 1)); 1670brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x19, 0x3B, 0x55), 0)); 1671brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x24, 0x54, 0x79), 0.5)); 1672brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x29, 0x62, 0x8D), 1)); 1703brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xB3, 0xB8, 0xBD), 0)); 1704brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xEB, 0xEB, 0xEB), 1)); 1734brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x80, 0xCA, 0xF9), 0)); 1735brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xD2, 0xEE, 0xFD), 1)); 1765brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x5C, 0xAA, 0xD7), 0)); 1766brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xC3, 0xE4, 0xF6), 1)); 1834temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCB, 0xCF, 0xD5), 0.2)); 1835temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xF7, 0xF7, 0xF7), 0.8)); 1860temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xB1, 0xDF, 0xFD), 0.2)); 1861temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE9, 0xF7, 0xFE), 0.8)); 1887temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x7F, 0xBA, 0xDC), 0.2)); 1888temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xED, 0xF9), 0.8)); 1915temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xC0, 0xE5, 0xF3), 0.2)); 1916temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xBD, 0xCD, 0xDC), 0.8)); 1942temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2F, 0xA8, 0xD5), 0.2)); 1943temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x25, 0x59, 0x8C), 0.8)); 1968temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x33, 0xD7, 0xED), 0.2)); 1969temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x20, 0x94, 0xCE), 0.8)); 1994temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x17, 0x44, 0x7A), 0.2)); 1995temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x21, 0x8B, 0xC3), 0.8));
Microsoft\Windows\Themes\ButtonChrome.cs (8)
306ColorAnimation ca = new ColorAnimation(Color.FromRgb(0xC2, 0xE4, 0xF6), duration); 311ca = new ColorAnimation(Color.FromRgb(0xAB, 0xDA, 0xF3), duration); 314ca = new ColorAnimation(Color.FromRgb(0x90, 0xCB, 0xEB), duration); 317ca = new ColorAnimation(Color.FromRgb(0x2C, 0x62, 0x8B), duration); 745SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4)); 808temp.Brush = new SolidColorBrush(Color.FromRgb(0x3C, 0x7F, 0xB1)); 830temp.Brush = new SolidColorBrush(Color.FromRgb(0x2C, 0x62, 0x8B)); 853temp.Brush = new SolidColorBrush(Color.FromRgb(0xAD, 0xB2, 0xB5));
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
509SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4)); 602temp.Brush = new SolidColorBrush(Color.FromRgb(0xAD, 0xB2, 0xB5));
Microsoft\Windows\Themes\ScrollChrome.cs (86)
131ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x21, 0x21, 0x21), duration); 133ca = new ColorAnimation(Color.FromRgb(0x57, 0x57, 0x57), duration); 135ca = new ColorAnimation(Color.FromRgb(0xB3, 0xB3, 0xB3), duration); 244ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x3C, 0x7F, 0xB1), duration); 247ca = new ColorAnimation(Color.FromRgb(0xE3, 0xF4, 0xFC), duration); 250ca = new ColorAnimation(Color.FromRgb(0xD6, 0xEE, 0xFB), duration); 253ca = new ColorAnimation(Color.FromRgb(0xA9, 0xDB, 0xF6), duration); 256ca = new ColorAnimation(Color.FromRgb(0xA4, 0xD5, 0xEF), duration); 263ca = new ColorAnimation(Color.FromRgb(0x15, 0x30, 0x3E), duration); 266ca = new ColorAnimation(Color.FromRgb(0x3C, 0x7F, 0xB1), duration); 269ca = new ColorAnimation(Color.FromRgb(0x9C, 0xCE, 0xE9), duration); 274ca = new ColorAnimation(Color.FromRgb(0x0D, 0x2A, 0x3A), duration); 277ca = new ColorAnimation(Color.FromRgb(0x1F, 0x63, 0x8A), duration); 280ca = new ColorAnimation(Color.FromRgb(0x2E, 0x97, 0xCF), duration); 321ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x15, 0x59, 0x8A), duration); 324ca = new ColorAnimation(Color.FromRgb(0xCA, 0xEC, 0xF9), duration); 327ca = new ColorAnimation(Color.FromRgb(0xAF, 0xE1, 0xF7), duration); 330ca = new ColorAnimation(Color.FromRgb(0x6F, 0xCA, 0xF0), duration); 333ca = new ColorAnimation(Color.FromRgb(0x66, 0xBA, 0xDD), duration); 340ca = new ColorAnimation(Color.FromRgb(0x0F, 0x24, 0x30), duration); 343ca = new ColorAnimation(Color.FromRgb(0x2E, 0x73, 0x97), duration); 346ca = new ColorAnimation(Color.FromRgb(0x8F, 0xB8, 0xCE), duration); 352ca = new ColorAnimation(Color.FromRgb(0x0E, 0x22, 0x2D), duration); 355ca = new ColorAnimation(Color.FromRgb(0x2F, 0x79, 0x9E), duration); 358ca = new ColorAnimation(Color.FromRgb(0x6B, 0xA0, 0xBC), duration); 811temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xF3, 0xF3, 0xF3), 0)); 812temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE8, 0xE8, 0xE9), 0.5)); 813temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xD6, 0xD8), 0.5)); 814temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xBC, 0xBD, 0xC0), 1)); 841temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE3, 0xF4, 0xFC), 0)); 842temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xEE, 0xFB), 0.5)); 843temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xA9, 0xDB, 0xF6), 0.5)); 844temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xA4, 0xD5, 0xEF), 1)); 869temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xEC, 0xF9), 0)); 870temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xAF, 0xE1, 0xF7), 0.5)); 871temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x6F, 0xCA, 0xF0), 0.5)); 872temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x66, 0xBA, 0xDD), 1)); 898temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xF3, 0xF3, 0xF3), 0)); 899temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE8, 0xE8, 0xE9), 0.5)); 900temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xD6, 0xD8), 0.5)); 901temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xBC, 0xBD, 0xC0), 1)); 926temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE3, 0xF4, 0xFC), 0)); 927temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xEE, 0xFB), 0.5)); 928temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xA9, 0xDB, 0xF6), 0.5)); 929temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xA4, 0xD5, 0xEF), 1)); 954temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xEC, 0xF9), 0)); 955temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xAF, 0xE1, 0xF7), 0.5)); 956temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x6F, 0xCA, 0xF0), 0.5)); 957temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x66, 0xBA, 0xDD), 1)); 1078temp.Brush = new SolidColorBrush(Color.FromRgb(0x95, 0x95, 0x95)); 1102temp.Brush = new SolidColorBrush(Color.FromRgb(0x3C, 0x7F, 0xB1)); 1126temp.Brush = new SolidColorBrush(Color.FromRgb(0x15, 0x59, 0x8A)); 1276temp.Brush = new SolidColorBrush(Color.FromRgb(0xCF, 0xCF, 0xCF)); 1350temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x00, 0x00, 0x00), 0.5)); 1351temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x97, 0x97, 0x97), 0.7)); 1352temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xCA, 0xCA), 1)); 1377temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x15, 0x30, 0x3E), 0.5)); 1378temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x3C, 0x7F, 0xB1), 0.7)); 1379temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x9C, 0xCE, 0xE9), 1)); 1404temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0F, 0x24, 0x30), 0.5)); 1405temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2E, 0x73, 0x97), 0.7)); 1406temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x8F, 0xB8, 0xCE), 1)); 1431temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x00, 0x00, 0x00), 0.5)); 1432temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x97, 0x97, 0x97), 0.7)); 1433temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xCA, 0xCA), 1)); 1458temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x15, 0x30, 0x3E), 0.5)); 1459temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x3C, 0x7F, 0xB1), 0.7)); 1460temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x9C, 0xCE, 0xE9), 1)); 1485temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0F, 0x24, 0x30), 0.5)); 1486temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2E, 0x73, 0x97), 0.7)); 1487temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x8F, 0xB8, 0xCE), 1)); 1514temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x70, 0x70, 0x70), 0.5)); 1515temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x76, 0x76, 0x76), 0.7)); 1516temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCB, 0xCB, 0xCB), 1)); 1542temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x21, 0x21, 0x21), 0.5)); 1543temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x57, 0x57, 0x57), 0.7)); 1544temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xB3, 0xB3, 0xB3), 1)); 1570temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0D, 0x2A, 0x3A), 0.5)); 1571temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x1F, 0x63, 0x8A), 0.7)); 1572temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2E, 0x97, 0xCF), 1)); 1598temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0E, 0x22, 0x2D), 0.5)); 1599temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2F, 0x79, 0x9E), 0.7)); 1600temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x6B, 0xA0, 0xBC), 1)); 1686_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0x00, 0x00, 0x00), 0.5)); 1687_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0x97, 0x97, 0x97), 0.7)); 1688_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xCA, 0xCA), 1));
PresentationFramework.AeroLite (3)
Microsoft\Windows\Themes\ScrollChrome.cs (3)
369temp.Brush = new SolidColorBrush(Color.FromRgb(0xA3, 0xA3, 0xA3)); 393temp.Brush = new SolidColorBrush(Color.FromRgb(0x21, 0xA1, 0xC4)); 417temp.Brush = new SolidColorBrush(Color.FromRgb(0x00, 0x73, 0x94));
PresentationFramework.Luna (19)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (19)
542SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x21, 0xA1, 0x21)); 562SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x1A, 0x7E, 0x18)); 587temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x60, 0xCF, 0x5D), 0)); 588temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xAC, 0xEF, 0xAA), 0.302469134)); 589temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x13, 0x92, 0x10), 1)); 611temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xB2, 0xB2, 0xA9), 0)); 612temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xEB, 0xEA, 0xDA), 1)); 641SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xCA, 0xC8, 0xBB)); 705brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xFF, 0xF0, 0xCF), 0)); 706brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xF8, 0xB3, 0x30), 1)); 736brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xFE, 0xDF, 0x9C), 0)); 737brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xF9, 0xBB, 0x43), 1)); 785temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCB, 0xCF, 0xD5), 0.3)); 786temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xF6, 0xF6, 0xF6), 1)); 813temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2F, 0xA8, 0xD5), 0)); 814temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x25, 0x59, 0x8C), 1)); 836SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x73, 0xC2, 0x73)); 862temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x17, 0x74, 0x7A), 0)); 863temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x21, 0x8B, 0xC3), 1));
PresentationFramework.Royale (19)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (19)
542SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x21, 0xA1, 0x21)); 562SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x1A, 0x7E, 0x18)); 587temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x60, 0xCF, 0x5D), 0)); 588temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xAC, 0xEF, 0xAA), 0.302469134)); 589temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x13, 0x92, 0x10), 1)); 611temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xB2, 0xB2, 0xA9), 0)); 612temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xEB, 0xEA, 0xDA), 1)); 641SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xCA, 0xC8, 0xBB)); 705brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xFF, 0xF0, 0xCF), 0)); 706brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xF8, 0xB3, 0x30), 1)); 736brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xFE, 0xDF, 0x9C), 0)); 737brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xF9, 0xBB, 0x43), 1)); 785temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCB, 0xCF, 0xD5), 0.3)); 786temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xF6, 0xF6, 0xF6), 1)); 813temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2F, 0xA8, 0xD5), 0)); 814temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x25, 0x59, 0x8C), 1)); 836SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x73, 0xC2, 0x73)); 862temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x17, 0x74, 0x7A), 0)); 863temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x21, 0x8B, 0xC3), 1));