mirror of
https://github.com/Rayerd/dfl.git
synced 2025-04-26 13:09:57 +03:00
Follow the D coding style
This commit is contained in:
parent
94ca11d8c1
commit
5c50f00721
2 changed files with 143 additions and 143 deletions
|
@ -52,9 +52,9 @@ class MainForm : Form {
|
|||
|
||||
override void onPaint(PaintEventArgs pea)
|
||||
{
|
||||
pea.graphics.drawLine(new Pen(Color.Blue, 5, PenStyle.SOLID), Point(50, 200), Point(150, 170));
|
||||
pea.graphics.drawEllipse(new Pen(Color.Red), 100, 10, 50, 50);
|
||||
pea.graphics.fillRectangle(Color.Green, 200, 10, 50, 50);
|
||||
pea.graphics.drawLine(new Pen(Color.blue, 5, PenStyle.SOLID), Point(50, 200), Point(150, 170));
|
||||
pea.graphics.drawEllipse(new Pen(Color.red), 100, 10, 50, 50);
|
||||
pea.graphics.fillRectangle(Color.green, 200, 10, 50, 50);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -666,146 +666,146 @@ struct Color // docmain
|
|||
}
|
||||
|
||||
|
||||
@property static Color AliceBlue() { return Color.fromRgb(0xFF, 0xFFF8F0); }
|
||||
@property static Color AntiqueWhite() { return Color.fromRgb(0xFF, 0xD7EBFA); }
|
||||
@property static Color Aqua() { return Color.fromRgb(0xFF, 0xFFFF00); }
|
||||
@property static Color Aquamarine() { return Color.fromRgb(0xFF, 0xD4FF7F); }
|
||||
@property static Color Azure() { return Color.fromRgb(0xFF, 0xFFFFF0); }
|
||||
@property static Color Beige() { return Color.fromRgb(0xFF, 0xDCF5F5); }
|
||||
@property static Color Bisque() { return Color.fromRgb(0xFF, 0xC4E4FF); }
|
||||
@property static Color Black() { return Color.fromRgb(0xFF, 0x000000); }
|
||||
@property static Color BlanchedAlmond() { return Color.fromRgb(0xFF, 0xCDEBFF); }
|
||||
@property static Color Blue() { return Color.fromRgb(0xFF, 0xFF0000); }
|
||||
@property static Color BlueViolet() { return Color.fromRgb(0xFF, 0xE22B8A); }
|
||||
@property static Color Brown() { return Color.fromRgb(0xFF, 0x2A2AA5); }
|
||||
@property static Color BurlyWood() { return Color.fromRgb(0xFF, 0x87B8DE); }
|
||||
@property static Color CadetBlue() { return Color.fromRgb(0xFF, 0xA09E5F); }
|
||||
@property static Color Chartreuse() { return Color.fromRgb(0xFF, 0x00FF7F); }
|
||||
@property static Color Chocolate() { return Color.fromRgb(0xFF, 0x1E69D2); }
|
||||
@property static Color Coral() { return Color.fromRgb(0xFF, 0x507FFF); }
|
||||
@property static Color CornflowerBlue() { return Color.fromRgb(0xFF, 0xED9564); }
|
||||
@property static Color Cornsilk() { return Color.fromRgb(0xFF, 0xDCF8FF); }
|
||||
@property static Color Crimson() { return Color.fromRgb(0xFF, 0x3C14DC); }
|
||||
@property static Color Cyan() { return Color.fromRgb(0xFF, 0xFFFF00); }
|
||||
@property static Color DarkBlue() { return Color.fromRgb(0xFF, 0x8B0000); }
|
||||
@property static Color DarkCyan() { return Color.fromRgb(0xFF, 0x8B8B00); }
|
||||
@property static Color DarkGoldenrod() { return Color.fromRgb(0xFF, 0x0B86B8); }
|
||||
@property static Color DarkGray() { return Color.fromRgb(0xFF, 0xA9A9A9); }
|
||||
@property static Color DarkGreen() { return Color.fromRgb(0xFF, 0x006400); }
|
||||
@property static Color DarkKhaki() { return Color.fromRgb(0xFF, 0x6BB7BD); }
|
||||
@property static Color DarkMagenta() { return Color.fromRgb(0xFF, 0x8B008B); }
|
||||
@property static Color DarkOliveGreen() { return Color.fromRgb(0xFF, 0x2F6B55); }
|
||||
@property static Color DarkOrange() { return Color.fromRgb(0xFF, 0x008CFF); }
|
||||
@property static Color DarkOrchid() { return Color.fromRgb(0xFF, 0xCC3299); }
|
||||
@property static Color DarkRed() { return Color.fromRgb(0xFF, 0x00008B); }
|
||||
@property static Color DarkSalmon() { return Color.fromRgb(0xFF, 0x7A96E9); }
|
||||
@property static Color DarkSeaGreen() { return Color.fromRgb(0xFF, 0x8FBC8F); }
|
||||
@property static Color DarkSlateBlue() { return Color.fromRgb(0xFF, 0x8B3D48); }
|
||||
@property static Color DarkSlateGray() { return Color.fromRgb(0xFF, 0x4F4F2F); }
|
||||
@property static Color DarkTurquoise() { return Color.fromRgb(0xFF, 0xD1CE00); }
|
||||
@property static Color DarkViolet() { return Color.fromRgb(0xFF, 0xD30094); }
|
||||
@property static Color DeepPink() { return Color.fromRgb(0xFF, 0x9314FF); }
|
||||
@property static Color DeepSkyBlue() { return Color.fromRgb(0xFF, 0xFFBF00); }
|
||||
@property static Color DimGray() { return Color.fromRgb(0xFF, 0x696969); }
|
||||
@property static Color DodgerBlue() { return Color.fromRgb(0xFF, 0xFF901E); }
|
||||
@property static Color Firebrick() { return Color.fromRgb(0xFF, 0x2222B2); }
|
||||
@property static Color FloralWhite() { return Color.fromRgb(0xFF, 0xF0FAFF); }
|
||||
@property static Color ForestGreen() { return Color.fromRgb(0xFF, 0x228B22); }
|
||||
@property static Color Fuchsia() { return Color.fromRgb(0xFF, 0xFF00FF); }
|
||||
@property static Color Gainsboro() { return Color.fromRgb(0xFF, 0xDCDCDC); }
|
||||
@property static Color GhostWhite() { return Color.fromRgb(0xFF, 0xFFF8F8); }
|
||||
@property static Color Gold() { return Color.fromRgb(0xFF, 0x00D7FF); }
|
||||
@property static Color Goldenrod() { return Color.fromRgb(0xFF, 0x20A5DA); }
|
||||
@property static Color Gray() { return Color.fromRgb(0xFF, 0x808080); }
|
||||
@property static Color Green() { return Color.fromRgb(0xFF, 0x008000); }
|
||||
@property static Color GreenYellow() { return Color.fromRgb(0xFF, 0x2FFFAD); }
|
||||
@property static Color Honeydew() { return Color.fromRgb(0xFF, 0xF0FFF0); }
|
||||
@property static Color HotPink() { return Color.fromRgb(0xFF, 0xB469FF); }
|
||||
@property static Color IndianRed() { return Color.fromRgb(0xFF, 0x5C5CCD); }
|
||||
@property static Color Indigo() { return Color.fromRgb(0xFF, 0x82004B); }
|
||||
@property static Color Ivory() { return Color.fromRgb(0xFF, 0xF0FFFF); }
|
||||
@property static Color Khaki() { return Color.fromRgb(0xFF, 0x8CE6F0); }
|
||||
@property static Color Lavender() { return Color.fromRgb(0xFF, 0xFAE6E6); }
|
||||
@property static Color LavenderBlush() { return Color.fromRgb(0xFF, 0xF5F0FF); }
|
||||
@property static Color LawnGreen() { return Color.fromRgb(0xFF, 0x00FC7C); }
|
||||
@property static Color LemonChiffon() { return Color.fromRgb(0xFF, 0xCDFAFF); }
|
||||
@property static Color LightBlue() { return Color.fromRgb(0xFF, 0xE6D8AD); }
|
||||
@property static Color LightCoral() { return Color.fromRgb(0xFF, 0x8080F0); }
|
||||
@property static Color LightCyan() { return Color.fromRgb(0xFF, 0xFFFFE0); }
|
||||
@property static Color LightGoldenrodYellow() { return Color.fromRgb(0xFF, 0xD2FAFA); }
|
||||
@property static Color LightGray() { return Color.fromRgb(0xFF, 0xD3D3D3); }
|
||||
@property static Color LightGreen() { return Color.fromRgb(0xFF, 0x90EE90); }
|
||||
@property static Color LightPink() { return Color.fromRgb(0xFF, 0xC1B6FF); }
|
||||
@property static Color LightSalmon() { return Color.fromRgb(0xFF, 0x7AA0FF); }
|
||||
@property static Color LightSeaGreen() { return Color.fromRgb(0xFF, 0xAAB220); }
|
||||
@property static Color LightSkyBlue() { return Color.fromRgb(0xFF, 0xFACE87); }
|
||||
@property static Color LightSlateGray() { return Color.fromRgb(0xFF, 0x998877); }
|
||||
@property static Color LightSteelBlue() { return Color.fromRgb(0xFF, 0xDEC4B0); }
|
||||
@property static Color LightYellow() { return Color.fromRgb(0xFF, 0xE0FFFF); }
|
||||
@property static Color Lime() { return Color.fromRgb(0xFF, 0x00FF00); }
|
||||
@property static Color LimeGreen() { return Color.fromRgb(0xFF, 0x32CD32); }
|
||||
@property static Color Linen() { return Color.fromRgb(0xFF, 0xE6F0FA); }
|
||||
@property static Color Magenta() { return Color.fromRgb(0xFF, 0xFF00FF); }
|
||||
@property static Color Maroon() { return Color.fromRgb(0xFF, 0x000080); }
|
||||
@property static Color MediumAquamarine() { return Color.fromRgb(0xFF, 0xAACD66); }
|
||||
@property static Color MediumBlue() { return Color.fromRgb(0xFF, 0xCD0000); }
|
||||
@property static Color MediumOrchid() { return Color.fromRgb(0xFF, 0xD355BA); }
|
||||
@property static Color MediumPurple() { return Color.fromRgb(0xFF, 0xDB7093); }
|
||||
@property static Color MediumSeaGreen() { return Color.fromRgb(0xFF, 0x71B33C); }
|
||||
@property static Color MediumSlateBlue() { return Color.fromRgb(0xFF, 0xEE687B); }
|
||||
@property static Color MediumSpringGreen() { return Color.fromRgb(0xFF, 0x9AFA00); }
|
||||
@property static Color MediumTurquoise() { return Color.fromRgb(0xFF, 0xCCD148); }
|
||||
@property static Color MediumVioletRed() { return Color.fromRgb(0xFF, 0x8515C7); }
|
||||
@property static Color MidnightBlue() { return Color.fromRgb(0xFF, 0x701919); }
|
||||
@property static Color MintCream() { return Color.fromRgb(0xFF, 0xFAFFF5); }
|
||||
@property static Color MistyRose() { return Color.fromRgb(0xFF, 0xE1E4FF); }
|
||||
@property static Color Moccasin() { return Color.fromRgb(0xFF, 0xB5E4FF); }
|
||||
@property static Color NavajoWhite() { return Color.fromRgb(0xFF, 0xADDEFF); }
|
||||
@property static Color Navy() { return Color.fromRgb(0xFF, 0x800000); }
|
||||
@property static Color OldLace() { return Color.fromRgb(0xFF, 0xE6F5FD); }
|
||||
@property static Color Olive() { return Color.fromRgb(0xFF, 0x008080); }
|
||||
@property static Color OliveDrab() { return Color.fromRgb(0xFF, 0x238E6B); }
|
||||
@property static Color Orange() { return Color.fromRgb(0xFF, 0x00A5FF); }
|
||||
@property static Color OrangeRed() { return Color.fromRgb(0xFF, 0x0045FF); }
|
||||
@property static Color Orchid() { return Color.fromRgb(0xFF, 0xD670DA); }
|
||||
@property static Color PaleGoldenrod() { return Color.fromRgb(0xFF, 0xAAE8EE); }
|
||||
@property static Color PaleGreen() { return Color.fromRgb(0xFF, 0x98FB98); }
|
||||
@property static Color PaleTurquoise() { return Color.fromRgb(0xFF, 0xEEEEAF); }
|
||||
@property static Color PaleVioletRed() { return Color.fromRgb(0xFF, 0x9370DB); }
|
||||
@property static Color PapayaWhip() { return Color.fromRgb(0xFF, 0xD5EFFF); }
|
||||
@property static Color PeachPuff() { return Color.fromRgb(0xFF, 0xB9DAFF); }
|
||||
@property static Color Peru() { return Color.fromRgb(0xFF, 0x3F85CD); }
|
||||
@property static Color Pink() { return Color.fromRgb(0xFF, 0xCBC0FF); }
|
||||
@property static Color Plum() { return Color.fromRgb(0xFF, 0xDDA0DD); }
|
||||
@property static Color PowderBlue() { return Color.fromRgb(0xFF, 0xE6E0B0); }
|
||||
@property static Color Purple() { return Color.fromRgb(0xFF, 0x800080); }
|
||||
@property static Color Red() { return Color.fromRgb(0xFF, 0x0000FF); }
|
||||
@property static Color RosyBrown() { return Color.fromRgb(0xFF, 0x8F8FBC); }
|
||||
@property static Color RoyalBlue() { return Color.fromRgb(0xFF, 0xE16941); }
|
||||
@property static Color SaddleBrown() { return Color.fromRgb(0xFF, 0x13458B); }
|
||||
@property static Color Salmon() { return Color.fromRgb(0xFF, 0x7280FA); }
|
||||
@property static Color SandyBrown() { return Color.fromRgb(0xFF, 0x60A4F4); }
|
||||
@property static Color SeaGreen() { return Color.fromRgb(0xFF, 0x578B2E); }
|
||||
@property static Color SeaShell() { return Color.fromRgb(0xFF, 0xEEF5FF); }
|
||||
@property static Color Sienna() { return Color.fromRgb(0xFF, 0x2D52A0); }
|
||||
@property static Color Silver() { return Color.fromRgb(0xFF, 0xC0C0C0); }
|
||||
@property static Color SkyBlue() { return Color.fromRgb(0xFF, 0xEBCE87); }
|
||||
@property static Color SlateBlue() { return Color.fromRgb(0xFF, 0xCD5A6A); }
|
||||
@property static Color SlateGray() { return Color.fromRgb(0xFF, 0x908070); }
|
||||
@property static Color Snow() { return Color.fromRgb(0xFF, 0xFAFAFF); }
|
||||
@property static Color SpringGreen() { return Color.fromRgb(0xFF, 0x7FFF00); }
|
||||
@property static Color SteelBlue() { return Color.fromRgb(0xFF, 0xB48246); }
|
||||
@property static Color Tan() { return Color.fromRgb(0xFF, 0x8CB4D2); }
|
||||
@property static Color Teal() { return Color.fromRgb(0xFF, 0x808000); }
|
||||
@property static Color Thistle() { return Color.fromRgb(0xFF, 0xD8BFD8); }
|
||||
@property static Color Tomato() { return Color.fromRgb(0xFF, 0x4763FF); }
|
||||
@property static Color Turquoise() { return Color.fromRgb(0xFF, 0xD0E040); }
|
||||
@property static Color Violet() { return Color.fromRgb(0xFF, 0xEE82EE); }
|
||||
@property static Color Wheat() { return Color.fromRgb(0xFF, 0xB3DEF5); }
|
||||
@property static Color White() { return Color.fromRgb(0xFF, 0xFFFFFF); }
|
||||
@property static Color WhiteSmoke() { return Color.fromRgb(0xFF, 0xF5F5F5); }
|
||||
@property static Color Yellow() { return Color.fromRgb(0xFF, 0x00FFFF); }
|
||||
@property static Color YellowGreen() { return Color.fromRgb(0xFF, 0x32CD9A); }
|
||||
@property static Color aliceBlue() { return Color.fromRgb(0xFF, 0xFFF8F0); }
|
||||
@property static Color antiqueWhite() { return Color.fromRgb(0xFF, 0xD7EBFA); }
|
||||
@property static Color aqua() { return Color.fromRgb(0xFF, 0xFFFF00); }
|
||||
@property static Color aquamarine() { return Color.fromRgb(0xFF, 0xD4FF7F); }
|
||||
@property static Color azure() { return Color.fromRgb(0xFF, 0xFFFFF0); }
|
||||
@property static Color beige() { return Color.fromRgb(0xFF, 0xDCF5F5); }
|
||||
@property static Color bisque() { return Color.fromRgb(0xFF, 0xC4E4FF); }
|
||||
@property static Color black() { return Color.fromRgb(0xFF, 0x000000); }
|
||||
@property static Color blanchedAlmond() { return Color.fromRgb(0xFF, 0xCDEBFF); }
|
||||
@property static Color blue() { return Color.fromRgb(0xFF, 0xFF0000); }
|
||||
@property static Color blueViolet() { return Color.fromRgb(0xFF, 0xE22B8A); }
|
||||
@property static Color brown() { return Color.fromRgb(0xFF, 0x2A2AA5); }
|
||||
@property static Color burlyWood() { return Color.fromRgb(0xFF, 0x87B8DE); }
|
||||
@property static Color cadetBlue() { return Color.fromRgb(0xFF, 0xA09E5F); }
|
||||
@property static Color chartreuse() { return Color.fromRgb(0xFF, 0x00FF7F); }
|
||||
@property static Color chocolate() { return Color.fromRgb(0xFF, 0x1E69D2); }
|
||||
@property static Color coral() { return Color.fromRgb(0xFF, 0x507FFF); }
|
||||
@property static Color cornflowerBlue() { return Color.fromRgb(0xFF, 0xED9564); }
|
||||
@property static Color cornsilk() { return Color.fromRgb(0xFF, 0xDCF8FF); }
|
||||
@property static Color crimson() { return Color.fromRgb(0xFF, 0x3C14DC); }
|
||||
@property static Color cyan() { return Color.fromRgb(0xFF, 0xFFFF00); }
|
||||
@property static Color darkBlue() { return Color.fromRgb(0xFF, 0x8B0000); }
|
||||
@property static Color darkCyan() { return Color.fromRgb(0xFF, 0x8B8B00); }
|
||||
@property static Color darkGoldenrod() { return Color.fromRgb(0xFF, 0x0B86B8); }
|
||||
@property static Color darkGray() { return Color.fromRgb(0xFF, 0xA9A9A9); }
|
||||
@property static Color darkGreen() { return Color.fromRgb(0xFF, 0x006400); }
|
||||
@property static Color darkKhaki() { return Color.fromRgb(0xFF, 0x6BB7BD); }
|
||||
@property static Color darkMagenta() { return Color.fromRgb(0xFF, 0x8B008B); }
|
||||
@property static Color darkOliveGreen() { return Color.fromRgb(0xFF, 0x2F6B55); }
|
||||
@property static Color darkOrange() { return Color.fromRgb(0xFF, 0x008CFF); }
|
||||
@property static Color darkOrchid() { return Color.fromRgb(0xFF, 0xCC3299); }
|
||||
@property static Color darkRed() { return Color.fromRgb(0xFF, 0x00008B); }
|
||||
@property static Color darkSalmon() { return Color.fromRgb(0xFF, 0x7A96E9); }
|
||||
@property static Color darkSeaGreen() { return Color.fromRgb(0xFF, 0x8FBC8F); }
|
||||
@property static Color darkSlateBlue() { return Color.fromRgb(0xFF, 0x8B3D48); }
|
||||
@property static Color darkSlateGray() { return Color.fromRgb(0xFF, 0x4F4F2F); }
|
||||
@property static Color darkTurquoise() { return Color.fromRgb(0xFF, 0xD1CE00); }
|
||||
@property static Color darkViolet() { return Color.fromRgb(0xFF, 0xD30094); }
|
||||
@property static Color deepPink() { return Color.fromRgb(0xFF, 0x9314FF); }
|
||||
@property static Color deepSkyBlue() { return Color.fromRgb(0xFF, 0xFFBF00); }
|
||||
@property static Color dimGray() { return Color.fromRgb(0xFF, 0x696969); }
|
||||
@property static Color dodgerBlue() { return Color.fromRgb(0xFF, 0xFF901E); }
|
||||
@property static Color firebrick() { return Color.fromRgb(0xFF, 0x2222B2); }
|
||||
@property static Color floralWhite() { return Color.fromRgb(0xFF, 0xF0FAFF); }
|
||||
@property static Color forestGreen() { return Color.fromRgb(0xFF, 0x228B22); }
|
||||
@property static Color fuchsia() { return Color.fromRgb(0xFF, 0xFF00FF); }
|
||||
@property static Color gainsboro() { return Color.fromRgb(0xFF, 0xDCDCDC); }
|
||||
@property static Color ghostWhite() { return Color.fromRgb(0xFF, 0xFFF8F8); }
|
||||
@property static Color gold() { return Color.fromRgb(0xFF, 0x00D7FF); }
|
||||
@property static Color goldenrod() { return Color.fromRgb(0xFF, 0x20A5DA); }
|
||||
@property static Color gray() { return Color.fromRgb(0xFF, 0x808080); }
|
||||
@property static Color green() { return Color.fromRgb(0xFF, 0x008000); }
|
||||
@property static Color greenYellow() { return Color.fromRgb(0xFF, 0x2FFFAD); }
|
||||
@property static Color honeydew() { return Color.fromRgb(0xFF, 0xF0FFF0); }
|
||||
@property static Color hotPink() { return Color.fromRgb(0xFF, 0xB469FF); }
|
||||
@property static Color indianRed() { return Color.fromRgb(0xFF, 0x5C5CCD); }
|
||||
@property static Color indigo() { return Color.fromRgb(0xFF, 0x82004B); }
|
||||
@property static Color ivory() { return Color.fromRgb(0xFF, 0xF0FFFF); }
|
||||
@property static Color khaki() { return Color.fromRgb(0xFF, 0x8CE6F0); }
|
||||
@property static Color lavender() { return Color.fromRgb(0xFF, 0xFAE6E6); }
|
||||
@property static Color lavenderBlush() { return Color.fromRgb(0xFF, 0xF5F0FF); }
|
||||
@property static Color lawnGreen() { return Color.fromRgb(0xFF, 0x00FC7C); }
|
||||
@property static Color lemonChiffon() { return Color.fromRgb(0xFF, 0xCDFAFF); }
|
||||
@property static Color lightBlue() { return Color.fromRgb(0xFF, 0xE6D8AD); }
|
||||
@property static Color lightCoral() { return Color.fromRgb(0xFF, 0x8080F0); }
|
||||
@property static Color lightCyan() { return Color.fromRgb(0xFF, 0xFFFFE0); }
|
||||
@property static Color lightGoldenrodYellow() { return Color.fromRgb(0xFF, 0xD2FAFA); }
|
||||
@property static Color lightGray() { return Color.fromRgb(0xFF, 0xD3D3D3); }
|
||||
@property static Color lightGreen() { return Color.fromRgb(0xFF, 0x90EE90); }
|
||||
@property static Color lightPink() { return Color.fromRgb(0xFF, 0xC1B6FF); }
|
||||
@property static Color lightSalmon() { return Color.fromRgb(0xFF, 0x7AA0FF); }
|
||||
@property static Color lightSeaGreen() { return Color.fromRgb(0xFF, 0xAAB220); }
|
||||
@property static Color lightSkyBlue() { return Color.fromRgb(0xFF, 0xFACE87); }
|
||||
@property static Color lightSlateGray() { return Color.fromRgb(0xFF, 0x998877); }
|
||||
@property static Color lightSteelBlue() { return Color.fromRgb(0xFF, 0xDEC4B0); }
|
||||
@property static Color lightYellow() { return Color.fromRgb(0xFF, 0xE0FFFF); }
|
||||
@property static Color lime() { return Color.fromRgb(0xFF, 0x00FF00); }
|
||||
@property static Color limeGreen() { return Color.fromRgb(0xFF, 0x32CD32); }
|
||||
@property static Color linen() { return Color.fromRgb(0xFF, 0xE6F0FA); }
|
||||
@property static Color magenta() { return Color.fromRgb(0xFF, 0xFF00FF); }
|
||||
@property static Color maroon() { return Color.fromRgb(0xFF, 0x000080); }
|
||||
@property static Color mediumAquamarine() { return Color.fromRgb(0xFF, 0xAACD66); }
|
||||
@property static Color mediumBlue() { return Color.fromRgb(0xFF, 0xCD0000); }
|
||||
@property static Color mediumOrchid() { return Color.fromRgb(0xFF, 0xD355BA); }
|
||||
@property static Color mediumPurple() { return Color.fromRgb(0xFF, 0xDB7093); }
|
||||
@property static Color mediumSeaGreen() { return Color.fromRgb(0xFF, 0x71B33C); }
|
||||
@property static Color mediumSlateBlue() { return Color.fromRgb(0xFF, 0xEE687B); }
|
||||
@property static Color mediumSpringGreen() { return Color.fromRgb(0xFF, 0x9AFA00); }
|
||||
@property static Color mediumTurquoise() { return Color.fromRgb(0xFF, 0xCCD148); }
|
||||
@property static Color mediumVioletRed() { return Color.fromRgb(0xFF, 0x8515C7); }
|
||||
@property static Color midnightBlue() { return Color.fromRgb(0xFF, 0x701919); }
|
||||
@property static Color mintCream() { return Color.fromRgb(0xFF, 0xFAFFF5); }
|
||||
@property static Color mistyRose() { return Color.fromRgb(0xFF, 0xE1E4FF); }
|
||||
@property static Color moccasin() { return Color.fromRgb(0xFF, 0xB5E4FF); }
|
||||
@property static Color navajoWhite() { return Color.fromRgb(0xFF, 0xADDEFF); }
|
||||
@property static Color navy() { return Color.fromRgb(0xFF, 0x800000); }
|
||||
@property static Color oldLace() { return Color.fromRgb(0xFF, 0xE6F5FD); }
|
||||
@property static Color olive() { return Color.fromRgb(0xFF, 0x008080); }
|
||||
@property static Color oliveDrab() { return Color.fromRgb(0xFF, 0x238E6B); }
|
||||
@property static Color orange() { return Color.fromRgb(0xFF, 0x00A5FF); }
|
||||
@property static Color orangeRed() { return Color.fromRgb(0xFF, 0x0045FF); }
|
||||
@property static Color orchid() { return Color.fromRgb(0xFF, 0xD670DA); }
|
||||
@property static Color paleGoldenrod() { return Color.fromRgb(0xFF, 0xAAE8EE); }
|
||||
@property static Color paleGreen() { return Color.fromRgb(0xFF, 0x98FB98); }
|
||||
@property static Color paleTurquoise() { return Color.fromRgb(0xFF, 0xEEEEAF); }
|
||||
@property static Color paleVioletRed() { return Color.fromRgb(0xFF, 0x9370DB); }
|
||||
@property static Color papayaWhip() { return Color.fromRgb(0xFF, 0xD5EFFF); }
|
||||
@property static Color peachPuff() { return Color.fromRgb(0xFF, 0xB9DAFF); }
|
||||
@property static Color peru() { return Color.fromRgb(0xFF, 0x3F85CD); }
|
||||
@property static Color pink() { return Color.fromRgb(0xFF, 0xCBC0FF); }
|
||||
@property static Color plum() { return Color.fromRgb(0xFF, 0xDDA0DD); }
|
||||
@property static Color powderBlue() { return Color.fromRgb(0xFF, 0xE6E0B0); }
|
||||
@property static Color purple() { return Color.fromRgb(0xFF, 0x800080); }
|
||||
@property static Color red() { return Color.fromRgb(0xFF, 0x0000FF); }
|
||||
@property static Color rosyBrown() { return Color.fromRgb(0xFF, 0x8F8FBC); }
|
||||
@property static Color royalBlue() { return Color.fromRgb(0xFF, 0xE16941); }
|
||||
@property static Color saddleBrown() { return Color.fromRgb(0xFF, 0x13458B); }
|
||||
@property static Color salmon() { return Color.fromRgb(0xFF, 0x7280FA); }
|
||||
@property static Color sandyBrown() { return Color.fromRgb(0xFF, 0x60A4F4); }
|
||||
@property static Color seaGreen() { return Color.fromRgb(0xFF, 0x578B2E); }
|
||||
@property static Color seaShell() { return Color.fromRgb(0xFF, 0xEEF5FF); }
|
||||
@property static Color sienna() { return Color.fromRgb(0xFF, 0x2D52A0); }
|
||||
@property static Color silver() { return Color.fromRgb(0xFF, 0xC0C0C0); }
|
||||
@property static Color skyBlue() { return Color.fromRgb(0xFF, 0xEBCE87); }
|
||||
@property static Color slateBlue() { return Color.fromRgb(0xFF, 0xCD5A6A); }
|
||||
@property static Color slateGray() { return Color.fromRgb(0xFF, 0x908070); }
|
||||
@property static Color snow() { return Color.fromRgb(0xFF, 0xFAFAFF); }
|
||||
@property static Color springGreen() { return Color.fromRgb(0xFF, 0x7FFF00); }
|
||||
@property static Color steelBlue() { return Color.fromRgb(0xFF, 0xB48246); }
|
||||
@property static Color tan() { return Color.fromRgb(0xFF, 0x8CB4D2); }
|
||||
@property static Color teal() { return Color.fromRgb(0xFF, 0x808000); }
|
||||
@property static Color thistle() { return Color.fromRgb(0xFF, 0xD8BFD8); }
|
||||
@property static Color tomato() { return Color.fromRgb(0xFF, 0x4763FF); }
|
||||
@property static Color turquoise() { return Color.fromRgb(0xFF, 0xD0E040); }
|
||||
@property static Color violet() { return Color.fromRgb(0xFF, 0xEE82EE); }
|
||||
@property static Color wheat() { return Color.fromRgb(0xFF, 0xB3DEF5); }
|
||||
@property static Color white() { return Color.fromRgb(0xFF, 0xFFFFFF); }
|
||||
@property static Color whiteSmoke() { return Color.fromRgb(0xFF, 0xF5F5F5); }
|
||||
@property static Color yellow() { return Color.fromRgb(0xFF, 0x00FFFF); }
|
||||
@property static Color yellowGreen() { return Color.fromRgb(0xFF, 0x32CD9A); }
|
||||
|
||||
|
||||
// Gets color index or INVAILD_SYSTEM_COLOR_INDEX.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue