580 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)
266Color color = Color.FromRgb((byte)(dw & 0xff), (byte)((dw & 0xff00) >> Native.BitsPerByte), (byte)((dw & 0xff0000) >> (Native.BitsPerByte * 2)));
System\Windows\InterOp\HwndTarget.cs (1)
109private Color _backgroundColor = Color.FromRgb(0, 0, 0);
System\Windows\Media\Color.cs (3)
417Color c2 = Color.FromRgb(0, 0, 0); 534Color c2 = Color.FromRgb(0, 0, 0); 1078Color c2 = Color.FromRgb(0, 0, 0);
PresentationCore.Tests (80)
System\Windows\Media\ColorConverter.Tests.cs (40)
224yield return new object[] { Color.FromRgb(0x00, 0x00, 0x00), "#000" }; 225yield return new object[] { Color.FromRgb(0xFF, 0xFF, 0xFF), "#FfF" }; 226yield return new object[] { Color.FromRgb(0x11, 0x22, 0x33), "#123" }; 227yield return new object[] { Color.FromRgb(0x44, 0x55, 0x66), "#456" }; 228yield return new object[] { Color.FromRgb(0x77, 0x88, 0x99), "#789" }; 229yield return new object[] { Color.FromRgb(0xAA, 0xBB, 0xCC), "#ABC" }; 230yield return new object[] { Color.FromRgb(0xDD, 0xEE, 0xFF), "#DEF" }; 231yield return new object[] { Color.FromRgb(0x11, 0x33, 0x55), "#135" }; 232yield return new object[] { Color.FromRgb(0x22, 0x44, 0x66), "#246" }; 233yield return new object[] { Color.FromRgb(0x33, 0x55, 0x77), "#357" }; 234yield return new object[] { Color.FromRgb(0x44, 0x66, 0x88), "#468" }; 235yield return new object[] { Color.FromRgb(0x55, 0x77, 0x99), "#579" }; 236yield return new object[] { Color.FromRgb(0x66, 0x88, 0xAA), "#68A" }; 237yield return new object[] { Color.FromRgb(0x77, 0x99, 0xBB), "#79B" }; 238yield return new object[] { Color.FromRgb(0x88, 0xAA, 0xCC), "#8AC" }; 239yield return new object[] { Color.FromRgb(0x99, 0xBB, 0xDD), "#9BD" }; 240yield return new object[] { Color.FromRgb(0xCC, 0xBB, 0xAA), "#CBA" }; 241yield return new object[] { Color.FromRgb(0xFF, 0xEE, 0xDD), " #FED" }; 242yield return new object[] { Color.FromRgb(0x88, 0x99, 0xAA), "#89A " }; 243yield return new object[] { Color.FromRgb(0x00, 0x77, 0xFF), " #07F " }; 308yield return new object[] { Color.FromRgb(0x12, 0x34, 0x56), "#123456" }; 309yield return new object[] { Color.FromRgb(0xAA, 0xBB, 0xCC), "#AABBCC" }; 310yield return new object[] { Color.FromRgb(0xFF, 0x00, 0x00), "#FF0000" }; 311yield return new object[] { Color.FromRgb(0x00, 0xFF, 0x00), "#00FF00" }; 312yield return new object[] { Color.FromRgb(0x00, 0x00, 0xFF), "#0000FF" }; 313yield return new object[] { Color.FromRgb(0xFF, 0xFF, 0x00), "#FFFF00" }; 314yield return new object[] { Color.FromRgb(0x00, 0xFF, 0xFF), "#00FFFF" }; 315yield return new object[] { Color.FromRgb(0xFF, 0x00, 0xFF), "#FF00FF" }; 316yield return new object[] { Color.FromRgb(0xC0, 0xC0, 0xC0), "#C0C0C0" }; 317yield return new object[] { Color.FromRgb(0x80, 0x80, 0x80), "#808080" }; 318yield return new object[] { Color.FromRgb(0x12, 0x12, 0x12), "#121212" }; 319yield return new object[] { Color.FromRgb(0x34, 0x56, 0x78), "#345678" }; 320yield return new object[] { Color.FromRgb(0x90, 0xAB, 0xCD), "#90ABCD" }; 321yield return new object[] { Color.FromRgb(0xDE, 0xAD, 0xBE), "#DEADBE" }; 323yield return new object[] { Color.FromRgb(0xEF, 0xBE, 0xAD), "#eFBEAD" }; 324yield return new object[] { Color.FromRgb(0x12, 0x34, 0xFF), "#1234ff" }; 325yield return new object[] { Color.FromRgb(0x56, 0x78, 0x9A), "#56789a" }; 327yield return new object[] { Color.FromRgb(0xBC, 0xDE, 0xF0), " #BCDEF0" }; 328yield return new object[] { Color.FromRgb(0x01, 0x23, 0x45), " #012345 " }; 329yield return new object[] { Color.FromRgb(0x67, 0x89, 0xAB), "#6789AB " };
System\Windows\Media\Generated\BrushConverter.Tests.cs (40)
192yield return new object[] { new SolidColorBrush(Color.FromRgb(0x00, 0x00, 0x00)), "#000" }; 193yield return new object[] { new SolidColorBrush(Color.FromRgb(0xFF, 0xFF, 0xFF)), "#FfF" }; 194yield return new object[] { new SolidColorBrush(Color.FromRgb(0x11, 0x22, 0x33)), "#123" }; 195yield return new object[] { new SolidColorBrush(Color.FromRgb(0x44, 0x55, 0x66)), "#456" }; 196yield return new object[] { new SolidColorBrush(Color.FromRgb(0x77, 0x88, 0x99)), "#789" }; 197yield return new object[] { new SolidColorBrush(Color.FromRgb(0xAA, 0xBB, 0xCC)), "#ABC" }; 198yield return new object[] { new SolidColorBrush(Color.FromRgb(0xDD, 0xEE, 0xFF)), "#DEF" }; 199yield return new object[] { new SolidColorBrush(Color.FromRgb(0x11, 0x33, 0x55)), "#135" }; 200yield return new object[] { new SolidColorBrush(Color.FromRgb(0x22, 0x44, 0x66)), "#246" }; 201yield return new object[] { new SolidColorBrush(Color.FromRgb(0x33, 0x55, 0x77)), "#357" }; 202yield return new object[] { new SolidColorBrush(Color.FromRgb(0x44, 0x66, 0x88)), "#468" }; 203yield return new object[] { new SolidColorBrush(Color.FromRgb(0x55, 0x77, 0x99)), "#579" }; 204yield return new object[] { new SolidColorBrush(Color.FromRgb(0x66, 0x88, 0xAA)), "#68A" }; 205yield return new object[] { new SolidColorBrush(Color.FromRgb(0x77, 0x99, 0xBB)), "#79B" }; 206yield return new object[] { new SolidColorBrush(Color.FromRgb(0x88, 0xAA, 0xCC)), "#8AC" }; 207yield return new object[] { new SolidColorBrush(Color.FromRgb(0x99, 0xBB, 0xDD)), "#9BD" }; 208yield return new object[] { new SolidColorBrush(Color.FromRgb(0xCC, 0xBB, 0xAA)), "#CBA" }; 209yield return new object[] { new SolidColorBrush(Color.FromRgb(0xFF, 0xEE, 0xDD)), " #FED" }; 210yield return new object[] { new SolidColorBrush(Color.FromRgb(0x88, 0x99, 0xAA)), "#89A " }; 211yield return new object[] { new SolidColorBrush(Color.FromRgb(0x00, 0x77, 0xFF)), " #07F " }; 258yield return new object[] { new SolidColorBrush(Color.FromRgb(0x12, 0x34, 0x56)), "#123456" }; 259yield return new object[] { new SolidColorBrush(Color.FromRgb(0xAA, 0xBB, 0xCC)), "#AABBCC" }; 260yield return new object[] { new SolidColorBrush(Color.FromRgb(0xFF, 0x00, 0x00)), "#FF0000" }; 261yield return new object[] { new SolidColorBrush(Color.FromRgb(0x00, 0xFF, 0x00)), "#00FF00" }; 262yield return new object[] { new SolidColorBrush(Color.FromRgb(0x00, 0x00, 0xFF)), "#0000FF" }; 263yield return new object[] { new SolidColorBrush(Color.FromRgb(0xFF, 0xFF, 0x00)), "#FFFF00" }; 264yield return new object[] { new SolidColorBrush(Color.FromRgb(0x00, 0xFF, 0xFF)), "#00FFFF" }; 265yield return new object[] { new SolidColorBrush(Color.FromRgb(0xFF, 0x00, 0xFF)), "#FF00FF" }; 266yield return new object[] { new SolidColorBrush(Color.FromRgb(0xC0, 0xC0, 0xC0)), "#C0C0C0" }; 267yield return new object[] { new SolidColorBrush(Color.FromRgb(0x80, 0x80, 0x80)), "#808080" }; 268yield return new object[] { new SolidColorBrush(Color.FromRgb(0x12, 0x12, 0x12)), "#121212" }; 269yield return new object[] { new SolidColorBrush(Color.FromRgb(0x34, 0x56, 0x78)), "#345678" }; 270yield return new object[] { new SolidColorBrush(Color.FromRgb(0x90, 0xAB, 0xCD)), "#90ABCD" }; 271yield return new object[] { new SolidColorBrush(Color.FromRgb(0xDE, 0xAD, 0xBE)), "#DEADBE" }; 273yield return new object[] { new SolidColorBrush(Color.FromRgb(0xEF, 0xBE, 0xAD)), "#eFBEAD" }; 274yield return new object[] { new SolidColorBrush(Color.FromRgb(0x12, 0x34, 0xFF)), "#1234ff" }; 275yield return new object[] { new SolidColorBrush(Color.FromRgb(0x56, 0x78, 0x9A)), "#56789a" }; 277yield return new object[] { new SolidColorBrush(Color.FromRgb(0xBC, 0xDE, 0xF0)), " #BCDEF0" }; 278yield return new object[] { new SolidColorBrush(Color.FromRgb(0x01, 0x23, 0x45)), " #012345 " }; 279yield return new object[] { new SolidColorBrush(Color.FromRgb(0x67, 0x89, 0xAB)), "#6789AB " };
PresentationFramework (8)
MS\Internal\Controls\InkCanvasSelectionAdorner.cs (3)
40_adornerPenBrush = new Pen(new SolidColorBrush(Color.FromRgb(132, 146, 222)), 1); 43_adornerFillBrush = new LinearGradientBrush(Color.FromRgb(240, 242, 255), //start color 44Color.FromRgb(180, 207, 248), //end color
MS\Internal\Ink\PenCursorManager.cs (3)
438Color.FromRgb(240, 242, 255), // Start Color 439Color.FromRgb(180, 207, 248), // End Color 444SolidColorBrush brush2 = new SolidColorBrush(Color.FromRgb(180, 207, 248));
System\windows\Documents\TextSelection.cs (1)
1644caretBrush = new SolidColorBrush(Color.FromRgb(r, g, b));
System\Windows\Documents\XamlToRtfWriter.cs (1)
3635Color color = Color.FromRgb((byte)((colorValue & 0x00ff0000) >> 16),
PresentationFramework.Aero (196)
Microsoft\Windows\Themes\BulletChrome.cs (100)
196ca = new ColorAnimation(Color.FromRgb(0x29, 0x62, 0x8D), duration); 199ca = new ColorAnimation(Color.FromRgb(0x24, 0x54, 0x79), duration); 202ca = new ColorAnimation(Color.FromRgb(0x19, 0x3B, 0x55), duration); 206ca = new ColorAnimation(Color.FromRgb(0x33, 0xD7, 0xED), duration); 209ca = new ColorAnimation(Color.FromRgb(0x20, 0x94, 0xCE), duration); 230ca = new ColorAnimation(Color.FromRgb(0x79, 0xC6, 0xF9), duration); 233ca = new ColorAnimation(Color.FromRgb(0x79, 0xC6, 0xF9), duration); 236ca = new ColorAnimation(Color.FromRgb(0xD2, 0xED, 0xFD), duration); 241ca = new ColorAnimation(Color.FromRgb(0xB1, 0xDF, 0xFD), duration); 244ca = new ColorAnimation(Color.FromRgb(0xE9, 0xF7, 0xFE), duration); 254ca = new ColorAnimation(Color.FromRgb(0xFF, 0xFF, 0xFF), duration); 257ca = new ColorAnimation(Color.FromRgb(0x74, 0xFF, 0xFF), duration); 260ca = new ColorAnimation(Color.FromRgb(0x0D, 0xA0, 0xF3), duration); 277ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x2A, 0x62, 0x8D), duration); 284ca = new ColorAnimation(Color.FromRgb(0x24, 0x54, 0x79), duration); 287ca = new ColorAnimation(Color.FromRgb(0x19, 0x3B, 0x55), duration); 291ca = new ColorAnimation(Color.FromRgb(0x2F, 0xA8, 0xD5), duration); 294ca = new ColorAnimation(Color.FromRgb(0x25, 0x59, 0x8C), duration); 346ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x2C, 0x62, 0x8B), duration); 349ca = new ColorAnimation(Color.FromRgb(0xC2, 0xE4, 0xF6), duration); 357ca = new ColorAnimation(Color.FromRgb(0x19, 0x3B, 0x55), duration); 360ca = new ColorAnimation(Color.FromRgb(0x24, 0x54, 0x79), duration); 363ca = new ColorAnimation(Color.FromRgb(0x29, 0x62, 0x8D), duration); 367ca = new ColorAnimation(Color.FromRgb(0x17, 0x44, 0x7A), duration); 370ca = new ColorAnimation(Color.FromRgb(0x21, 0x8B, 0xC3), duration); 390ca = new ColorAnimation(Color.FromRgb(0x54, 0xA6, 0xD5), duration); 393ca = new ColorAnimation(Color.FromRgb(0x5E, 0xB5, 0xE4), duration); 396ca = new ColorAnimation(Color.FromRgb(0xC4, 0xE5, 0xF6), duration); 400ca = new ColorAnimation(Color.FromRgb(0x7F, 0xBA, 0xDC), duration); 403ca = new ColorAnimation(Color.FromRgb(0xD6, 0xED, 0xF9), duration); 419ca = new ColorAnimation(Color.FromRgb(0x95, 0xD9, 0xFC), duration); 422ca = new ColorAnimation(Color.FromRgb(0x3A, 0x84, 0xAA), duration); 425ca = new ColorAnimation(Color.FromRgb(0x07, 0x54, 0x83), duration); 976Brush = new SolidColorBrush(Color.FromRgb(0xA2, 0xAE, 0xB9)) 1001Brush = new SolidColorBrush(Color.FromRgb(0x19, 0x3B, 0x55)) 1163SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xAE, 0xB7, 0xCF)); 1183SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x31, 0x34, 0x7C)); 1205SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x31, 0x34, 0x7C)) 1237temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xC9, 0xD5, 0xDE), 0)); 1238temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xC0, 0xE3, 0xE8), 0.35)); 1239temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xB0, 0xD4, 0xE9), 1)); 1268temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE5, 0xE5, 0xE5), 0.1)); 1269temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x5D, 0xCE, 0xDD), 0.35)); 1270temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0B, 0x82, 0xC7), 1)); 1299temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xFF, 0xFF, 0xFF), 0.1)); 1300temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x74, 0xFF, 0xFF), 0.35)); 1301temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0D, 0xA0, 0xF3), 1)); 1332temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x95, 0xD9, 0xFC), 0)); 1333temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x3A, 0x84, 0xAA), 0.35)); 1334temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x07, 0x54, 0x83), 1)); 1355SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xDE, 0xF9, 0xFA)); 1375SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xC2, 0xE4, 0xF6)); 1395SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4)); 1418Brush = new SolidColorBrush(Color.FromRgb(0x3C, 0x7F, 0xB1)) 1442Brush = new SolidColorBrush(Color.FromRgb(0x2C, 0x62, 0x8B)) 1466Brush = new SolidColorBrush(Color.FromRgb(0xAD, 0xB2, 0xB5)) 1498brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xE1, 0xE3, 0xE5), 0.25)); 1499brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xE8, 0xE9, 0xEA), 0.5)); 1500brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xF3, 0xF3, 0xF3), 1)); 1533brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xAE, 0xB3, 0xB9), 0.25)); 1534brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xC2, 0xC4, 0xC6), 0.5)); 1535brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xEA, 0xEB, 0xEB), 1)); 1568brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x79, 0xC6, 0xF9), 0.3)); 1569brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x79, 0xC6, 0xF9), 0.5)); 1570brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xD2, 0xED, 0xFD), 1)); 1603brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x54, 0xA6, 0xD5), 0.3)); 1604brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x5E, 0xB5, 0xE4), 0.5)); 1605brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xC4, 0xE5, 0xF6), 1)); 1638brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xBF, 0xD0, 0xDD), 0)); 1639brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xBD, 0xCB, 0xD7), 0.5)); 1640brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xBA, 0xC4, 0xCC), 1)); 1673brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x2A, 0x62, 0x8D), 0)); 1674brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x24, 0x54, 0x79), 0.5)); 1675brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x19, 0x3B, 0x55), 1)); 1708brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x29, 0x62, 0x8D), 0)); 1709brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x24, 0x54, 0x79), 0.5)); 1710brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x19, 0x3B, 0x55), 1)); 1743brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x19, 0x3B, 0x55), 0)); 1744brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x24, 0x54, 0x79), 0.5)); 1745brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x29, 0x62, 0x8D), 1)); 1779brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xB3, 0xB8, 0xBD), 0)); 1780brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xEB, 0xEB, 0xEB), 1)); 1813brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x80, 0xCA, 0xF9), 0)); 1814brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xD2, 0xEE, 0xFD), 1)); 1847brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x5C, 0xAA, 0xD7), 0)); 1848brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xC3, 0xE4, 0xF6), 1)); 1918temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCB, 0xCF, 0xD5), 0.2)); 1919temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xF7, 0xF7, 0xF7), 0.8)); 1946temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xB1, 0xDF, 0xFD), 0.2)); 1947temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE9, 0xF7, 0xFE), 0.8)); 1975temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x7F, 0xBA, 0xDC), 0.2)); 1976temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xED, 0xF9), 0.8)); 2005temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xC0, 0xE5, 0xF3), 0.2)); 2006temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xBD, 0xCD, 0xDC), 0.8)); 2034temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2F, 0xA8, 0xD5), 0.2)); 2035temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x25, 0x59, 0x8C), 0.8)); 2062temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x33, 0xD7, 0xED), 0.2)); 2063temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x20, 0x94, 0xCE), 0.8)); 2090temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x17, 0x44, 0x7A), 0.2)); 2091temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x21, 0x8B, 0xC3), 0.8));
Microsoft\Windows\Themes\ButtonChrome.cs (8)
311ColorAnimation ca = new ColorAnimation(Color.FromRgb(0xC2, 0xE4, 0xF6), duration); 316ca = new ColorAnimation(Color.FromRgb(0xAB, 0xDA, 0xF3), duration); 319ca = new ColorAnimation(Color.FromRgb(0x90, 0xCB, 0xEB), duration); 322ca = new ColorAnimation(Color.FromRgb(0x2C, 0x62, 0x8B), duration); 757SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4)); 821Brush = new SolidColorBrush(Color.FromRgb(0x3C, 0x7F, 0xB1)) 845Brush = new SolidColorBrush(Color.FromRgb(0x2C, 0x62, 0x8B)) 870Brush = new SolidColorBrush(Color.FromRgb(0xAD, 0xB2, 0xB5))
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
509SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4)); 608Brush = new SolidColorBrush(Color.FromRgb(0xAD, 0xB2, 0xB5))
Microsoft\Windows\Themes\ScrollChrome.cs (86)
130ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x21, 0x21, 0x21), duration); 132ca = new ColorAnimation(Color.FromRgb(0x57, 0x57, 0x57), duration); 134ca = new ColorAnimation(Color.FromRgb(0xB3, 0xB3, 0xB3), duration); 251ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x3C, 0x7F, 0xB1), duration); 254ca = new ColorAnimation(Color.FromRgb(0xE3, 0xF4, 0xFC), duration); 257ca = new ColorAnimation(Color.FromRgb(0xD6, 0xEE, 0xFB), duration); 260ca = new ColorAnimation(Color.FromRgb(0xA9, 0xDB, 0xF6), duration); 263ca = new ColorAnimation(Color.FromRgb(0xA4, 0xD5, 0xEF), duration); 270ca = new ColorAnimation(Color.FromRgb(0x15, 0x30, 0x3E), duration); 273ca = new ColorAnimation(Color.FromRgb(0x3C, 0x7F, 0xB1), duration); 276ca = new ColorAnimation(Color.FromRgb(0x9C, 0xCE, 0xE9), duration); 281ca = new ColorAnimation(Color.FromRgb(0x0D, 0x2A, 0x3A), duration); 284ca = new ColorAnimation(Color.FromRgb(0x1F, 0x63, 0x8A), duration); 287ca = new ColorAnimation(Color.FromRgb(0x2E, 0x97, 0xCF), duration); 328ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x15, 0x59, 0x8A), duration); 331ca = new ColorAnimation(Color.FromRgb(0xCA, 0xEC, 0xF9), duration); 334ca = new ColorAnimation(Color.FromRgb(0xAF, 0xE1, 0xF7), duration); 337ca = new ColorAnimation(Color.FromRgb(0x6F, 0xCA, 0xF0), duration); 340ca = new ColorAnimation(Color.FromRgb(0x66, 0xBA, 0xDD), duration); 347ca = new ColorAnimation(Color.FromRgb(0x0F, 0x24, 0x30), duration); 350ca = new ColorAnimation(Color.FromRgb(0x2E, 0x73, 0x97), duration); 353ca = new ColorAnimation(Color.FromRgb(0x8F, 0xB8, 0xCE), duration); 359ca = new ColorAnimation(Color.FromRgb(0x0E, 0x22, 0x2D), duration); 362ca = new ColorAnimation(Color.FromRgb(0x2F, 0x79, 0x9E), duration); 365ca = new ColorAnimation(Color.FromRgb(0x6B, 0xA0, 0xBC), duration); 830temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xF3, 0xF3, 0xF3), 0)); 831temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE8, 0xE8, 0xE9), 0.5)); 832temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xD6, 0xD8), 0.5)); 833temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xBC, 0xBD, 0xC0), 1)); 862temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE3, 0xF4, 0xFC), 0)); 863temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xEE, 0xFB), 0.5)); 864temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xA9, 0xDB, 0xF6), 0.5)); 865temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xA4, 0xD5, 0xEF), 1)); 892temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xEC, 0xF9), 0)); 893temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xAF, 0xE1, 0xF7), 0.5)); 894temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x6F, 0xCA, 0xF0), 0.5)); 895temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x66, 0xBA, 0xDD), 1)); 923temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xF3, 0xF3, 0xF3), 0)); 924temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE8, 0xE8, 0xE9), 0.5)); 925temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xD6, 0xD8), 0.5)); 926temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xBC, 0xBD, 0xC0), 1)); 953temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE3, 0xF4, 0xFC), 0)); 954temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xEE, 0xFB), 0.5)); 955temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xA9, 0xDB, 0xF6), 0.5)); 956temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xA4, 0xD5, 0xEF), 1)); 983temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xEC, 0xF9), 0)); 984temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xAF, 0xE1, 0xF7), 0.5)); 985temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x6F, 0xCA, 0xF0), 0.5)); 986temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x66, 0xBA, 0xDD), 1)); 1108Brush = new SolidColorBrush(Color.FromRgb(0x95, 0x95, 0x95)) 1134Brush = new SolidColorBrush(Color.FromRgb(0x3C, 0x7F, 0xB1)) 1160Brush = new SolidColorBrush(Color.FromRgb(0x15, 0x59, 0x8A)) 1316Brush = new SolidColorBrush(Color.FromRgb(0xCF, 0xCF, 0xCF)) 1395temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x00, 0x00, 0x00), 0.5)); 1396temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x97, 0x97, 0x97), 0.7)); 1397temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xCA, 0xCA), 1)); 1424temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x15, 0x30, 0x3E), 0.5)); 1425temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x3C, 0x7F, 0xB1), 0.7)); 1426temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x9C, 0xCE, 0xE9), 1)); 1453temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0F, 0x24, 0x30), 0.5)); 1454temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2E, 0x73, 0x97), 0.7)); 1455temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x8F, 0xB8, 0xCE), 1)); 1482temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x00, 0x00, 0x00), 0.5)); 1483temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x97, 0x97, 0x97), 0.7)); 1484temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xCA, 0xCA), 1)); 1511temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x15, 0x30, 0x3E), 0.5)); 1512temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x3C, 0x7F, 0xB1), 0.7)); 1513temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x9C, 0xCE, 0xE9), 1)); 1540temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0F, 0x24, 0x30), 0.5)); 1541temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2E, 0x73, 0x97), 0.7)); 1542temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x8F, 0xB8, 0xCE), 1)); 1571temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x70, 0x70, 0x70), 0.5)); 1572temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x76, 0x76, 0x76), 0.7)); 1573temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCB, 0xCB, 0xCB), 1)); 1601temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x21, 0x21, 0x21), 0.5)); 1602temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x57, 0x57, 0x57), 0.7)); 1603temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xB3, 0xB3, 0xB3), 1)); 1631temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0D, 0x2A, 0x3A), 0.5)); 1632temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x1F, 0x63, 0x8A), 0.7)); 1633temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2E, 0x97, 0xCF), 1)); 1661temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0E, 0x22, 0x2D), 0.5)); 1662temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2F, 0x79, 0x9E), 0.7)); 1663temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x6B, 0xA0, 0xBC), 1)); 1751_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0x00, 0x00, 0x00), 0.5)); 1752_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0x97, 0x97, 0x97), 0.7)); 1753_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xCA, 0xCA), 1));
PresentationFramework.Aero2 (196)
Microsoft\Windows\Themes\BulletChrome.cs (100)
196ca = new ColorAnimation(Color.FromRgb(0x29, 0x62, 0x8D), duration); 199ca = new ColorAnimation(Color.FromRgb(0x24, 0x54, 0x79), duration); 202ca = new ColorAnimation(Color.FromRgb(0x19, 0x3B, 0x55), duration); 206ca = new ColorAnimation(Color.FromRgb(0x33, 0xD7, 0xED), duration); 209ca = new ColorAnimation(Color.FromRgb(0x20, 0x94, 0xCE), duration); 230ca = new ColorAnimation(Color.FromRgb(0x79, 0xC6, 0xF9), duration); 233ca = new ColorAnimation(Color.FromRgb(0x79, 0xC6, 0xF9), duration); 236ca = new ColorAnimation(Color.FromRgb(0xD2, 0xED, 0xFD), duration); 241ca = new ColorAnimation(Color.FromRgb(0xB1, 0xDF, 0xFD), duration); 244ca = new ColorAnimation(Color.FromRgb(0xE9, 0xF7, 0xFE), duration); 254ca = new ColorAnimation(Color.FromRgb(0xFF, 0xFF, 0xFF), duration); 257ca = new ColorAnimation(Color.FromRgb(0x74, 0xFF, 0xFF), duration); 260ca = new ColorAnimation(Color.FromRgb(0x0D, 0xA0, 0xF3), duration); 277ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x2A, 0x62, 0x8D), duration); 284ca = new ColorAnimation(Color.FromRgb(0x24, 0x54, 0x79), duration); 287ca = new ColorAnimation(Color.FromRgb(0x19, 0x3B, 0x55), duration); 291ca = new ColorAnimation(Color.FromRgb(0x2F, 0xA8, 0xD5), duration); 294ca = new ColorAnimation(Color.FromRgb(0x25, 0x59, 0x8C), duration); 346ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x2C, 0x62, 0x8B), duration); 349ca = new ColorAnimation(Color.FromRgb(0xC2, 0xE4, 0xF6), duration); 357ca = new ColorAnimation(Color.FromRgb(0x19, 0x3B, 0x55), duration); 360ca = new ColorAnimation(Color.FromRgb(0x24, 0x54, 0x79), duration); 363ca = new ColorAnimation(Color.FromRgb(0x29, 0x62, 0x8D), duration); 367ca = new ColorAnimation(Color.FromRgb(0x17, 0x44, 0x7A), duration); 370ca = new ColorAnimation(Color.FromRgb(0x21, 0x8B, 0xC3), duration); 390ca = new ColorAnimation(Color.FromRgb(0x54, 0xA6, 0xD5), duration); 393ca = new ColorAnimation(Color.FromRgb(0x5E, 0xB5, 0xE4), duration); 396ca = new ColorAnimation(Color.FromRgb(0xC4, 0xE5, 0xF6), duration); 400ca = new ColorAnimation(Color.FromRgb(0x7F, 0xBA, 0xDC), duration); 403ca = new ColorAnimation(Color.FromRgb(0xD6, 0xED, 0xF9), duration); 419ca = new ColorAnimation(Color.FromRgb(0x95, 0xD9, 0xFC), duration); 422ca = new ColorAnimation(Color.FromRgb(0x3A, 0x84, 0xAA), duration); 425ca = new ColorAnimation(Color.FromRgb(0x07, 0x54, 0x83), duration); 976Brush = new SolidColorBrush(Color.FromRgb(0xA2, 0xAE, 0xB9)) 1001Brush = new SolidColorBrush(Color.FromRgb(0x19, 0x3B, 0x55)) 1163SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xAE, 0xB7, 0xCF)); 1183SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x31, 0x34, 0x7C)); 1205SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x31, 0x34, 0x7C)) 1237temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xC9, 0xD5, 0xDE), 0)); 1238temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xC0, 0xE3, 0xE8), 0.35)); 1239temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xB0, 0xD4, 0xE9), 1)); 1268temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE5, 0xE5, 0xE5), 0.1)); 1269temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x5D, 0xCE, 0xDD), 0.35)); 1270temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0B, 0x82, 0xC7), 1)); 1299temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xFF, 0xFF, 0xFF), 0.1)); 1300temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x74, 0xFF, 0xFF), 0.35)); 1301temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0D, 0xA0, 0xF3), 1)); 1332temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x95, 0xD9, 0xFC), 0)); 1333temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x3A, 0x84, 0xAA), 0.35)); 1334temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x07, 0x54, 0x83), 1)); 1355SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xDE, 0xF9, 0xFA)); 1375SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xC2, 0xE4, 0xF6)); 1395SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4)); 1418Brush = new SolidColorBrush(Color.FromRgb(0x3C, 0x7F, 0xB1)) 1442Brush = new SolidColorBrush(Color.FromRgb(0x2C, 0x62, 0x8B)) 1466Brush = new SolidColorBrush(Color.FromRgb(0xAD, 0xB2, 0xB5)) 1498brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xE1, 0xE3, 0xE5), 0.25)); 1499brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xE8, 0xE9, 0xEA), 0.5)); 1500brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xF3, 0xF3, 0xF3), 1)); 1533brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xAE, 0xB3, 0xB9), 0.25)); 1534brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xC2, 0xC4, 0xC6), 0.5)); 1535brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xEA, 0xEB, 0xEB), 1)); 1568brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x79, 0xC6, 0xF9), 0.3)); 1569brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x79, 0xC6, 0xF9), 0.5)); 1570brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xD2, 0xED, 0xFD), 1)); 1603brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x54, 0xA6, 0xD5), 0.3)); 1604brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x5E, 0xB5, 0xE4), 0.5)); 1605brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xC4, 0xE5, 0xF6), 1)); 1638brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xBF, 0xD0, 0xDD), 0)); 1639brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xBD, 0xCB, 0xD7), 0.5)); 1640brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xBA, 0xC4, 0xCC), 1)); 1673brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x2A, 0x62, 0x8D), 0)); 1674brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x24, 0x54, 0x79), 0.5)); 1675brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x19, 0x3B, 0x55), 1)); 1708brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x29, 0x62, 0x8D), 0)); 1709brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x24, 0x54, 0x79), 0.5)); 1710brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x19, 0x3B, 0x55), 1)); 1743brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x19, 0x3B, 0x55), 0)); 1744brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x24, 0x54, 0x79), 0.5)); 1745brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x29, 0x62, 0x8D), 1)); 1779brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xB3, 0xB8, 0xBD), 0)); 1780brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xEB, 0xEB, 0xEB), 1)); 1813brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x80, 0xCA, 0xF9), 0)); 1814brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xD2, 0xEE, 0xFD), 1)); 1847brush.GradientStops.Add(new GradientStop(Color.FromRgb(0x5C, 0xAA, 0xD7), 0)); 1848brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xC3, 0xE4, 0xF6), 1)); 1918temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCB, 0xCF, 0xD5), 0.2)); 1919temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xF7, 0xF7, 0xF7), 0.8)); 1946temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xB1, 0xDF, 0xFD), 0.2)); 1947temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE9, 0xF7, 0xFE), 0.8)); 1975temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x7F, 0xBA, 0xDC), 0.2)); 1976temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xED, 0xF9), 0.8)); 2005temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xC0, 0xE5, 0xF3), 0.2)); 2006temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xBD, 0xCD, 0xDC), 0.8)); 2034temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2F, 0xA8, 0xD5), 0.2)); 2035temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x25, 0x59, 0x8C), 0.8)); 2062temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x33, 0xD7, 0xED), 0.2)); 2063temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x20, 0x94, 0xCE), 0.8)); 2090temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x17, 0x44, 0x7A), 0.2)); 2091temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x21, 0x8B, 0xC3), 0.8));
Microsoft\Windows\Themes\ButtonChrome.cs (8)
311ColorAnimation ca = new ColorAnimation(Color.FromRgb(0xC2, 0xE4, 0xF6), duration); 316ca = new ColorAnimation(Color.FromRgb(0xAB, 0xDA, 0xF3), duration); 319ca = new ColorAnimation(Color.FromRgb(0x90, 0xCB, 0xEB), duration); 322ca = new ColorAnimation(Color.FromRgb(0x2C, 0x62, 0x8B), duration); 757SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4)); 821Brush = new SolidColorBrush(Color.FromRgb(0x3C, 0x7F, 0xB1)) 845Brush = new SolidColorBrush(Color.FromRgb(0x2C, 0x62, 0x8B)) 870Brush = new SolidColorBrush(Color.FromRgb(0xAD, 0xB2, 0xB5))
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
509SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0xF4, 0xF4, 0xF4)); 608Brush = new SolidColorBrush(Color.FromRgb(0xAD, 0xB2, 0xB5))
Microsoft\Windows\Themes\ScrollChrome.cs (86)
130ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x21, 0x21, 0x21), duration); 132ca = new ColorAnimation(Color.FromRgb(0x57, 0x57, 0x57), duration); 134ca = new ColorAnimation(Color.FromRgb(0xB3, 0xB3, 0xB3), duration); 251ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x3C, 0x7F, 0xB1), duration); 254ca = new ColorAnimation(Color.FromRgb(0xE3, 0xF4, 0xFC), duration); 257ca = new ColorAnimation(Color.FromRgb(0xD6, 0xEE, 0xFB), duration); 260ca = new ColorAnimation(Color.FromRgb(0xA9, 0xDB, 0xF6), duration); 263ca = new ColorAnimation(Color.FromRgb(0xA4, 0xD5, 0xEF), duration); 270ca = new ColorAnimation(Color.FromRgb(0x15, 0x30, 0x3E), duration); 273ca = new ColorAnimation(Color.FromRgb(0x3C, 0x7F, 0xB1), duration); 276ca = new ColorAnimation(Color.FromRgb(0x9C, 0xCE, 0xE9), duration); 281ca = new ColorAnimation(Color.FromRgb(0x0D, 0x2A, 0x3A), duration); 284ca = new ColorAnimation(Color.FromRgb(0x1F, 0x63, 0x8A), duration); 287ca = new ColorAnimation(Color.FromRgb(0x2E, 0x97, 0xCF), duration); 328ColorAnimation ca = new ColorAnimation(Color.FromRgb(0x15, 0x59, 0x8A), duration); 331ca = new ColorAnimation(Color.FromRgb(0xCA, 0xEC, 0xF9), duration); 334ca = new ColorAnimation(Color.FromRgb(0xAF, 0xE1, 0xF7), duration); 337ca = new ColorAnimation(Color.FromRgb(0x6F, 0xCA, 0xF0), duration); 340ca = new ColorAnimation(Color.FromRgb(0x66, 0xBA, 0xDD), duration); 347ca = new ColorAnimation(Color.FromRgb(0x0F, 0x24, 0x30), duration); 350ca = new ColorAnimation(Color.FromRgb(0x2E, 0x73, 0x97), duration); 353ca = new ColorAnimation(Color.FromRgb(0x8F, 0xB8, 0xCE), duration); 359ca = new ColorAnimation(Color.FromRgb(0x0E, 0x22, 0x2D), duration); 362ca = new ColorAnimation(Color.FromRgb(0x2F, 0x79, 0x9E), duration); 365ca = new ColorAnimation(Color.FromRgb(0x6B, 0xA0, 0xBC), duration); 830temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xF3, 0xF3, 0xF3), 0)); 831temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE8, 0xE8, 0xE9), 0.5)); 832temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xD6, 0xD8), 0.5)); 833temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xBC, 0xBD, 0xC0), 1)); 862temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE3, 0xF4, 0xFC), 0)); 863temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xEE, 0xFB), 0.5)); 864temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xA9, 0xDB, 0xF6), 0.5)); 865temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xA4, 0xD5, 0xEF), 1)); 892temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xEC, 0xF9), 0)); 893temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xAF, 0xE1, 0xF7), 0.5)); 894temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x6F, 0xCA, 0xF0), 0.5)); 895temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x66, 0xBA, 0xDD), 1)); 923temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xF3, 0xF3, 0xF3), 0)); 924temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE8, 0xE8, 0xE9), 0.5)); 925temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xD6, 0xD8), 0.5)); 926temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xBC, 0xBD, 0xC0), 1)); 953temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xE3, 0xF4, 0xFC), 0)); 954temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xD6, 0xEE, 0xFB), 0.5)); 955temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xA9, 0xDB, 0xF6), 0.5)); 956temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xA4, 0xD5, 0xEF), 1)); 983temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xEC, 0xF9), 0)); 984temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xAF, 0xE1, 0xF7), 0.5)); 985temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x6F, 0xCA, 0xF0), 0.5)); 986temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x66, 0xBA, 0xDD), 1)); 1108Brush = new SolidColorBrush(Color.FromRgb(0x95, 0x95, 0x95)) 1134Brush = new SolidColorBrush(Color.FromRgb(0x3C, 0x7F, 0xB1)) 1160Brush = new SolidColorBrush(Color.FromRgb(0x15, 0x59, 0x8A)) 1316Brush = new SolidColorBrush(Color.FromRgb(0xCF, 0xCF, 0xCF)) 1395temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x00, 0x00, 0x00), 0.5)); 1396temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x97, 0x97, 0x97), 0.7)); 1397temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xCA, 0xCA), 1)); 1424temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x15, 0x30, 0x3E), 0.5)); 1425temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x3C, 0x7F, 0xB1), 0.7)); 1426temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x9C, 0xCE, 0xE9), 1)); 1453temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0F, 0x24, 0x30), 0.5)); 1454temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2E, 0x73, 0x97), 0.7)); 1455temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x8F, 0xB8, 0xCE), 1)); 1482temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x00, 0x00, 0x00), 0.5)); 1483temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x97, 0x97, 0x97), 0.7)); 1484temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xCA, 0xCA), 1)); 1511temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x15, 0x30, 0x3E), 0.5)); 1512temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x3C, 0x7F, 0xB1), 0.7)); 1513temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x9C, 0xCE, 0xE9), 1)); 1540temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0F, 0x24, 0x30), 0.5)); 1541temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2E, 0x73, 0x97), 0.7)); 1542temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x8F, 0xB8, 0xCE), 1)); 1571temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x70, 0x70, 0x70), 0.5)); 1572temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x76, 0x76, 0x76), 0.7)); 1573temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCB, 0xCB, 0xCB), 1)); 1601temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x21, 0x21, 0x21), 0.5)); 1602temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x57, 0x57, 0x57), 0.7)); 1603temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xB3, 0xB3, 0xB3), 1)); 1631temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0D, 0x2A, 0x3A), 0.5)); 1632temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x1F, 0x63, 0x8A), 0.7)); 1633temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2E, 0x97, 0xCF), 1)); 1661temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x0E, 0x22, 0x2D), 0.5)); 1662temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2F, 0x79, 0x9E), 0.7)); 1663temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x6B, 0xA0, 0xBC), 1)); 1751_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0x00, 0x00, 0x00), 0.5)); 1752_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0x97, 0x97, 0x97), 0.7)); 1753_localResources.Glyph.GradientStops.Add(new GradientStop(Color.FromRgb(0xCA, 0xCA, 0xCA), 1));
PresentationFramework.AeroLite (3)
Microsoft\Windows\Themes\ScrollChrome.cs (3)
369Brush = new SolidColorBrush(Color.FromRgb(0xA3, 0xA3, 0xA3)) 395Brush = new SolidColorBrush(Color.FromRgb(0x21, 0xA1, 0xC4)) 421Brush = new SolidColorBrush(Color.FromRgb(0x00, 0x73, 0x94))
PresentationFramework.Luna (19)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (19)
541SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x21, 0xA1, 0x21)); 561SolidColorBrush 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)); 710brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xFF, 0xF0, 0xCF), 0)); 711brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xF8, 0xB3, 0x30), 1)); 744brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xFE, 0xDF, 0x9C), 0)); 745brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xF9, 0xBB, 0x43), 1)); 795temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCB, 0xCF, 0xD5), 0.3)); 796temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xF6, 0xF6, 0xF6), 1)); 825temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2F, 0xA8, 0xD5), 0)); 826temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x25, 0x59, 0x8C), 1)); 848SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x73, 0xC2, 0x73)); 876temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x17, 0x74, 0x7A), 0)); 877temp.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)
541SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x21, 0xA1, 0x21)); 561SolidColorBrush 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)); 710brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xFF, 0xF0, 0xCF), 0)); 711brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xF8, 0xB3, 0x30), 1)); 744brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xFE, 0xDF, 0x9C), 0)); 745brush.GradientStops.Add(new GradientStop(Color.FromRgb(0xF9, 0xBB, 0x43), 1)); 795temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xCB, 0xCF, 0xD5), 0.3)); 796temp.GradientStops.Add(new GradientStop(Color.FromRgb(0xF6, 0xF6, 0xF6), 1)); 825temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x2F, 0xA8, 0xD5), 0)); 826temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x25, 0x59, 0x8C), 1)); 848SolidColorBrush temp = new SolidColorBrush(Color.FromRgb(0x73, 0xC2, 0x73)); 876temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x17, 0x74, 0x7A), 0)); 877temp.GradientStops.Add(new GradientStop(Color.FromRgb(0x21, 0x8B, 0xC3), 1));