From 746ac82051d8d70c9a82cacd9a6cdf6efb51c0be Mon Sep 17 00:00:00 2001 From: Jordan Wages Date: Mon, 24 Jun 2024 01:17:33 -0500 Subject: [PATCH] Fix broken XML stuff. --- CapyKit/Color.cs | 1898 ++++++++--------- CapyKit/Helpers/SettingsHelper.cs | 5 +- ..._Helpers_EncryptionHelper_encryptionKey.md | 31 + ...pyKit_Helpers_SecurityHelper_SALT_SIZE.md} | 8 +- ...CapyKit_Helpers_SettingsHelper_accessor.md | 2 +- ... => F_CapyKit_Password_pbkdf2Algorithm.md} | 8 +- ...elds_T_CapyKit_Helpers_EncryptionHelper.md | 18 + ...Fields_T_CapyKit_Helpers_SecurityHelper.md | 4 +- ...Fields_T_CapyKit_Helpers_SettingsHelper.md | 2 +- .../Help/Fields_T_CapyKit_Password.md | 2 +- ...tAttribute_GetFormatParameterizedString.md | 42 + ...t_Attributes_ValueFormatAttribute__ctor.md | 29 + ...Attributes_ValueFormatAttribute__ctor_1.md | 35 + .../M_CapyKit_CapyEventReporter_EmitEvent.md | 4 +- ...CapyKit_CapyEventReporter_EmitEventOnce.md | 4 +- .../Help/M_CapyKit_EncryptedValue_1__ctor.md | 28 + ..._CapyKit_Helpers_EncryptionHelper__ctor.md | 34 + ...Helpers_IEncryptionAlgorithm_Decrypt__1.md | 44 + ...Helpers_IEncryptionAlgorithm_Encrypt__1.md | 44 + ...rs_SecurityHelper_CompareHashedPassword.md | 21 +- ...SecurityHelper_CompareHashedPassword__1.md | 49 + ...t_Helpers_SecurityHelper_GetPassword__1.md | 51 + ...Helpers_SecurityHelper_GetPassword__1_1.md | 46 + ...rityHelper_GetValidCharacterComposition.md | 6 +- ...Kit_Helpers_SecurityHelper_HashPassword.md | 38 - ...SettingsHelper_GetApplicationSetting__1.md | 2 +- .../Help/M_CapyKit_Password_Equals.md | 40 + .../Help/M_CapyKit_Password_op_Equality.md | 40 + .../Help/M_CapyKit_Password_op_Inequality.md | 40 + ...CapyKit_Attributes_ValueFormatAttribute.md | 42 + .../Methods_T_CapyKit_EncryptedValue_1.md | 33 + ...hods_T_CapyKit_Helpers_EncryptionHelper.md | 33 + ..._T_CapyKit_Helpers_IEncryptionAlgorithm.md | 21 + ...ethods_T_CapyKit_Helpers_SecurityHelper.md | 18 +- ...ethods_T_CapyKit_Helpers_SettingsHelper.md | 2 +- .../Help/Methods_T_CapyKit_Password.md | 4 +- Documentation/Help/N_CapyKit.md | 3 + Documentation/Help/N_CapyKit_Attributes.md | 3 + Documentation/Help/N_CapyKit_Helpers.md | 10 + .../Help/Operators_T_CapyKit_Password.md | 21 + ...t_Attributes_ValueFormatAttribute__ctor.md | 19 + ...rs_SecurityHelper_CompareHashedPassword.md | 19 + ...yKit_Helpers_SecurityHelper_GetPassword.md | 19 + ..._Attributes_ValueFormatAttribute_Format.md | 32 + .../Help/P_CapyKit_EncryptedValue_1_Value.md | 31 + ...pers_IEncryptionAlgorithm_AlgorithmName.md | 31 + .../P_CapyKit_Password_Pbkdf2Algorithm.md | 5 +- ...CapyKit_Attributes_ValueFormatAttribute.md | 21 + .../Properties_T_CapyKit_EncryptedValue_1.md | 18 + ..._T_CapyKit_Helpers_IEncryptionAlgorithm.md | 18 + .../Help/Properties_T_CapyKit_Password.md | 2 +- ...CapyKit_Attributes_ValueFormatAttribute.md | 86 + Documentation/Help/T_CapyKit_Color.md | 1898 ++++++++--------- .../Help/T_CapyKit_EncryptedValue_1.md | 70 + .../T_CapyKit_Helpers_EncryptionHelper.md | 66 + .../T_CapyKit_Helpers_IEncryptionAlgorithm.md | 44 + .../Help/T_CapyKit_Helpers_SecurityHelper.md | 22 +- .../Help/T_CapyKit_Helpers_SettingsHelper.md | 4 +- Documentation/Help/T_CapyKit_Password.md | 18 +- .../Help/Working/_InheritedDocs_.xml | 13 - Documentation/Help/_Sidebar.md | 40 +- 61 files changed, 3231 insertions(+), 2010 deletions(-) create mode 100644 Documentation/Help/F_CapyKit_Helpers_EncryptionHelper_encryptionKey.md rename Documentation/Help/{F_CapyKit_Helpers_SecurityHelper_saltSize.md => F_CapyKit_Helpers_SecurityHelper_SALT_SIZE.md} (77%) rename Documentation/Help/{F_CapyKit_Password_algorithm.md => F_CapyKit_Password_pbkdf2Algorithm.md} (77%) create mode 100644 Documentation/Help/Fields_T_CapyKit_Helpers_EncryptionHelper.md create mode 100644 Documentation/Help/M_CapyKit_Attributes_ValueFormatAttribute_GetFormatParameterizedString.md create mode 100644 Documentation/Help/M_CapyKit_Attributes_ValueFormatAttribute__ctor.md create mode 100644 Documentation/Help/M_CapyKit_Attributes_ValueFormatAttribute__ctor_1.md create mode 100644 Documentation/Help/M_CapyKit_EncryptedValue_1__ctor.md create mode 100644 Documentation/Help/M_CapyKit_Helpers_EncryptionHelper__ctor.md create mode 100644 Documentation/Help/M_CapyKit_Helpers_IEncryptionAlgorithm_Decrypt__1.md create mode 100644 Documentation/Help/M_CapyKit_Helpers_IEncryptionAlgorithm_Encrypt__1.md create mode 100644 Documentation/Help/M_CapyKit_Helpers_SecurityHelper_CompareHashedPassword__1.md create mode 100644 Documentation/Help/M_CapyKit_Helpers_SecurityHelper_GetPassword__1.md create mode 100644 Documentation/Help/M_CapyKit_Helpers_SecurityHelper_GetPassword__1_1.md delete mode 100644 Documentation/Help/M_CapyKit_Helpers_SecurityHelper_HashPassword.md create mode 100644 Documentation/Help/M_CapyKit_Password_Equals.md create mode 100644 Documentation/Help/M_CapyKit_Password_op_Equality.md create mode 100644 Documentation/Help/M_CapyKit_Password_op_Inequality.md create mode 100644 Documentation/Help/Methods_T_CapyKit_Attributes_ValueFormatAttribute.md create mode 100644 Documentation/Help/Methods_T_CapyKit_EncryptedValue_1.md create mode 100644 Documentation/Help/Methods_T_CapyKit_Helpers_EncryptionHelper.md create mode 100644 Documentation/Help/Methods_T_CapyKit_Helpers_IEncryptionAlgorithm.md create mode 100644 Documentation/Help/Operators_T_CapyKit_Password.md create mode 100644 Documentation/Help/Overload_CapyKit_Attributes_ValueFormatAttribute__ctor.md create mode 100644 Documentation/Help/Overload_CapyKit_Helpers_SecurityHelper_CompareHashedPassword.md create mode 100644 Documentation/Help/Overload_CapyKit_Helpers_SecurityHelper_GetPassword.md create mode 100644 Documentation/Help/P_CapyKit_Attributes_ValueFormatAttribute_Format.md create mode 100644 Documentation/Help/P_CapyKit_EncryptedValue_1_Value.md create mode 100644 Documentation/Help/P_CapyKit_Helpers_IEncryptionAlgorithm_AlgorithmName.md create mode 100644 Documentation/Help/Properties_T_CapyKit_Attributes_ValueFormatAttribute.md create mode 100644 Documentation/Help/Properties_T_CapyKit_EncryptedValue_1.md create mode 100644 Documentation/Help/Properties_T_CapyKit_Helpers_IEncryptionAlgorithm.md create mode 100644 Documentation/Help/T_CapyKit_Attributes_ValueFormatAttribute.md create mode 100644 Documentation/Help/T_CapyKit_EncryptedValue_1.md create mode 100644 Documentation/Help/T_CapyKit_Helpers_EncryptionHelper.md create mode 100644 Documentation/Help/T_CapyKit_Helpers_IEncryptionAlgorithm.md delete mode 100644 Documentation/Help/Working/_InheritedDocs_.xml diff --git a/CapyKit/Color.cs b/CapyKit/Color.cs index 2761e41..e409aa7 100644 --- a/CapyKit/Color.cs +++ b/CapyKit/Color.cs @@ -12,1903 +12,1903 @@ namespace CapyKit /// public enum Color { - /// A color described as Cloudy Blue with a HEX value of #ACC2D9. + /// A color described as Cloudy Blue with a HEX value of #ACC2D9. CloudyBlue = 0xACC2D9, - /// A color described as Dark Pastel Green with a HEX value of #56AE57. + /// A color described as Dark Pastel Green with a HEX value of #56AE57. DarkPastelGreen = 0x56AE57, - /// A color described as Dust with a HEX value of #B2996E. + /// A color described as Dust with a HEX value of #B2996E. Dust = 0xB2996E, - /// A color described as Electric Lime with a HEX value of #A8FF04. + /// A color described as Electric Lime with a HEX value of #A8FF04. ElectricLime = 0xA8FF04, - /// A color described as Fresh Green with a HEX value of #69D84F. + /// A color described as Fresh Green with a HEX value of #69D84F. FreshGreen = 0x69D84F, - /// A color described as Light Eggplant with a HEX value of #894585. + /// A color described as Light Eggplant with a HEX value of #894585. LightEggplant = 0x894585, - /// A color described as Nasty Green with a HEX value of #70B23F. + /// A color described as Nasty Green with a HEX value of #70B23F. NastyGreen = 0x70B23F, - /// A color described as Really Light Blue with a HEX value of #D4FFFF. + /// A color described as Really Light Blue with a HEX value of #D4FFFF. ReallyLightBlue = 0xD4FFFF, - /// A color described as Tea with a HEX value of #65AB7C. + /// A color described as Tea with a HEX value of #65AB7C. Tea = 0x65AB7C, - /// A color described as Warm Purple with a HEX value of #952E8F. + /// A color described as Warm Purple with a HEX value of #952E8F. WarmPurple = 0x952E8F, - /// A color described as Yellowish Tan with a HEX value of #FCFC81. + /// A color described as Yellowish Tan with a HEX value of #FCFC81. YellowishTan = 0xFCFC81, - /// A color described as Cement with a HEX value of #A5A391. + /// A color described as Cement with a HEX value of #A5A391. Cement = 0xA5A391, - /// A color described as Dark Grass Green with a HEX value of #388004. + /// A color described as Dark Grass Green with a HEX value of #388004. DarkGrassGreen = 0x388004, - /// A color described as Dusty Teal with a HEX value of #4C9085. + /// A color described as Dusty Teal with a HEX value of #4C9085. DustyTeal = 0x4C9085, - /// A color described as Grey Teal with a HEX value of #5E9B8A. + /// A color described as Grey Teal with a HEX value of #5E9B8A. GreyTeal = 0x5E9B8A, - /// A color described as Macaroni And Cheese with a HEX value of #EFB435. + /// A color described as Macaroni And Cheese with a HEX value of #EFB435. MacaroniAndCheese = 0xEFB435, - /// A color described as Pinkish Tan with a HEX value of #D99B82. + /// A color described as Pinkish Tan with a HEX value of #D99B82. PinkishTan = 0xD99B82, - /// A color described as Spruce with a HEX value of #0A5F38. + /// A color described as Spruce with a HEX value of #0A5F38. Spruce = 0x0A5F38, - /// A color described as Strong Blue with a HEX value of #0C06F7. + /// A color described as Strong Blue with a HEX value of #0C06F7. StrongBlue = 0x0C06F7, - /// A color described as Toxic Green with a HEX value of #61DE2A. + /// A color described as Toxic Green with a HEX value of #61DE2A. ToxicGreen = 0x61DE2A, - /// A color described as Windows Blue with a HEX value of #3778BF. + /// A color described as Windows Blue with a HEX value of #3778BF. WindowsBlue = 0x3778BF, - /// A color described as Blue Blue with a HEX value of #2242C7. + /// A color described as Blue Blue with a HEX value of #2242C7. BlueBlue = 0x2242C7, - /// A color described as Blue With A Hint Of Purple with a HEX value of #533CC6. + /// A color described as Blue With A Hint Of Purple with a HEX value of #533CC6. BlueWithAHintOfPurple = 0x533CC6, - /// A color described as Booger with a HEX value of #9BB53C. + /// A color described as Booger with a HEX value of #9BB53C. Booger = 0x9BB53C, - /// A color described as Bright Sea Green with a HEX value of #05FFA6. + /// A color described as Bright Sea Green with a HEX value of #05FFA6. BrightSeaGreen = 0x05FFA6, - /// A color described as Dark Green Blue with a HEX value of #1F6357. + /// A color described as Dark Green Blue with a HEX value of #1F6357. DarkGreenBlue = 0x1F6357, - /// A color described as Deep Turquoise with a HEX value of #017374. + /// A color described as Deep Turquoise with a HEX value of #017374. DeepTurquoise = 0x017374, - /// A color described as Green Teal with a HEX value of #0CB577. + /// A color described as Green Teal with a HEX value of #0CB577. GreenTeal = 0x0CB577, - /// A color described as Strong Pink with a HEX value of #FF0789. + /// A color described as Strong Pink with a HEX value of #FF0789. StrongPink = 0xFF0789, - /// A color described as Bland with a HEX value of #AFA88B. + /// A color described as Bland with a HEX value of #AFA88B. Bland = 0xAFA88B, - /// A color described as Deep Aqua with a HEX value of #08787F. + /// A color described as Deep Aqua with a HEX value of #08787F. DeepAqua = 0x08787F, - /// A color described as Lavender Pink with a HEX value of #DD85D7. + /// A color described as Lavender Pink with a HEX value of #DD85D7. LavenderPink = 0xDD85D7, - /// A color described as Light Moss Green with a HEX value of #A6C875. + /// A color described as Light Moss Green with a HEX value of #A6C875. LightMossGreen = 0xA6C875, - /// A color described as Light Seafoam Green with a HEX value of #A7FFB5. + /// A color described as Light Seafoam Green with a HEX value of #A7FFB5. LightSeafoamGreen = 0xA7FFB5, - /// A color described as Olive Yellow with a HEX value of #C2B709. + /// A color described as Olive Yellow with a HEX value of #C2B709. OliveYellow = 0xC2B709, - /// A color described as Pig Pink with a HEX value of #E78EA5. + /// A color described as Pig Pink with a HEX value of #E78EA5. PigPink = 0xE78EA5, - /// A color described as Deep Lilac with a HEX value of #966EBD. + /// A color described as Deep Lilac with a HEX value of #966EBD. DeepLilac = 0x966EBD, - /// A color described as Desert with a HEX value of #CCAD60. + /// A color described as Desert with a HEX value of #CCAD60. Desert = 0xCCAD60, - /// A color described as Dusty Lavender with a HEX value of #AC86A8. + /// A color described as Dusty Lavender with a HEX value of #AC86A8. DustyLavender = 0xAC86A8, - /// A color described as Purpley Grey with a HEX value of #947E94. + /// A color described as Purpley Grey with a HEX value of #947E94. PurpleyGrey = 0x947E94, - /// A color described as Purply with a HEX value of #983FB2. + /// A color described as Purply with a HEX value of #983FB2. Purply = 0x983FB2, - /// A color described as Candy Pink with a HEX value of #FF63E9. + /// A color described as Candy Pink with a HEX value of #FF63E9. CandyPink = 0xFF63E9, - /// A color described as Light Pastel Green with a HEX value of #B2FBA5. + /// A color described as Light Pastel Green with a HEX value of #B2FBA5. LightPastelGreen = 0xB2FBA5, - /// A color described as Boring Green with a HEX value of #63B365. + /// A color described as Boring Green with a HEX value of #63B365. BoringGreen = 0x63B365, - /// A color described as Kiwi Green with a HEX value of #8EE53F. + /// A color described as Kiwi Green with a HEX value of #8EE53F. KiwiGreen = 0x8EE53F, - /// A color described as Light Grey Green with a HEX value of #B7E1A1. + /// A color described as Light Grey Green with a HEX value of #B7E1A1. LightGreyGreen = 0xB7E1A1, - /// A color described as Orange Pink with a HEX value of #FF6F52. + /// A color described as Orange Pink with a HEX value of #FF6F52. OrangePink = 0xFF6F52, - /// A color described as Tea Green with a HEX value of #BDF8A3. + /// A color described as Tea Green with a HEX value of #BDF8A3. TeaGreen = 0xBDF8A3, - /// A color described as Very Light Brown with a HEX value of #D3B683. + /// A color described as Very Light Brown with a HEX value of #D3B683. VeryLightBrown = 0xD3B683, - /// A color described as Egg Shell with a HEX value of #FFFCC4. + /// A color described as Egg Shell with a HEX value of #FFFCC4. EggShell = 0xFFFCC4, - /// A color described as Eggplant Purple with a HEX value of #430541. + /// A color described as Eggplant Purple with a HEX value of #430541. EggplantPurple = 0x430541, - /// A color described as Powder Pink with a HEX value of #FFB2D0. + /// A color described as Powder Pink with a HEX value of #FFB2D0. PowderPink = 0xFFB2D0, - /// A color described as Reddish Grey with a HEX value of #997570. + /// A color described as Reddish Grey with a HEX value of #997570. ReddishGrey = 0x997570, - /// A color described as Baby Shit Brown with a HEX value of #AD900D. + /// A color described as Baby Shit Brown with a HEX value of #AD900D. BabyShitBrown = 0xAD900D, - /// A color described as Liliac with a HEX value of #C48EFD. + /// A color described as Liliac with a HEX value of #C48EFD. Liliac = 0xC48EFD, - /// A color described as Stormy Blue with a HEX value of #507B9C. + /// A color described as Stormy Blue with a HEX value of #507B9C. StormyBlue = 0x507B9C, - /// A color described as Ugly Brown with a HEX value of #7D7103. + /// A color described as Ugly Brown with a HEX value of #7D7103. UglyBrown = 0x7D7103, - /// A color described as Custard with a HEX value of #FFFD78. + /// A color described as Custard with a HEX value of #FFFD78. Custard = 0xFFFD78, - /// A color described as Darkish Pink with a HEX value of #DA467D. + /// A color described as Darkish Pink with a HEX value of #DA467D. DarkishPink = 0xDA467D, - /// A color described as Deep Brown with a HEX value of #410200. + /// A color described as Deep Brown with a HEX value of #410200. DeepBrown = 0x410200, - /// A color described as Greenish Beige with a HEX value of #C9D179. + /// A color described as Greenish Beige with a HEX value of #C9D179. GreenishBeige = 0xC9D179, - /// A color described as Manilla with a HEX value of #FFFA86. + /// A color described as Manilla with a HEX value of #FFFA86. Manilla = 0xFFFA86, - /// A color described as Off Blue with a HEX value of #5684AE. + /// A color described as Off Blue with a HEX value of #5684AE. OffBlue = 0x5684AE, - /// A color described as Battleship Grey with a HEX value of #6B7C85. + /// A color described as Battleship Grey with a HEX value of #6B7C85. BattleshipGrey = 0x6B7C85, - /// A color described as Browny Green with a HEX value of #6F6C0A. + /// A color described as Browny Green with a HEX value of #6F6C0A. BrownyGreen = 0x6F6C0A, - /// A color described as Bruise with a HEX value of #7E4071. + /// A color described as Bruise with a HEX value of #7E4071. Bruise = 0x7E4071, - /// A color described as Kelley Green with a HEX value of #009337. + /// A color described as Kelley Green with a HEX value of #009337. KelleyGreen = 0x009337, - /// A color described as Sickly Yellow with a HEX value of #D0E429. + /// A color described as Sickly Yellow with a HEX value of #D0E429. SicklyYellow = 0xD0E429, - /// A color described as Sunny Yellow with a HEX value of #FFF917. + /// A color described as Sunny Yellow with a HEX value of #FFF917. SunnyYellow = 0xFFF917, - /// A color described as Azul with a HEX value of #1D5DEC. + /// A color described as Azul with a HEX value of #1D5DEC. Azul = 0x1D5DEC, - /// A color described as Darkgreen with a HEX value of #054907. + /// A color described as Darkgreen with a HEX value of #054907. Darkgreen = 0x054907, - /// A color described as Green/Yellow with a HEX value of #B5CE08. + /// A color described as Green/Yellow with a HEX value of #B5CE08. GreenYellow = 0xB5CE08, - /// A color described as Lichen with a HEX value of #8FB67B. + /// A color described as Lichen with a HEX value of #8FB67B. Lichen = 0x8FB67B, - /// A color described as Light Light Green with a HEX value of #C8FFB0. + /// A color described as Light Light Green with a HEX value of #C8FFB0. LightLightGreen = 0xC8FFB0, - /// A color described as Pale Gold with a HEX value of #FDDE6C. + /// A color described as Pale Gold with a HEX value of #FDDE6C. PaleGold = 0xFDDE6C, - /// A color described as Sun Yellow with a HEX value of #FFDF22. + /// A color described as Sun Yellow with a HEX value of #FFDF22. SunYellow = 0xFFDF22, - /// A color described as Tan Green with a HEX value of #A9BE70. + /// A color described as Tan Green with a HEX value of #A9BE70. TanGreen = 0xA9BE70, - /// A color described as Burple with a HEX value of #6832E3. + /// A color described as Burple with a HEX value of #6832E3. Burple = 0x6832E3, - /// A color described as Butterscotch with a HEX value of #FDB147. + /// A color described as Butterscotch with a HEX value of #FDB147. Butterscotch = 0xFDB147, - /// A color described as Toupe with a HEX value of #C7AC7D. + /// A color described as Toupe with a HEX value of #C7AC7D. Toupe = 0xC7AC7D, - /// A color described as Dark Cream with a HEX value of #FFF39A. + /// A color described as Dark Cream with a HEX value of #FFF39A. DarkCream = 0xFFF39A, - /// A color described as Indian Red with a HEX value of #850E04. + /// A color described as Indian Red with a HEX value of #850E04. IndianRed = 0x850E04, - /// A color described as Light Lavendar with a HEX value of #EFC0FE. + /// A color described as Light Lavendar with a HEX value of #EFC0FE. LightLavendar = 0xEFC0FE, - /// A color described as Poison Green with a HEX value of #40FD14. + /// A color described as Poison Green with a HEX value of #40FD14. PoisonGreen = 0x40FD14, - /// A color described as Baby Puke Green with a HEX value of #B6C406. + /// A color described as Baby Puke Green with a HEX value of #B6C406. BabyPukeGreen = 0xB6C406, - /// A color described as Bright Yellow Green with a HEX value of #9DFF00. + /// A color described as Bright Yellow Green with a HEX value of #9DFF00. BrightYellowGreen = 0x9DFF00, - /// A color described as Charcoal Grey with a HEX value of #3C4142. + /// A color described as Charcoal Grey with a HEX value of #3C4142. CharcoalGrey = 0x3C4142, - /// A color described as Squash with a HEX value of #F2AB15. + /// A color described as Squash with a HEX value of #F2AB15. Squash = 0xF2AB15, - /// A color described as Cinnamon with a HEX value of #AC4F06. + /// A color described as Cinnamon with a HEX value of #AC4F06. Cinnamon = 0xAC4F06, - /// A color described as Light Pea Green with a HEX value of #C4FE82. + /// A color described as Light Pea Green with a HEX value of #C4FE82. LightPeaGreen = 0xC4FE82, - /// A color described as Radioactive Green with a HEX value of #2CFA1F. + /// A color described as Radioactive Green with a HEX value of #2CFA1F. RadioactiveGreen = 0x2CFA1F, - /// A color described as Raw Sienna with a HEX value of #9A6200. + /// A color described as Raw Sienna with a HEX value of #9A6200. RawSienna = 0x9A6200, - /// A color described as Baby Purple with a HEX value of #CA9BF7. + /// A color described as Baby Purple with a HEX value of #CA9BF7. BabyPurple = 0xCA9BF7, - /// A color described as Cocoa with a HEX value of #875F42. + /// A color described as Cocoa with a HEX value of #875F42. Cocoa = 0x875F42, - /// A color described as Light Royal Blue with a HEX value of #3A2EFE. + /// A color described as Light Royal Blue with a HEX value of #3A2EFE. LightRoyalBlue = 0x3A2EFE, - /// A color described as Orangeish with a HEX value of #FD8D49. + /// A color described as Orangeish with a HEX value of #FD8D49. Orangeish = 0xFD8D49, - /// A color described as Rust Brown with a HEX value of #8B3103. + /// A color described as Rust Brown with a HEX value of #8B3103. RustBrown = 0x8B3103, - /// A color described as Sand Brown with a HEX value of #CBA560. + /// A color described as Sand Brown with a HEX value of #CBA560. SandBrown = 0xCBA560, - /// A color described as Swamp with a HEX value of #698339. + /// A color described as Swamp with a HEX value of #698339. Swamp = 0x698339, - /// A color described as Tealish Green with a HEX value of #0CDC73. + /// A color described as Tealish Green with a HEX value of #0CDC73. TealishGreen = 0x0CDC73, - /// A color described as Burnt Siena with a HEX value of #B75203. + /// A color described as Burnt Siena with a HEX value of #B75203. BurntSiena = 0xB75203, - /// A color described as Camo with a HEX value of #7F8F4E. + /// A color described as Camo with a HEX value of #7F8F4E. Camo = 0x7F8F4E, - /// A color described as Dusk Blue with a HEX value of #26538D. + /// A color described as Dusk Blue with a HEX value of #26538D. DuskBlue = 0x26538D, - /// A color described as Fern with a HEX value of #63A950. + /// A color described as Fern with a HEX value of #63A950. Fern = 0x63A950, - /// A color described as Old Rose with a HEX value of #C87F89. + /// A color described as Old Rose with a HEX value of #C87F89. OldRose = 0xC87F89, - /// A color described as Pale Light Green with a HEX value of #B1FC99. + /// A color described as Pale Light Green with a HEX value of #B1FC99. PaleLightGreen = 0xB1FC99, - /// A color described as Peachy Pink with a HEX value of #FF9A8A. + /// A color described as Peachy Pink with a HEX value of #FF9A8A. PeachyPink = 0xFF9A8A, - /// A color described as Rosy Pink with a HEX value of #F6688E. + /// A color described as Rosy Pink with a HEX value of #F6688E. RosyPink = 0xF6688E, - /// A color described as Light Bluish Green with a HEX value of #76FDA8. + /// A color described as Light Bluish Green with a HEX value of #76FDA8. LightBluishGreen = 0x76FDA8, - /// A color described as Light Bright Green with a HEX value of #53FE5C. + /// A color described as Light Bright Green with a HEX value of #53FE5C. LightBrightGreen = 0x53FE5C, - /// A color described as Light Neon Green with a HEX value of #4EFD54. + /// A color described as Light Neon Green with a HEX value of #4EFD54. LightNeonGreen = 0x4EFD54, - /// A color described as Light Seafoam with a HEX value of #A0FEBF. + /// A color described as Light Seafoam with a HEX value of #A0FEBF. LightSeafoam = 0xA0FEBF, - /// A color described as Tiffany Blue with a HEX value of #7BF2DA. + /// A color described as Tiffany Blue with a HEX value of #7BF2DA. TiffanyBlue = 0x7BF2DA, - /// A color described as Washed Out Green with a HEX value of #BCF5A6. + /// A color described as Washed Out Green with a HEX value of #BCF5A6. WashedOutGreen = 0xBCF5A6, - /// A color described as Browny Orange with a HEX value of #CA6B02. + /// A color described as Browny Orange with a HEX value of #CA6B02. BrownyOrange = 0xCA6B02, - /// A color described as Nice Blue with a HEX value of #107AB0. + /// A color described as Nice Blue with a HEX value of #107AB0. NiceBlue = 0x107AB0, - /// A color described as Sapphire with a HEX value of #2138AB. + /// A color described as Sapphire with a HEX value of #2138AB. Sapphire = 0x2138AB, - /// A color described as Greyish Teal with a HEX value of #719F91. + /// A color described as Greyish Teal with a HEX value of #719F91. GreyishTeal = 0x719F91, - /// A color described as Orangey Yellow with a HEX value of #FDB915. + /// A color described as Orangey Yellow with a HEX value of #FDB915. OrangeyYellow = 0xFDB915, - /// A color described as Parchment with a HEX value of #FEFCAF. + /// A color described as Parchment with a HEX value of #FEFCAF. Parchment = 0xFEFCAF, - /// A color described as Straw with a HEX value of #FCF679. + /// A color described as Straw with a HEX value of #FCF679. Straw = 0xFCF679, - /// A color described as Very Dark Brown with a HEX value of #1D0200. + /// A color described as Very Dark Brown with a HEX value of #1D0200. VeryDarkBrown = 0x1D0200, - /// A color described as Terracota with a HEX value of #CB6843. + /// A color described as Terracota with a HEX value of #CB6843. Terracota = 0xCB6843, - /// A color described as Ugly Blue with a HEX value of #31668A. + /// A color described as Ugly Blue with a HEX value of #31668A. UglyBlue = 0x31668A, - /// A color described as Clear Blue with a HEX value of #247AFD. + /// A color described as Clear Blue with a HEX value of #247AFD. ClearBlue = 0x247AFD, - /// A color described as Creme with a HEX value of #FFFFB6. + /// A color described as Creme with a HEX value of #FFFFB6. Creme = 0xFFFFB6, - /// A color described as Foam Green with a HEX value of #90FDA9. + /// A color described as Foam Green with a HEX value of #90FDA9. FoamGreen = 0x90FDA9, - /// A color described as Grey/Green with a HEX value of #86A17D. + /// A color described as Grey/Green with a HEX value of #86A17D. GreyGreen = 0x86A17D, - /// A color described as Light Gold with a HEX value of #FDDC5C. + /// A color described as Light Gold with a HEX value of #FDDC5C. LightGold = 0xFDDC5C, - /// A color described as Seafoam Blue with a HEX value of #78D1B6. + /// A color described as Seafoam Blue with a HEX value of #78D1B6. SeafoamBlue = 0x78D1B6, - /// A color described as Topaz with a HEX value of #13BBAF. + /// A color described as Topaz with a HEX value of #13BBAF. Topaz = 0x13BBAF, - /// A color described as Violet Pink with a HEX value of #FB5FFC. + /// A color described as Violet Pink with a HEX value of #FB5FFC. VioletPink = 0xFB5FFC, - /// A color described as Wintergreen with a HEX value of #20F986. + /// A color described as Wintergreen with a HEX value of #20F986. Wintergreen = 0x20F986, - /// A color described as Yellow Tan with a HEX value of #FFE36E. + /// A color described as Yellow Tan with a HEX value of #FFE36E. YellowTan = 0xFFE36E, - /// A color described as Dark Fuchsia with a HEX value of #9D0759. + /// A color described as Dark Fuchsia with a HEX value of #9D0759. DarkFuchsia = 0x9D0759, - /// A color described as Indigo Blue with a HEX value of #3A18B1. + /// A color described as Indigo Blue with a HEX value of #3A18B1. IndigoBlue = 0x3A18B1, - /// A color described as Light Yellowish Green with a HEX value of #C2FF89. + /// A color described as Light Yellowish Green with a HEX value of #C2FF89. LightYellowishGreen = 0xC2FF89, - /// A color described as Pale Magenta with a HEX value of #D767AD. + /// A color described as Pale Magenta with a HEX value of #D767AD. PaleMagenta = 0xD767AD, - /// A color described as Rich Purple with a HEX value of #720058. + /// A color described as Rich Purple with a HEX value of #720058. RichPurple = 0x720058, - /// A color described as Sunflower Yellow with a HEX value of #FFDA03. + /// A color described as Sunflower Yellow with a HEX value of #FFDA03. SunflowerYellow = 0xFFDA03, - /// A color described as Green/Blue with a HEX value of #01C08D. + /// A color described as Green/Blue with a HEX value of #01C08D. GreenBlue = 0x01C08D, - /// A color described as Leather with a HEX value of #AC7434. + /// A color described as Leather with a HEX value of #AC7434. Leather = 0xAC7434, - /// A color described as Racing Green with a HEX value of #014600. + /// A color described as Racing Green with a HEX value of #014600. RacingGreen = 0x014600, - /// A color described as Vivid Purple with a HEX value of #9900FA. + /// A color described as Vivid Purple with a HEX value of #9900FA. VividPurple = 0x9900FA, - /// A color described as Dark Royal Blue with a HEX value of #02066F. + /// A color described as Dark Royal Blue with a HEX value of #02066F. DarkRoyalBlue = 0x02066F, - /// A color described as Hazel with a HEX value of #8E7618. + /// A color described as Hazel with a HEX value of #8E7618. Hazel = 0x8E7618, - /// A color described as Muted Pink with a HEX value of #D1768F. + /// A color described as Muted Pink with a HEX value of #D1768F. MutedPink = 0xD1768F, - /// A color described as Booger Green with a HEX value of #96B403. + /// A color described as Booger Green with a HEX value of #96B403. BoogerGreen = 0x96B403, - /// A color described as Canary with a HEX value of #FDFF63. + /// A color described as Canary with a HEX value of #FDFF63. Canary = 0xFDFF63, - /// A color described as Cool Grey with a HEX value of #95A3A6. + /// A color described as Cool Grey with a HEX value of #95A3A6. CoolGrey = 0x95A3A6, - /// A color described as Dark Taupe with a HEX value of #7F684E. + /// A color described as Dark Taupe with a HEX value of #7F684E. DarkTaupe = 0x7F684E, - /// A color described as Darkish Purple with a HEX value of #751973. + /// A color described as Darkish Purple with a HEX value of #751973. DarkishPurple = 0x751973, - /// A color described as True Green with a HEX value of #089404. + /// A color described as True Green with a HEX value of #089404. TrueGreen = 0x089404, - /// A color described as Coral Pink with a HEX value of #FF6163. + /// A color described as Coral Pink with a HEX value of #FF6163. CoralPink = 0xFF6163, - /// A color described as Dark Sage with a HEX value of #598556. + /// A color described as Dark Sage with a HEX value of #598556. DarkSage = 0x598556, - /// A color described as Dark Slate Blue with a HEX value of #214761. + /// A color described as Dark Slate Blue with a HEX value of #214761. DarkSlateBlue = 0x214761, - /// A color described as Flat Blue with a HEX value of #3C73A8. + /// A color described as Flat Blue with a HEX value of #3C73A8. FlatBlue = 0x3C73A8, - /// A color described as Mushroom with a HEX value of #BA9E88. + /// A color described as Mushroom with a HEX value of #BA9E88. Mushroom = 0xBA9E88, - /// A color described as Rich Blue with a HEX value of #021BF9. + /// A color described as Rich Blue with a HEX value of #021BF9. RichBlue = 0x021BF9, - /// A color described as Dirty Purple with a HEX value of #734A65. + /// A color described as Dirty Purple with a HEX value of #734A65. DirtyPurple = 0x734A65, - /// A color described as Greenblue with a HEX value of #23C48B. + /// A color described as Greenblue with a HEX value of #23C48B. Greenblue = 0x23C48B, - /// A color described as Icky Green with a HEX value of #8FAE22. + /// A color described as Icky Green with a HEX value of #8FAE22. IckyGreen = 0x8FAE22, - /// A color described as Light Khaki with a HEX value of #E6F2A2. + /// A color described as Light Khaki with a HEX value of #E6F2A2. LightKhaki = 0xE6F2A2, - /// A color described as Warm Blue with a HEX value of #4B57DB. + /// A color described as Warm Blue with a HEX value of #4B57DB. WarmBlue = 0x4B57DB, - /// A color described as Dark Hot Pink with a HEX value of #D90166. + /// A color described as Dark Hot Pink with a HEX value of #D90166. DarkHotPink = 0xD90166, - /// A color described as Deep Sea Blue with a HEX value of #015482. + /// A color described as Deep Sea Blue with a HEX value of #015482. DeepSeaBlue = 0x015482, - /// A color described as Carmine with a HEX value of #9D0216. + /// A color described as Carmine with a HEX value of #9D0216. Carmine = 0x9D0216, - /// A color described as Dark Yellow Green with a HEX value of #728F02. + /// A color described as Dark Yellow Green with a HEX value of #728F02. DarkYellowGreen = 0x728F02, - /// A color described as Pale Peach with a HEX value of #FFE5AD. + /// A color described as Pale Peach with a HEX value of #FFE5AD. PalePeach = 0xFFE5AD, - /// A color described as Plum Purple with a HEX value of #4E0550. + /// A color described as Plum Purple with a HEX value of #4E0550. PlumPurple = 0x4E0550, - /// A color described as Golden Rod with a HEX value of #F9BC08. + /// A color described as Golden Rod with a HEX value of #F9BC08. GoldenRod = 0xF9BC08, - /// A color described as Neon Red with a HEX value of #FF073A. + /// A color described as Neon Red with a HEX value of #FF073A. NeonRed = 0xFF073A, - /// A color described as Old Pink with a HEX value of #C77986. + /// A color described as Old Pink with a HEX value of #C77986. OldPink = 0xC77986, - /// A color described as Very Pale Blue with a HEX value of #D6FFFE. + /// A color described as Very Pale Blue with a HEX value of #D6FFFE. VeryPaleBlue = 0xD6FFFE, - /// A color described as Blood Orange with a HEX value of #FE4B03. + /// A color described as Blood Orange with a HEX value of #FE4B03. BloodOrange = 0xFE4B03, - /// A color described as Grapefruit with a HEX value of #FD5956. + /// A color described as Grapefruit with a HEX value of #FD5956. Grapefruit = 0xFD5956, - /// A color described as Sand Yellow with a HEX value of #FCE166. + /// A color described as Sand Yellow with a HEX value of #FCE166. SandYellow = 0xFCE166, - /// A color described as Clay Brown with a HEX value of #B2713D. + /// A color described as Clay Brown with a HEX value of #B2713D. ClayBrown = 0xB2713D, - /// A color described as Dark Blue Grey with a HEX value of #1F3B4D. + /// A color described as Dark Blue Grey with a HEX value of #1F3B4D. DarkBlueGrey = 0x1F3B4D, - /// A color described as Flat Green with a HEX value of #699D4C. + /// A color described as Flat Green with a HEX value of #699D4C. FlatGreen = 0x699D4C, - /// A color described as Light Green Blue with a HEX value of #56FCA2. + /// A color described as Light Green Blue with a HEX value of #56FCA2. LightGreenBlue = 0x56FCA2, - /// A color described as Warm Pink with a HEX value of #FB5581. + /// A color described as Warm Pink with a HEX value of #FB5581. WarmPink = 0xFB5581, - /// A color described as Dodger Blue with a HEX value of #3E82FC. + /// A color described as Dodger Blue with a HEX value of #3E82FC. DodgerBlue = 0x3E82FC, - /// A color described as Gross Green with a HEX value of #A0BF16. + /// A color described as Gross Green with a HEX value of #A0BF16. GrossGreen = 0xA0BF16, - /// A color described as Ice with a HEX value of #D6FFFA. + /// A color described as Ice with a HEX value of #D6FFFA. Ice = 0xD6FFFA, - /// A color described as Metallic Blue with a HEX value of #4F738E. + /// A color described as Metallic Blue with a HEX value of #4F738E. MetallicBlue = 0x4F738E, - /// A color described as Pale Salmon with a HEX value of #FFB19A. + /// A color described as Pale Salmon with a HEX value of #FFB19A. PaleSalmon = 0xFFB19A, - /// A color described as Sap Green with a HEX value of #5C8B15. + /// A color described as Sap Green with a HEX value of #5C8B15. SapGreen = 0x5C8B15, - /// A color described as Algae with a HEX value of #54AC68. + /// A color described as Algae with a HEX value of #54AC68. Algae = 0x54AC68, - /// A color described as Bluey Grey with a HEX value of #89A0B0. + /// A color described as Bluey Grey with a HEX value of #89A0B0. BlueyGrey = 0x89A0B0, - /// A color described as Greeny Grey with a HEX value of #7EA07A. + /// A color described as Greeny Grey with a HEX value of #7EA07A. GreenyGrey = 0x7EA07A, - /// A color described as Highlighter Green with a HEX value of #1BFC06. + /// A color described as Highlighter Green with a HEX value of #1BFC06. HighlighterGreen = 0x1BFC06, - /// A color described as Light Light Blue with a HEX value of #CAFFFB. + /// A color described as Light Light Blue with a HEX value of #CAFFFB. LightLightBlue = 0xCAFFFB, - /// A color described as Light Mint with a HEX value of #B6FFBB. + /// A color described as Light Mint with a HEX value of #B6FFBB. LightMint = 0xB6FFBB, - /// A color described as Raw Umber with a HEX value of #A75E09. + /// A color described as Raw Umber with a HEX value of #A75E09. RawUmber = 0xA75E09, - /// A color described as Vivid Blue with a HEX value of #152EFF. + /// A color described as Vivid Blue with a HEX value of #152EFF. VividBlue = 0x152EFF, - /// A color described as Deep Lavender with a HEX value of #8D5EB7. + /// A color described as Deep Lavender with a HEX value of #8D5EB7. DeepLavender = 0x8D5EB7, - /// A color described as Dull Teal with a HEX value of #5F9E8F. + /// A color described as Dull Teal with a HEX value of #5F9E8F. DullTeal = 0x5F9E8F, - /// A color described as Light Greenish Blue with a HEX value of #63F7B4. + /// A color described as Light Greenish Blue with a HEX value of #63F7B4. LightGreenishBlue = 0x63F7B4, - /// A color described as Mud Green with a HEX value of #606602. + /// A color described as Mud Green with a HEX value of #606602. MudGreen = 0x606602, - /// A color described as Pinky with a HEX value of #FC86AA. + /// A color described as Pinky with a HEX value of #FC86AA. Pinky = 0xFC86AA, - /// A color described as Red Wine with a HEX value of #8C0034. + /// A color described as Red Wine with a HEX value of #8C0034. RedWine = 0x8C0034, - /// A color described as Shit Green with a HEX value of #758000. + /// A color described as Shit Green with a HEX value of #758000. ShitGreen = 0x758000, - /// A color described as Tan Brown with a HEX value of #AB7E4C. + /// A color described as Tan Brown with a HEX value of #AB7E4C. TanBrown = 0xAB7E4C, - /// A color described as Darkblue with a HEX value of #030764. + /// A color described as Darkblue with a HEX value of #030764. Darkblue = 0x030764, - /// A color described as Rosa with a HEX value of #FE86A4. + /// A color described as Rosa with a HEX value of #FE86A4. Rosa = 0xFE86A4, - /// A color described as Lipstick with a HEX value of #D5174E. + /// A color described as Lipstick with a HEX value of #D5174E. Lipstick = 0xD5174E, - /// A color described as Pale Mauve with a HEX value of #FED0FC. + /// A color described as Pale Mauve with a HEX value of #FED0FC. PaleMauve = 0xFED0FC, - /// A color described as Claret with a HEX value of #680018. + /// A color described as Claret with a HEX value of #680018. Claret = 0x680018, - /// A color described as Dandelion with a HEX value of #FEDF08. + /// A color described as Dandelion with a HEX value of #FEDF08. Dandelion = 0xFEDF08, - /// A color described as Orangered with a HEX value of #FE420F. + /// A color described as Orangered with a HEX value of #FE420F. Orangered = 0xFE420F, - /// A color described as Poop Green with a HEX value of #6F7C00. + /// A color described as Poop Green with a HEX value of #6F7C00. PoopGreen = 0x6F7C00, - /// A color described as Ruby with a HEX value of #CA0147. + /// A color described as Ruby with a HEX value of #CA0147. Ruby = 0xCA0147, - /// A color described as Dark with a HEX value of #1B2431. + /// A color described as Dark with a HEX value of #1B2431. Dark = 0x1B2431, - /// A color described as Greenish Turquoise with a HEX value of #00FBB0. + /// A color described as Greenish Turquoise with a HEX value of #00FBB0. GreenishTurquoise = 0x00FBB0, - /// A color described as Pastel Red with a HEX value of #DB5856. + /// A color described as Pastel Red with a HEX value of #DB5856. PastelRed = 0xDB5856, - /// A color described as Piss Yellow with a HEX value of #DDD618. + /// A color described as Piss Yellow with a HEX value of #DDD618. PissYellow = 0xDDD618, - /// A color described as Bright Cyan with a HEX value of #41FDFE. + /// A color described as Bright Cyan with a HEX value of #41FDFE. BrightCyan = 0x41FDFE, - /// A color described as Dark Coral with a HEX value of #CF524E. + /// A color described as Dark Coral with a HEX value of #CF524E. DarkCoral = 0xCF524E, - /// A color described as Algae Green with a HEX value of #21C36F. + /// A color described as Algae Green with a HEX value of #21C36F. AlgaeGreen = 0x21C36F, - /// A color described as Darkish Red with a HEX value of #A90308. + /// A color described as Darkish Red with a HEX value of #A90308. DarkishRed = 0xA90308, - /// A color described as Reddy Brown with a HEX value of #6E1005. + /// A color described as Reddy Brown with a HEX value of #6E1005. ReddyBrown = 0x6E1005, - /// A color described as Blush Pink with a HEX value of #FE828C. + /// A color described as Blush Pink with a HEX value of #FE828C. BlushPink = 0xFE828C, - /// A color described as Camouflage Green with a HEX value of #4B6113. + /// A color described as Camouflage Green with a HEX value of #4B6113. CamouflageGreen = 0x4B6113, - /// A color described as Lawn Green with a HEX value of #4DA409. + /// A color described as Lawn Green with a HEX value of #4DA409. LawnGreen = 0x4DA409, - /// A color described as Putty with a HEX value of #BEAE8A. + /// A color described as Putty with a HEX value of #BEAE8A. Putty = 0xBEAE8A, - /// A color described as Vibrant Blue with a HEX value of #0339F8. + /// A color described as Vibrant Blue with a HEX value of #0339F8. VibrantBlue = 0x0339F8, - /// A color described as Dark Sand with a HEX value of #A88F59. + /// A color described as Dark Sand with a HEX value of #A88F59. DarkSand = 0xA88F59, - /// A color described as Purple/Blue with a HEX value of #5D21D0. + /// A color described as Purple/Blue with a HEX value of #5D21D0. PurpleBlue = 0x5D21D0, - /// A color described as Saffron with a HEX value of #FEB209. + /// A color described as Saffron with a HEX value of #FEB209. Saffron = 0xFEB209, - /// A color described as Twilight with a HEX value of #4E518B. + /// A color described as Twilight with a HEX value of #4E518B. Twilight = 0x4E518B, - /// A color described as Warm Brown with a HEX value of #964E02. + /// A color described as Warm Brown with a HEX value of #964E02. WarmBrown = 0x964E02, - /// A color described as Bluegrey with a HEX value of #85A3B2. + /// A color described as Bluegrey with a HEX value of #85A3B2. Bluegrey = 0x85A3B2, - /// A color described as Bubble Gum Pink with a HEX value of #FF69AF. + /// A color described as Bubble Gum Pink with a HEX value of #FF69AF. BubbleGumPink = 0xFF69AF, - /// A color described as Duck Egg Blue with a HEX value of #C3FBF4. + /// A color described as Duck Egg Blue with a HEX value of #C3FBF4. DuckEggBlue = 0xC3FBF4, - /// A color described as Greenish Cyan with a HEX value of #2AFEB7. + /// A color described as Greenish Cyan with a HEX value of #2AFEB7. GreenishCyan = 0x2AFEB7, - /// A color described as Petrol with a HEX value of #005F6A. + /// A color described as Petrol with a HEX value of #005F6A. Petrol = 0x005F6A, - /// A color described as Royal with a HEX value of #0C1793. + /// A color described as Royal with a HEX value of #0C1793. Royal = 0x0C1793, - /// A color described as Butter with a HEX value of #FFFF81. + /// A color described as Butter with a HEX value of #FFFF81. Butter = 0xFFFF81, - /// A color described as Dusty Orange with a HEX value of #F0833A. + /// A color described as Dusty Orange with a HEX value of #F0833A. DustyOrange = 0xF0833A, - /// A color described as Off Yellow with a HEX value of #F1F33F. + /// A color described as Off Yellow with a HEX value of #F1F33F. OffYellow = 0xF1F33F, - /// A color described as Pale Olive Green with a HEX value of #B1D27B. + /// A color described as Pale Olive Green with a HEX value of #B1D27B. PaleOliveGreen = 0xB1D27B, - /// A color described as Orangish with a HEX value of #FC824A. + /// A color described as Orangish with a HEX value of #FC824A. Orangish = 0xFC824A, - /// A color described as Leaf with a HEX value of #71AA34. + /// A color described as Leaf with a HEX value of #71AA34. Leaf = 0x71AA34, - /// A color described as Light Blue Grey with a HEX value of #B7C9E2. + /// A color described as Light Blue Grey with a HEX value of #B7C9E2. LightBlueGrey = 0xB7C9E2, - /// A color described as Dried Blood with a HEX value of #4B0101. + /// A color described as Dried Blood with a HEX value of #4B0101. DriedBlood = 0x4B0101, - /// A color described as Lightish Purple with a HEX value of #A552E6. + /// A color described as Lightish Purple with a HEX value of #A552E6. LightishPurple = 0xA552E6, - /// A color described as Rusty Red with a HEX value of #AF2F0D. + /// A color described as Rusty Red with a HEX value of #AF2F0D. RustyRed = 0xAF2F0D, - /// A color described as Lavender Blue with a HEX value of #8B88F8. + /// A color described as Lavender Blue with a HEX value of #8B88F8. LavenderBlue = 0x8B88F8, - /// A color described as Light Grass Green with a HEX value of #9AF764. + /// A color described as Light Grass Green with a HEX value of #9AF764. LightGrassGreen = 0x9AF764, - /// A color described as Light Mint Green with a HEX value of #A6FBB2. + /// A color described as Light Mint Green with a HEX value of #A6FBB2. LightMintGreen = 0xA6FBB2, - /// A color described as Sunflower with a HEX value of #FFC512. + /// A color described as Sunflower with a HEX value of #FFC512. Sunflower = 0xFFC512, - /// A color described as Velvet with a HEX value of #750851. + /// A color described as Velvet with a HEX value of #750851. Velvet = 0x750851, - /// A color described as Brick Orange with a HEX value of #C14A09. + /// A color described as Brick Orange with a HEX value of #C14A09. BrickOrange = 0xC14A09, - /// A color described as Lightish Red with a HEX value of #FE2F4A. + /// A color described as Lightish Red with a HEX value of #FE2F4A. LightishRed = 0xFE2F4A, - /// A color described as Pure Blue with a HEX value of #0203E2. + /// A color described as Pure Blue with a HEX value of #0203E2. PureBlue = 0x0203E2, - /// A color described as Twilight Blue with a HEX value of #0A437A. + /// A color described as Twilight Blue with a HEX value of #0A437A. TwilightBlue = 0x0A437A, - /// A color described as Violet Red with a HEX value of #A50055. + /// A color described as Violet Red with a HEX value of #A50055. VioletRed = 0xA50055, - /// A color described as Yellowy Brown with a HEX value of #AE8B0C. + /// A color described as Yellowy Brown with a HEX value of #AE8B0C. YellowyBrown = 0xAE8B0C, - /// A color described as Carnation with a HEX value of #FD798F. + /// A color described as Carnation with a HEX value of #FD798F. Carnation = 0xFD798F, - /// A color described as Muddy Yellow with a HEX value of #BFAC05. + /// A color described as Muddy Yellow with a HEX value of #BFAC05. MuddyYellow = 0xBFAC05, - /// A color described as Dark Seafoam Green with a HEX value of #3EAF76. + /// A color described as Dark Seafoam Green with a HEX value of #3EAF76. DarkSeafoamGreen = 0x3EAF76, - /// A color described as Deep Rose with a HEX value of #C74767. + /// A color described as Deep Rose with a HEX value of #C74767. DeepRose = 0xC74767, - /// A color described as Dusty Red with a HEX value of #B9484E. + /// A color described as Dusty Red with a HEX value of #B9484E. DustyRed = 0xB9484E, - /// A color described as Grey/Blue with a HEX value of #647D8E. + /// A color described as Grey/Blue with a HEX value of #647D8E. GreyBlue = 0x647D8E, - /// A color described as Lemon Lime with a HEX value of #BFFE28. + /// A color described as Lemon Lime with a HEX value of #BFFE28. LemonLime = 0xBFFE28, - /// A color described as Purple/Pink with a HEX value of #D725DE. + /// A color described as Purple/Pink with a HEX value of #D725DE. PurplePink = 0xD725DE, - /// A color described as Brown Yellow with a HEX value of #B29705. + /// A color described as Brown Yellow with a HEX value of #B29705. BrownYellow = 0xB29705, - /// A color described as Purple Brown with a HEX value of #673A3F. + /// A color described as Purple Brown with a HEX value of #673A3F. PurpleBrown = 0x673A3F, - /// A color described as Wisteria with a HEX value of #A87DC2. + /// A color described as Wisteria with a HEX value of #A87DC2. Wisteria = 0xA87DC2, - /// A color described as Banana Yellow with a HEX value of #FAFE4B. + /// A color described as Banana Yellow with a HEX value of #FAFE4B. BananaYellow = 0xFAFE4B, - /// A color described as Lipstick Red with a HEX value of #C0022F. + /// A color described as Lipstick Red with a HEX value of #C0022F. LipstickRed = 0xC0022F, - /// A color described as Water Blue with a HEX value of #0E87CC. + /// A color described as Water Blue with a HEX value of #0E87CC. WaterBlue = 0x0E87CC, - /// A color described as Brown Grey with a HEX value of #8D8468. + /// A color described as Brown Grey with a HEX value of #8D8468. BrownGrey = 0x8D8468, - /// A color described as Vibrant Purple with a HEX value of #AD03DE. + /// A color described as Vibrant Purple with a HEX value of #AD03DE. VibrantPurple = 0xAD03DE, - /// A color described as Baby Green with a HEX value of #8CFF9E. + /// A color described as Baby Green with a HEX value of #8CFF9E. BabyGreen = 0x8CFF9E, - /// A color described as Barf Green with a HEX value of #94AC02. + /// A color described as Barf Green with a HEX value of #94AC02. BarfGreen = 0x94AC02, - /// A color described as Eggshell Blue with a HEX value of #C4FFF7. + /// A color described as Eggshell Blue with a HEX value of #C4FFF7. EggshellBlue = 0xC4FFF7, - /// A color described as Sandy Yellow with a HEX value of #FDEE73. + /// A color described as Sandy Yellow with a HEX value of #FDEE73. SandyYellow = 0xFDEE73, - /// A color described as Cool Green with a HEX value of #33B864. + /// A color described as Cool Green with a HEX value of #33B864. CoolGreen = 0x33B864, - /// A color described as Pale with a HEX value of #FFF9D0. + /// A color described as Pale with a HEX value of #FFF9D0. Pale = 0xFFF9D0, - /// A color described as Blue/Grey with a HEX value of #758DA3. + /// A color described as Blue/Grey with a HEX value of #758DA3. BlueGrey = 0x758DA3, - /// A color described as Hot Magenta with a HEX value of #F504C9. + /// A color described as Hot Magenta with a HEX value of #F504C9. HotMagenta = 0xF504C9, - /// A color described as Greyblue with a HEX value of #77A1B5. + /// A color described as Greyblue with a HEX value of #77A1B5. Greyblue = 0x77A1B5, - /// A color described as Purpley with a HEX value of #8756E4. + /// A color described as Purpley with a HEX value of #8756E4. Purpley = 0x8756E4, - /// A color described as Baby Shit Green with a HEX value of #889717. + /// A color described as Baby Shit Green with a HEX value of #889717. BabyShitGreen = 0x889717, - /// A color described as Brownish Pink with a HEX value of #C27E79. + /// A color described as Brownish Pink with a HEX value of #C27E79. BrownishPink = 0xC27E79, - /// A color described as Dark Aquamarine with a HEX value of #017371. + /// A color described as Dark Aquamarine with a HEX value of #017371. DarkAquamarine = 0x017371, - /// A color described as Diarrhea with a HEX value of #9F8303. + /// A color described as Diarrhea with a HEX value of #9F8303. Diarrhea = 0x9F8303, - /// A color described as Light Mustard with a HEX value of #F7D560. + /// A color described as Light Mustard with a HEX value of #F7D560. LightMustard = 0xF7D560, - /// A color described as Pale Sky Blue with a HEX value of #BDF6FE. + /// A color described as Pale Sky Blue with a HEX value of #BDF6FE. PaleSkyBlue = 0xBDF6FE, - /// A color described as Turtle Green with a HEX value of #75B84F. + /// A color described as Turtle Green with a HEX value of #75B84F. TurtleGreen = 0x75B84F, - /// A color described as Bright Olive with a HEX value of #9CBB04. + /// A color described as Bright Olive with a HEX value of #9CBB04. BrightOlive = 0x9CBB04, - /// A color described as Dark Grey Blue with a HEX value of #29465B. + /// A color described as Dark Grey Blue with a HEX value of #29465B. DarkGreyBlue = 0x29465B, - /// A color described as Greeny Brown with a HEX value of #696006. + /// A color described as Greeny Brown with a HEX value of #696006. GreenyBrown = 0x696006, - /// A color described as Lemon Green with a HEX value of #ADF802. + /// A color described as Lemon Green with a HEX value of #ADF802. LemonGreen = 0xADF802, - /// A color described as Light Periwinkle with a HEX value of #C1C6FC. + /// A color described as Light Periwinkle with a HEX value of #C1C6FC. LightPeriwinkle = 0xC1C6FC, - /// A color described as Seaweed Green with a HEX value of #35AD6B. + /// A color described as Seaweed Green with a HEX value of #35AD6B. SeaweedGreen = 0x35AD6B, - /// A color described as Sunshine Yellow with a HEX value of #FFFD37. + /// A color described as Sunshine Yellow with a HEX value of #FFFD37. SunshineYellow = 0xFFFD37, - /// A color described as Ugly Purple with a HEX value of #A442A0. + /// A color described as Ugly Purple with a HEX value of #A442A0. UglyPurple = 0xA442A0, - /// A color described as Medium Pink with a HEX value of #F36196. + /// A color described as Medium Pink with a HEX value of #F36196. MediumPink = 0xF36196, - /// A color described as Puke Brown with a HEX value of #947706. + /// A color described as Puke Brown with a HEX value of #947706. PukeBrown = 0x947706, - /// A color described as Very Light Pink with a HEX value of #FFF4F2. + /// A color described as Very Light Pink with a HEX value of #FFF4F2. VeryLightPink = 0xFFF4F2, - /// A color described as Viridian with a HEX value of #1E9167. + /// A color described as Viridian with a HEX value of #1E9167. Viridian = 0x1E9167, - /// A color described as Bile with a HEX value of #B5C306. + /// A color described as Bile with a HEX value of #B5C306. Bile = 0xB5C306, - /// A color described as Faded Yellow with a HEX value of #FEFF7F. + /// A color described as Faded Yellow with a HEX value of #FEFF7F. FadedYellow = 0xFEFF7F, - /// A color described as Very Pale Green with a HEX value of #CFFDBC. + /// A color described as Very Pale Green with a HEX value of #CFFDBC. VeryPaleGreen = 0xCFFDBC, - /// A color described as Vibrant Green with a HEX value of #0ADD08. + /// A color described as Vibrant Green with a HEX value of #0ADD08. VibrantGreen = 0x0ADD08, - /// A color described as Bright Lime with a HEX value of #87FD05. + /// A color described as Bright Lime with a HEX value of #87FD05. BrightLime = 0x87FD05, - /// A color described as Spearmint with a HEX value of #1EF876. + /// A color described as Spearmint with a HEX value of #1EF876. Spearmint = 0x1EF876, - /// A color described as Light Aquamarine with a HEX value of #7BFDC7. + /// A color described as Light Aquamarine with a HEX value of #7BFDC7. LightAquamarine = 0x7BFDC7, - /// A color described as Light Sage with a HEX value of #BCECAC. + /// A color described as Light Sage with a HEX value of #BCECAC. LightSage = 0xBCECAC, - /// A color described as Yellowgreen with a HEX value of #BBF90F. + /// A color described as Yellowgreen with a HEX value of #BBF90F. Yellowgreen = 0xBBF90F, - /// A color described as Baby Poo with a HEX value of #AB9004. + /// A color described as Baby Poo with a HEX value of #AB9004. BabyPoo = 0xAB9004, - /// A color described as Dark Seafoam with a HEX value of #1FB57A. + /// A color described as Dark Seafoam with a HEX value of #1FB57A. DarkSeafoam = 0x1FB57A, - /// A color described as Deep Teal with a HEX value of #00555A. + /// A color described as Deep Teal with a HEX value of #00555A. DeepTeal = 0x00555A, - /// A color described as Heather with a HEX value of #A484AC. + /// A color described as Heather with a HEX value of #A484AC. Heather = 0xA484AC, - /// A color described as Rust Orange with a HEX value of #C45508. + /// A color described as Rust Orange with a HEX value of #C45508. RustOrange = 0xC45508, - /// A color described as Dirty Blue with a HEX value of #3F829D. + /// A color described as Dirty Blue with a HEX value of #3F829D. DirtyBlue = 0x3F829D, - /// A color described as Fern Green with a HEX value of #548D44. + /// A color described as Fern Green with a HEX value of #548D44. FernGreen = 0x548D44, - /// A color described as Bright Lilac with a HEX value of #C95EFB. + /// A color described as Bright Lilac with a HEX value of #C95EFB. BrightLilac = 0xC95EFB, - /// A color described as Weird Green with a HEX value of #3AE57F. + /// A color described as Weird Green with a HEX value of #3AE57F. WeirdGreen = 0x3AE57F, - /// A color described as Peacock Blue with a HEX value of #016795. + /// A color described as Peacock Blue with a HEX value of #016795. PeacockBlue = 0x016795, - /// A color described as Avocado Green with a HEX value of #87A922. + /// A color described as Avocado Green with a HEX value of #87A922. AvocadoGreen = 0x87A922, - /// A color described as Faded Orange with a HEX value of #F0944D. + /// A color described as Faded Orange with a HEX value of #F0944D. FadedOrange = 0xF0944D, - /// A color described as Grape Purple with a HEX value of #5D1451. + /// A color described as Grape Purple with a HEX value of #5D1451. GrapePurple = 0x5D1451, - /// A color described as Hot Green with a HEX value of #25FF29. + /// A color described as Hot Green with a HEX value of #25FF29. HotGreen = 0x25FF29, - /// A color described as Lime Yellow with a HEX value of #D0FE1D. + /// A color described as Lime Yellow with a HEX value of #D0FE1D. LimeYellow = 0xD0FE1D, - /// A color described as Mango with a HEX value of #FFA62B. + /// A color described as Mango with a HEX value of #FFA62B. Mango = 0xFFA62B, - /// A color described as Shamrock with a HEX value of #01B44C. + /// A color described as Shamrock with a HEX value of #01B44C. Shamrock = 0x01B44C, - /// A color described as Bubblegum with a HEX value of #FF6CB5. + /// A color described as Bubblegum with a HEX value of #FF6CB5. Bubblegum = 0xFF6CB5, - /// A color described as Purplish Brown with a HEX value of #6B4247. + /// A color described as Purplish Brown with a HEX value of #6B4247. PurplishBrown = 0x6B4247, - /// A color described as Vomit Yellow with a HEX value of #C7C10C. + /// A color described as Vomit Yellow with a HEX value of #C7C10C. VomitYellow = 0xC7C10C, - /// A color described as Pale Cyan with a HEX value of #B7FFFA. + /// A color described as Pale Cyan with a HEX value of #B7FFFA. PaleCyan = 0xB7FFFA, - /// A color described as Key Lime with a HEX value of #AEFF6E. + /// A color described as Key Lime with a HEX value of #AEFF6E. KeyLime = 0xAEFF6E, - /// A color described as Tomato Red with a HEX value of #EC2D01. + /// A color described as Tomato Red with a HEX value of #EC2D01. TomatoRed = 0xEC2D01, - /// A color described as Lightgreen with a HEX value of #76FF7B. + /// A color described as Lightgreen with a HEX value of #76FF7B. Lightgreen = 0x76FF7B, - /// A color described as Merlot with a HEX value of #730039. + /// A color described as Merlot with a HEX value of #730039. Merlot = 0x730039, - /// A color described as Night Blue with a HEX value of #040348. + /// A color described as Night Blue with a HEX value of #040348. NightBlue = 0x040348, - /// A color described as Purpleish Pink with a HEX value of #DF4EC8. + /// A color described as Purpleish Pink with a HEX value of #DF4EC8. PurpleishPink = 0xDF4EC8, - /// A color described as Apple with a HEX value of #6ECB3C. + /// A color described as Apple with a HEX value of #6ECB3C. Apple = 0x6ECB3C, - /// A color described as Baby Poop Green with a HEX value of #8F9805. + /// A color described as Baby Poop Green with a HEX value of #8F9805. BabyPoopGreen = 0x8F9805, - /// A color described as Green Apple with a HEX value of #5EDC1F. + /// A color described as Green Apple with a HEX value of #5EDC1F. GreenApple = 0x5EDC1F, - /// A color described as Heliotrope with a HEX value of #D94FF5. + /// A color described as Heliotrope with a HEX value of #D94FF5. Heliotrope = 0xD94FF5, - /// A color described as Yellow/Green with a HEX value of #C8FD3D. + /// A color described as Yellow/Green with a HEX value of #C8FD3D. YellowGreen = 0xC8FD3D, - /// A color described as Almost Black with a HEX value of #070D0D. + /// A color described as Almost Black with a HEX value of #070D0D. AlmostBlack = 0x070D0D, - /// A color described as Cool Blue with a HEX value of #4984B8. + /// A color described as Cool Blue with a HEX value of #4984B8. CoolBlue = 0x4984B8, - /// A color described as Leafy Green with a HEX value of #51B73B. + /// A color described as Leafy Green with a HEX value of #51B73B. LeafyGreen = 0x51B73B, - /// A color described as Mustard Brown with a HEX value of #AC7E04. + /// A color described as Mustard Brown with a HEX value of #AC7E04. MustardBrown = 0xAC7E04, - /// A color described as Dusk with a HEX value of #4E5481. + /// A color described as Dusk with a HEX value of #4E5481. Dusk = 0x4E5481, - /// A color described as Dull Brown with a HEX value of #876E4B. + /// A color described as Dull Brown with a HEX value of #876E4B. DullBrown = 0x876E4B, - /// A color described as Frog Green with a HEX value of #58BC08. + /// A color described as Frog Green with a HEX value of #58BC08. FrogGreen = 0x58BC08, - /// A color described as Vivid Green with a HEX value of #2FEF10. + /// A color described as Vivid Green with a HEX value of #2FEF10. VividGreen = 0x2FEF10, - /// A color described as Bright Light Green with a HEX value of #2DFE54. + /// A color described as Bright Light Green with a HEX value of #2DFE54. BrightLightGreen = 0x2DFE54, - /// A color described as Fluro Green with a HEX value of #0AFF02. + /// A color described as Fluro Green with a HEX value of #0AFF02. FluroGreen = 0x0AFF02, - /// A color described as Kiwi with a HEX value of #9CEF43. + /// A color described as Kiwi with a HEX value of #9CEF43. Kiwi = 0x9CEF43, - /// A color described as Seaweed with a HEX value of #18D17B. + /// A color described as Seaweed with a HEX value of #18D17B. Seaweed = 0x18D17B, - /// A color described as Navy Green with a HEX value of #35530A. + /// A color described as Navy Green with a HEX value of #35530A. NavyGreen = 0x35530A, - /// A color described as Ultramarine Blue with a HEX value of #1805DB. + /// A color described as Ultramarine Blue with a HEX value of #1805DB. UltramarineBlue = 0x1805DB, - /// A color described as Iris with a HEX value of #6258C4. + /// A color described as Iris with a HEX value of #6258C4. Iris = 0x6258C4, - /// A color described as Pastel Orange with a HEX value of #FF964F. + /// A color described as Pastel Orange with a HEX value of #FF964F. PastelOrange = 0xFF964F, - /// A color described as Yellowish Orange with a HEX value of #FFAB0F. + /// A color described as Yellowish Orange with a HEX value of #FFAB0F. YellowishOrange = 0xFFAB0F, - /// A color described as Perrywinkle with a HEX value of #8F8CE7. + /// A color described as Perrywinkle with a HEX value of #8F8CE7. Perrywinkle = 0x8F8CE7, - /// A color described as Tealish with a HEX value of #24BCA8. + /// A color described as Tealish with a HEX value of #24BCA8. Tealish = 0x24BCA8, - /// A color described as Dark Plum with a HEX value of #3F012C. + /// A color described as Dark Plum with a HEX value of #3F012C. DarkPlum = 0x3F012C, - /// A color described as Pear with a HEX value of #CBF85F. + /// A color described as Pear with a HEX value of #CBF85F. Pear = 0xCBF85F, - /// A color described as Pinkish Orange with a HEX value of #FF724C. + /// A color described as Pinkish Orange with a HEX value of #FF724C. PinkishOrange = 0xFF724C, - /// A color described as Midnight Purple with a HEX value of #280137. + /// A color described as Midnight Purple with a HEX value of #280137. MidnightPurple = 0x280137, - /// A color described as Light Urple with a HEX value of #B36FF6. + /// A color described as Light Urple with a HEX value of #B36FF6. LightUrple = 0xB36FF6, - /// A color described as Dark Mint with a HEX value of #48C072. + /// A color described as Dark Mint with a HEX value of #48C072. DarkMint = 0x48C072, - /// A color described as Greenish Tan with a HEX value of #BCCB7A. + /// A color described as Greenish Tan with a HEX value of #BCCB7A. GreenishTan = 0xBCCB7A, - /// A color described as Light Burgundy with a HEX value of #A8415B. + /// A color described as Light Burgundy with a HEX value of #A8415B. LightBurgundy = 0xA8415B, - /// A color described as Turquoise Blue with a HEX value of #06B1C4. + /// A color described as Turquoise Blue with a HEX value of #06B1C4. TurquoiseBlue = 0x06B1C4, - /// A color described as Ugly Pink with a HEX value of #CD7584. + /// A color described as Ugly Pink with a HEX value of #CD7584. UglyPink = 0xCD7584, - /// A color described as Sandy with a HEX value of #F1DA7A. + /// A color described as Sandy with a HEX value of #F1DA7A. Sandy = 0xF1DA7A, - /// A color described as Electric Pink with a HEX value of #FF0490. + /// A color described as Electric Pink with a HEX value of #FF0490. ElectricPink = 0xFF0490, - /// A color described as Muted Purple with a HEX value of #805B87. + /// A color described as Muted Purple with a HEX value of #805B87. MutedPurple = 0x805B87, - /// A color described as Mid Green with a HEX value of #50A747. + /// A color described as Mid Green with a HEX value of #50A747. MidGreen = 0x50A747, - /// A color described as Greyish with a HEX value of #A8A495. + /// A color described as Greyish with a HEX value of #A8A495. Greyish = 0xA8A495, - /// A color described as Neon Yellow with a HEX value of #CFFF04. + /// A color described as Neon Yellow with a HEX value of #CFFF04. NeonYellow = 0xCFFF04, - /// A color described as Banana with a HEX value of #FFFF7E. + /// A color described as Banana with a HEX value of #FFFF7E. Banana = 0xFFFF7E, - /// A color described as Carnation Pink with a HEX value of #FF7FA7. + /// A color described as Carnation Pink with a HEX value of #FF7FA7. CarnationPink = 0xFF7FA7, - /// A color described as Tomato with a HEX value of #EF4026. + /// A color described as Tomato with a HEX value of #EF4026. Tomato = 0xEF4026, - /// A color described as Sea with a HEX value of #3C9992. + /// A color described as Sea with a HEX value of #3C9992. Sea = 0x3C9992, - /// A color described as Muddy Brown with a HEX value of #886806. + /// A color described as Muddy Brown with a HEX value of #886806. MuddyBrown = 0x886806, - /// A color described as Turquoise Green with a HEX value of #04F489. + /// A color described as Turquoise Green with a HEX value of #04F489. TurquoiseGreen = 0x04F489, - /// A color described as Buff with a HEX value of #FEF69E. + /// A color described as Buff with a HEX value of #FEF69E. Buff = 0xFEF69E, - /// A color described as Fawn with a HEX value of #CFAF7B. + /// A color described as Fawn with a HEX value of #CFAF7B. Fawn = 0xCFAF7B, - /// A color described as Muted Blue with a HEX value of #3B719F. + /// A color described as Muted Blue with a HEX value of #3B719F. MutedBlue = 0x3B719F, - /// A color described as Pale Rose with a HEX value of #FDC1C5. + /// A color described as Pale Rose with a HEX value of #FDC1C5. PaleRose = 0xFDC1C5, - /// A color described as Dark Mint Green with a HEX value of #20C073. + /// A color described as Dark Mint Green with a HEX value of #20C073. DarkMintGreen = 0x20C073, - /// A color described as Amethyst with a HEX value of #9B5FC0. + /// A color described as Amethyst with a HEX value of #9B5FC0. Amethyst = 0x9B5FC0, - /// A color described as Blue/Green with a HEX value of #0F9B8E. + /// A color described as Blue/Green with a HEX value of #0F9B8E. BlueGreen = 0x0F9B8E, - /// A color described as Chestnut with a HEX value of #742802. + /// A color described as Chestnut with a HEX value of #742802. Chestnut = 0x742802, - /// A color described as Sick Green with a HEX value of #9DB92C. + /// A color described as Sick Green with a HEX value of #9DB92C. SickGreen = 0x9DB92C, - /// A color described as Pea with a HEX value of #A4BF20. + /// A color described as Pea with a HEX value of #A4BF20. Pea = 0xA4BF20, - /// A color described as Rusty Orange with a HEX value of #CD5909. + /// A color described as Rusty Orange with a HEX value of #CD5909. RustyOrange = 0xCD5909, - /// A color described as Stone with a HEX value of #ADA587. + /// A color described as Stone with a HEX value of #ADA587. Stone = 0xADA587, - /// A color described as Rose Red with a HEX value of #BE013C. + /// A color described as Rose Red with a HEX value of #BE013C. RoseRed = 0xBE013C, - /// A color described as Pale Aqua with a HEX value of #B8FFEB. + /// A color described as Pale Aqua with a HEX value of #B8FFEB. PaleAqua = 0xB8FFEB, - /// A color described as Deep Orange with a HEX value of #DC4D01. + /// A color described as Deep Orange with a HEX value of #DC4D01. DeepOrange = 0xDC4D01, - /// A color described as Earth with a HEX value of #A2653E. + /// A color described as Earth with a HEX value of #A2653E. Earth = 0xA2653E, - /// A color described as Mossy Green with a HEX value of #638B27. + /// A color described as Mossy Green with a HEX value of #638B27. MossyGreen = 0x638B27, - /// A color described as Grassy Green with a HEX value of #419C03. + /// A color described as Grassy Green with a HEX value of #419C03. GrassyGreen = 0x419C03, - /// A color described as Pale Lime Green with a HEX value of #B1FF65. + /// A color described as Pale Lime Green with a HEX value of #B1FF65. PaleLimeGreen = 0xB1FF65, - /// A color described as Light Grey Blue with a HEX value of #9DBCD4. + /// A color described as Light Grey Blue with a HEX value of #9DBCD4. LightGreyBlue = 0x9DBCD4, - /// A color described as Pale Grey with a HEX value of #FDFDFE. + /// A color described as Pale Grey with a HEX value of #FDFDFE. PaleGrey = 0xFDFDFE, - /// A color described as Asparagus with a HEX value of #77AB56. + /// A color described as Asparagus with a HEX value of #77AB56. Asparagus = 0x77AB56, - /// A color described as Blueberry with a HEX value of #464196. + /// A color described as Blueberry with a HEX value of #464196. Blueberry = 0x464196, - /// A color described as Purple Red with a HEX value of #990147. + /// A color described as Purple Red with a HEX value of #990147. PurpleRed = 0x990147, - /// A color described as Pale Lime with a HEX value of #BEFD73. + /// A color described as Pale Lime with a HEX value of #BEFD73. PaleLime = 0xBEFD73, - /// A color described as Greenish Teal with a HEX value of #32BF84. + /// A color described as Greenish Teal with a HEX value of #32BF84. GreenishTeal = 0x32BF84, - /// A color described as Caramel with a HEX value of #AF6F09. + /// A color described as Caramel with a HEX value of #AF6F09. Caramel = 0xAF6F09, - /// A color described as Deep Magenta with a HEX value of #A0025C. + /// A color described as Deep Magenta with a HEX value of #A0025C. DeepMagenta = 0xA0025C, - /// A color described as Light Peach with a HEX value of #FFD8B1. + /// A color described as Light Peach with a HEX value of #FFD8B1. LightPeach = 0xFFD8B1, - /// A color described as Milk Chocolate with a HEX value of #7F4E1E. + /// A color described as Milk Chocolate with a HEX value of #7F4E1E. MilkChocolate = 0x7F4E1E, - /// A color described as Ocher with a HEX value of #BF9B0C. + /// A color described as Ocher with a HEX value of #BF9B0C. Ocher = 0xBF9B0C, - /// A color described as Off Green with a HEX value of #6BA353. + /// A color described as Off Green with a HEX value of #6BA353. OffGreen = 0x6BA353, - /// A color described as Purply Pink with a HEX value of #F075E6. + /// A color described as Purply Pink with a HEX value of #F075E6. PurplyPink = 0xF075E6, - /// A color described as Lightblue with a HEX value of #7BC8F6. + /// A color described as Lightblue with a HEX value of #7BC8F6. Lightblue = 0x7BC8F6, - /// A color described as Dusky Blue with a HEX value of #475F94. + /// A color described as Dusky Blue with a HEX value of #475F94. DuskyBlue = 0x475F94, - /// A color described as Golden with a HEX value of #F5BF03. + /// A color described as Golden with a HEX value of #F5BF03. Golden = 0xF5BF03, - /// A color described as Light Beige with a HEX value of #FFFEB6. + /// A color described as Light Beige with a HEX value of #FFFEB6. LightBeige = 0xFFFEB6, - /// A color described as Butter Yellow with a HEX value of #FFFD74. + /// A color described as Butter Yellow with a HEX value of #FFFD74. ButterYellow = 0xFFFD74, - /// A color described as Dusky Purple with a HEX value of #895B7B. + /// A color described as Dusky Purple with a HEX value of #895B7B. DuskyPurple = 0x895B7B, - /// A color described as French Blue with a HEX value of #436BAD. + /// A color described as French Blue with a HEX value of #436BAD. FrenchBlue = 0x436BAD, - /// A color described as Ugly Yellow with a HEX value of #D0C101. + /// A color described as Ugly Yellow with a HEX value of #D0C101. UglyYellow = 0xD0C101, - /// A color described as Greeny Yellow with a HEX value of #C6F808. + /// A color described as Greeny Yellow with a HEX value of #C6F808. GreenyYellow = 0xC6F808, - /// A color described as Orangish Red with a HEX value of #F43605. + /// A color described as Orangish Red with a HEX value of #F43605. OrangishRed = 0xF43605, - /// A color described as Shamrock Green with a HEX value of #02C14D. + /// A color described as Shamrock Green with a HEX value of #02C14D. ShamrockGreen = 0x02C14D, - /// A color described as Orangish Brown with a HEX value of #B25F03. + /// A color described as Orangish Brown with a HEX value of #B25F03. OrangishBrown = 0xB25F03, - /// A color described as Tree Green with a HEX value of #2A7E19. + /// A color described as Tree Green with a HEX value of #2A7E19. TreeGreen = 0x2A7E19, - /// A color described as Deep Violet with a HEX value of #490648. + /// A color described as Deep Violet with a HEX value of #490648. DeepViolet = 0x490648, - /// A color described as Gunmetal with a HEX value of #536267. + /// A color described as Gunmetal with a HEX value of #536267. Gunmetal = 0x536267, - /// A color described as Blue/Purple with a HEX value of #5A06EF. + /// A color described as Blue/Purple with a HEX value of #5A06EF. BluePurple = 0x5A06EF, - /// A color described as Cherry with a HEX value of #CF0234. + /// A color described as Cherry with a HEX value of #CF0234. Cherry = 0xCF0234, - /// A color described as Sandy Brown with a HEX value of #C4A661. + /// A color described as Sandy Brown with a HEX value of #C4A661. SandyBrown = 0xC4A661, - /// A color described as Warm Grey with a HEX value of #978A84. + /// A color described as Warm Grey with a HEX value of #978A84. WarmGrey = 0x978A84, - /// A color described as Dark Indigo with a HEX value of #1F0954. + /// A color described as Dark Indigo with a HEX value of #1F0954. DarkIndigo = 0x1F0954, - /// A color described as Midnight with a HEX value of #03012D. + /// A color described as Midnight with a HEX value of #03012D. Midnight = 0x03012D, - /// A color described as Bluey Green with a HEX value of #2BB179. + /// A color described as Bluey Green with a HEX value of #2BB179. BlueyGreen = 0x2BB179, - /// A color described as Grey Pink with a HEX value of #C3909B. + /// A color described as Grey Pink with a HEX value of #C3909B. GreyPink = 0xC3909B, - /// A color described as Soft Purple with a HEX value of #A66FB5. + /// A color described as Soft Purple with a HEX value of #A66FB5. SoftPurple = 0xA66FB5, - /// A color described as Blood with a HEX value of #770001. + /// A color described as Blood with a HEX value of #770001. Blood = 0x770001, - /// A color described as Brown Red with a HEX value of #922B05. + /// A color described as Brown Red with a HEX value of #922B05. BrownRed = 0x922B05, - /// A color described as Medium Grey with a HEX value of #7D7F7C. + /// A color described as Medium Grey with a HEX value of #7D7F7C. MediumGrey = 0x7D7F7C, - /// A color described as Berry with a HEX value of #990F4B. + /// A color described as Berry with a HEX value of #990F4B. Berry = 0x990F4B, - /// A color described as Poo with a HEX value of #8F7303. + /// A color described as Poo with a HEX value of #8F7303. Poo = 0x8F7303, - /// A color described as Purpley Pink with a HEX value of #C83CB9. + /// A color described as Purpley Pink with a HEX value of #C83CB9. PurpleyPink = 0xC83CB9, - /// A color described as Light Salmon with a HEX value of #FEA993. + /// A color described as Light Salmon with a HEX value of #FEA993. LightSalmon = 0xFEA993, - /// A color described as Snot with a HEX value of #ACBB0D. + /// A color described as Snot with a HEX value of #ACBB0D. Snot = 0xACBB0D, - /// A color described as Easter Purple with a HEX value of #C071FE. + /// A color described as Easter Purple with a HEX value of #C071FE. EasterPurple = 0xC071FE, - /// A color described as Light Yellow Green with a HEX value of #CCFD7F. + /// A color described as Light Yellow Green with a HEX value of #CCFD7F. LightYellowGreen = 0xCCFD7F, - /// A color described as Dark Navy Blue with a HEX value of #00022E. + /// A color described as Dark Navy Blue with a HEX value of #00022E. DarkNavyBlue = 0x00022E, - /// A color described as Drab with a HEX value of #828344. + /// A color described as Drab with a HEX value of #828344. Drab = 0x828344, - /// A color described as Light Rose with a HEX value of #FFC5CB. + /// A color described as Light Rose with a HEX value of #FFC5CB. LightRose = 0xFFC5CB, - /// A color described as Rouge with a HEX value of #AB1239. + /// A color described as Rouge with a HEX value of #AB1239. Rouge = 0xAB1239, - /// A color described as Purplish Red with a HEX value of #B0054B. + /// A color described as Purplish Red with a HEX value of #B0054B. PurplishRed = 0xB0054B, - /// A color described as Slime Green with a HEX value of #99CC04. + /// A color described as Slime Green with a HEX value of #99CC04. SlimeGreen = 0x99CC04, - /// A color described as Baby Poop with a HEX value of #937C00. + /// A color described as Baby Poop with a HEX value of #937C00. BabyPoop = 0x937C00, - /// A color described as Irish Green with a HEX value of #019529. + /// A color described as Irish Green with a HEX value of #019529. IrishGreen = 0x019529, - /// A color described as Pink/Purple with a HEX value of #EF1DE7. + /// A color described as Pink/Purple with a HEX value of #EF1DE7. PinkPurple = 0xEF1DE7, - /// A color described as Dark Navy with a HEX value of #000435. + /// A color described as Dark Navy with a HEX value of #000435. DarkNavy = 0x000435, - /// A color described as Greeny Blue with a HEX value of #42B395. + /// A color described as Greeny Blue with a HEX value of #42B395. GreenyBlue = 0x42B395, - /// A color described as Light Plum with a HEX value of #9D5783. + /// A color described as Light Plum with a HEX value of #9D5783. LightPlum = 0x9D5783, - /// A color described as Pinkish Grey with a HEX value of #C8ACA9. + /// A color described as Pinkish Grey with a HEX value of #C8ACA9. PinkishGrey = 0xC8ACA9, - /// A color described as Dirty Orange with a HEX value of #C87606. + /// A color described as Dirty Orange with a HEX value of #C87606. DirtyOrange = 0xC87606, - /// A color described as Rust Red with a HEX value of #AA2704. + /// A color described as Rust Red with a HEX value of #AA2704. RustRed = 0xAA2704, - /// A color described as Pale Lilac with a HEX value of #E4CBFF. + /// A color described as Pale Lilac with a HEX value of #E4CBFF. PaleLilac = 0xE4CBFF, - /// A color described as Orangey Red with a HEX value of #FA4224. + /// A color described as Orangey Red with a HEX value of #FA4224. OrangeyRed = 0xFA4224, - /// A color described as Primary Blue with a HEX value of #0804F9. + /// A color described as Primary Blue with a HEX value of #0804F9. PrimaryBlue = 0x0804F9, - /// A color described as Kermit Green with a HEX value of #5CB200. + /// A color described as Kermit Green with a HEX value of #5CB200. KermitGreen = 0x5CB200, - /// A color described as Brownish Purple with a HEX value of #76424E. + /// A color described as Brownish Purple with a HEX value of #76424E. BrownishPurple = 0x76424E, - /// A color described as Murky Green with a HEX value of #6C7A0E. + /// A color described as Murky Green with a HEX value of #6C7A0E. MurkyGreen = 0x6C7A0E, - /// A color described as Wheat with a HEX value of #FBDD7E. + /// A color described as Wheat with a HEX value of #FBDD7E. Wheat = 0xFBDD7E, - /// A color described as Very Dark Purple with a HEX value of #2A0134. + /// A color described as Very Dark Purple with a HEX value of #2A0134. VeryDarkPurple = 0x2A0134, - /// A color described as Bottle Green with a HEX value of #044A05. + /// A color described as Bottle Green with a HEX value of #044A05. BottleGreen = 0x044A05, - /// A color described as Watermelon with a HEX value of #FD4659. + /// A color described as Watermelon with a HEX value of #FD4659. Watermelon = 0xFD4659, - /// A color described as Deep Sky Blue with a HEX value of #0D75F8. + /// A color described as Deep Sky Blue with a HEX value of #0D75F8. DeepSkyBlue = 0x0D75F8, - /// A color described as Fire Engine Red with a HEX value of #FE0002. + /// A color described as Fire Engine Red with a HEX value of #FE0002. FireEngineRed = 0xFE0002, - /// A color described as Yellow Ochre with a HEX value of #CB9D06. + /// A color described as Yellow Ochre with a HEX value of #CB9D06. YellowOchre = 0xCB9D06, - /// A color described as Pumpkin Orange with a HEX value of #FB7D07. + /// A color described as Pumpkin Orange with a HEX value of #FB7D07. PumpkinOrange = 0xFB7D07, - /// A color described as Pale Olive with a HEX value of #B9CC81. + /// A color described as Pale Olive with a HEX value of #B9CC81. PaleOlive = 0xB9CC81, - /// A color described as Light Lilac with a HEX value of #EDC8FF. + /// A color described as Light Lilac with a HEX value of #EDC8FF. LightLilac = 0xEDC8FF, - /// A color described as Lightish Green with a HEX value of #61E160. + /// A color described as Lightish Green with a HEX value of #61E160. LightishGreen = 0x61E160, - /// A color described as Carolina Blue with a HEX value of #8AB8FE. + /// A color described as Carolina Blue with a HEX value of #8AB8FE. CarolinaBlue = 0x8AB8FE, - /// A color described as Mulberry with a HEX value of #920A4E. + /// A color described as Mulberry with a HEX value of #920A4E. Mulberry = 0x920A4E, - /// A color described as Shocking Pink with a HEX value of #FE02A2. + /// A color described as Shocking Pink with a HEX value of #FE02A2. ShockingPink = 0xFE02A2, - /// A color described as Auburn with a HEX value of #9A3001. + /// A color described as Auburn with a HEX value of #9A3001. Auburn = 0x9A3001, - /// A color described as Bright Lime Green with a HEX value of #65FE08. + /// A color described as Bright Lime Green with a HEX value of #65FE08. BrightLimeGreen = 0x65FE08, - /// A color described as Celadon with a HEX value of #BEFDB7. + /// A color described as Celadon with a HEX value of #BEFDB7. Celadon = 0xBEFDB7, - /// A color described as Pinkish Brown with a HEX value of #B17261. + /// A color described as Pinkish Brown with a HEX value of #B17261. PinkishBrown = 0xB17261, - /// A color described as Poo Brown with a HEX value of #885F01. + /// A color described as Poo Brown with a HEX value of #885F01. PooBrown = 0x885F01, - /// A color described as Bright Sky Blue with a HEX value of #02CCFE. + /// A color described as Bright Sky Blue with a HEX value of #02CCFE. BrightSkyBlue = 0x02CCFE, - /// A color described as Celery with a HEX value of #C1FD95. + /// A color described as Celery with a HEX value of #C1FD95. Celery = 0xC1FD95, - /// A color described as Dirt Brown with a HEX value of #836539. + /// A color described as Dirt Brown with a HEX value of #836539. DirtBrown = 0x836539, - /// A color described as Strawberry with a HEX value of #FB2943. + /// A color described as Strawberry with a HEX value of #FB2943. Strawberry = 0xFB2943, - /// A color described as Dark Lime with a HEX value of #84B701. + /// A color described as Dark Lime with a HEX value of #84B701. DarkLime = 0x84B701, - /// A color described as Copper with a HEX value of #B66325. + /// A color described as Copper with a HEX value of #B66325. Copper = 0xB66325, - /// A color described as Medium Brown with a HEX value of #7F5112. + /// A color described as Medium Brown with a HEX value of #7F5112. MediumBrown = 0x7F5112, - /// A color described as Muted Green with a HEX value of #5FA052. + /// A color described as Muted Green with a HEX value of #5FA052. MutedGreen = 0x5FA052, - /// A color described as Robin'S Egg with a HEX value of #6DEDFD. + /// A color described as Robin'S Egg with a HEX value of #6DEDFD. RobinsEgg = 0x6DEDFD, - /// A color described as Bright Aqua with a HEX value of #0BF9EA. + /// A color described as Bright Aqua with a HEX value of #0BF9EA. BrightAqua = 0x0BF9EA, - /// A color described as Bright Lavender with a HEX value of #C760FF. + /// A color described as Bright Lavender with a HEX value of #C760FF. BrightLavender = 0xC760FF, - /// A color described as Ivory with a HEX value of #FFFFCB. + /// A color described as Ivory with a HEX value of #FFFFCB. Ivory = 0xFFFFCB, - /// A color described as Very Light Purple with a HEX value of #F6CEFC. + /// A color described as Very Light Purple with a HEX value of #F6CEFC. VeryLightPurple = 0xF6CEFC, - /// A color described as Light Navy with a HEX value of #155084. + /// A color described as Light Navy with a HEX value of #155084. LightNavy = 0x155084, - /// A color described as Pink Red with a HEX value of #F5054F. + /// A color described as Pink Red with a HEX value of #F5054F. PinkRed = 0xF5054F, - /// A color described as Olive Brown with a HEX value of #645403. + /// A color described as Olive Brown with a HEX value of #645403. OliveBrown = 0x645403, - /// A color described as Poop Brown with a HEX value of #7A5901. + /// A color described as Poop Brown with a HEX value of #7A5901. PoopBrown = 0x7A5901, - /// A color described as Mustard Green with a HEX value of #A8B504. + /// A color described as Mustard Green with a HEX value of #A8B504. MustardGreen = 0xA8B504, - /// A color described as Ocean Green with a HEX value of #3D9973. + /// A color described as Ocean Green with a HEX value of #3D9973. OceanGreen = 0x3D9973, - /// A color described as Very Dark Blue with a HEX value of #000133. + /// A color described as Very Dark Blue with a HEX value of #000133. VeryDarkBlue = 0x000133, - /// A color described as Dusty Green with a HEX value of #76A973. + /// A color described as Dusty Green with a HEX value of #76A973. DustyGreen = 0x76A973, - /// A color described as Light Navy Blue with a HEX value of #2E5A88. + /// A color described as Light Navy Blue with a HEX value of #2E5A88. LightNavyBlue = 0x2E5A88, - /// A color described as Minty Green with a HEX value of #0BF77D. + /// A color described as Minty Green with a HEX value of #0BF77D. MintyGreen = 0x0BF77D, - /// A color described as Adobe with a HEX value of #BD6C48. + /// A color described as Adobe with a HEX value of #BD6C48. Adobe = 0xBD6C48, - /// A color described as Barney with a HEX value of #AC1DB8. + /// A color described as Barney with a HEX value of #AC1DB8. Barney = 0xAC1DB8, - /// A color described as Jade Green with a HEX value of #2BAF6A. + /// A color described as Jade Green with a HEX value of #2BAF6A. JadeGreen = 0x2BAF6A, - /// A color described as Bright Light Blue with a HEX value of #26F7FD. + /// A color described as Bright Light Blue with a HEX value of #26F7FD. BrightLightBlue = 0x26F7FD, - /// A color described as Light Lime with a HEX value of #AEFD6C. + /// A color described as Light Lime with a HEX value of #AEFD6C. LightLime = 0xAEFD6C, - /// A color described as Dark Khaki with a HEX value of #9B8F55. + /// A color described as Dark Khaki with a HEX value of #9B8F55. DarkKhaki = 0x9B8F55, - /// A color described as Orange Yellow with a HEX value of #FFAD01. + /// A color described as Orange Yellow with a HEX value of #FFAD01. OrangeYellow = 0xFFAD01, - /// A color described as Ocre with a HEX value of #C69C04. + /// A color described as Ocre with a HEX value of #C69C04. Ocre = 0xC69C04, - /// A color described as Maize with a HEX value of #F4D054. + /// A color described as Maize with a HEX value of #F4D054. Maize = 0xF4D054, - /// A color described as Faded Pink with a HEX value of #DE9DAC. + /// A color described as Faded Pink with a HEX value of #DE9DAC. FadedPink = 0xDE9DAC, - /// A color described as British Racing Green with a HEX value of #05480D. + /// A color described as British Racing Green with a HEX value of #05480D. BritishRacingGreen = 0x05480D, - /// A color described as Sandstone with a HEX value of #C9AE74. + /// A color described as Sandstone with a HEX value of #C9AE74. Sandstone = 0xC9AE74, - /// A color described as Mud Brown with a HEX value of #60460F. + /// A color described as Mud Brown with a HEX value of #60460F. MudBrown = 0x60460F, - /// A color described as Light Sea Green with a HEX value of #98F6B0. + /// A color described as Light Sea Green with a HEX value of #98F6B0. LightSeaGreen = 0x98F6B0, - /// A color described as Robin Egg Blue with a HEX value of #8AF1FE. + /// A color described as Robin Egg Blue with a HEX value of #8AF1FE. RobinEggBlue = 0x8AF1FE, - /// A color described as Aqua Marine with a HEX value of #2EE8BB. + /// A color described as Aqua Marine with a HEX value of #2EE8BB. AquaMarine = 0x2EE8BB, - /// A color described as Dark Sea Green with a HEX value of #11875D. + /// A color described as Dark Sea Green with a HEX value of #11875D. DarkSeaGreen = 0x11875D, - /// A color described as Soft Pink with a HEX value of #FDB0C0. + /// A color described as Soft Pink with a HEX value of #FDB0C0. SoftPink = 0xFDB0C0, - /// A color described as Orangey Brown with a HEX value of #B16002. + /// A color described as Orangey Brown with a HEX value of #B16002. OrangeyBrown = 0xB16002, - /// A color described as Cherry Red with a HEX value of #F7022A. + /// A color described as Cherry Red with a HEX value of #F7022A. CherryRed = 0xF7022A, - /// A color described as Burnt Yellow with a HEX value of #D5AB09. + /// A color described as Burnt Yellow with a HEX value of #D5AB09. BurntYellow = 0xD5AB09, - /// A color described as Brownish Grey with a HEX value of #86775F. + /// A color described as Brownish Grey with a HEX value of #86775F. BrownishGrey = 0x86775F, - /// A color described as Camel with a HEX value of #C69F59. + /// A color described as Camel with a HEX value of #C69F59. Camel = 0xC69F59, - /// A color described as Purplish Grey with a HEX value of #7A687F. + /// A color described as Purplish Grey with a HEX value of #7A687F. PurplishGrey = 0x7A687F, - /// A color described as Marine with a HEX value of #042E60. + /// A color described as Marine with a HEX value of #042E60. Marine = 0x042E60, - /// A color described as Greyish Pink with a HEX value of #C88D94. + /// A color described as Greyish Pink with a HEX value of #C88D94. GreyishPink = 0xC88D94, - /// A color described as Pale Turquoise with a HEX value of #A5FBD5. + /// A color described as Pale Turquoise with a HEX value of #A5FBD5. PaleTurquoise = 0xA5FBD5, - /// A color described as Pastel Yellow with a HEX value of #FFFE71. + /// A color described as Pastel Yellow with a HEX value of #FFFE71. PastelYellow = 0xFFFE71, - /// A color described as Bluey Purple with a HEX value of #6241C7. + /// A color described as Bluey Purple with a HEX value of #6241C7. BlueyPurple = 0x6241C7, - /// A color described as Canary Yellow with a HEX value of #FFFE40. + /// A color described as Canary Yellow with a HEX value of #FFFE40. CanaryYellow = 0xFFFE40, - /// A color described as Faded Red with a HEX value of #D3494E. + /// A color described as Faded Red with a HEX value of #D3494E. FadedRed = 0xD3494E, - /// A color described as Sepia with a HEX value of #985E2B. + /// A color described as Sepia with a HEX value of #985E2B. Sepia = 0x985E2B, - /// A color described as Coffee with a HEX value of #A6814C. + /// A color described as Coffee with a HEX value of #A6814C. Coffee = 0xA6814C, - /// A color described as Bright Magenta with a HEX value of #FF08E8. + /// A color described as Bright Magenta with a HEX value of #FF08E8. BrightMagenta = 0xFF08E8, - /// A color described as Mocha with a HEX value of #9D7651. + /// A color described as Mocha with a HEX value of #9D7651. Mocha = 0x9D7651, - /// A color described as Ecru with a HEX value of #FEFFCA. + /// A color described as Ecru with a HEX value of #FEFFCA. Ecru = 0xFEFFCA, - /// A color described as Purpleish with a HEX value of #98568D. + /// A color described as Purpleish with a HEX value of #98568D. Purpleish = 0x98568D, - /// A color described as Cranberry with a HEX value of #9E003A. + /// A color described as Cranberry with a HEX value of #9E003A. Cranberry = 0x9E003A, - /// A color described as Darkish Green with a HEX value of #287C37. + /// A color described as Darkish Green with a HEX value of #287C37. DarkishGreen = 0x287C37, - /// A color described as Brown Orange with a HEX value of #B96902. + /// A color described as Brown Orange with a HEX value of #B96902. BrownOrange = 0xB96902, - /// A color described as Dusky Rose with a HEX value of #BA6873. + /// A color described as Dusky Rose with a HEX value of #BA6873. DuskyRose = 0xBA6873, - /// A color described as Melon with a HEX value of #FF7855. + /// A color described as Melon with a HEX value of #FF7855. Melon = 0xFF7855, - /// A color described as Sickly Green with a HEX value of #94B21C. + /// A color described as Sickly Green with a HEX value of #94B21C. SicklyGreen = 0x94B21C, - /// A color described as Silver with a HEX value of #C5C9C7. + /// A color described as Silver with a HEX value of #C5C9C7. Silver = 0xC5C9C7, - /// A color described as Purply Blue with a HEX value of #661AEE. + /// A color described as Purply Blue with a HEX value of #661AEE. PurplyBlue = 0x661AEE, - /// A color described as Purpleish Blue with a HEX value of #6140EF. + /// A color described as Purpleish Blue with a HEX value of #6140EF. PurpleishBlue = 0x6140EF, - /// A color described as Hospital Green with a HEX value of #9BE5AA. + /// A color described as Hospital Green with a HEX value of #9BE5AA. HospitalGreen = 0x9BE5AA, - /// A color described as Shit Brown with a HEX value of #7B5804. + /// A color described as Shit Brown with a HEX value of #7B5804. ShitBrown = 0x7B5804, - /// A color described as Mid Blue with a HEX value of #276AB3. + /// A color described as Mid Blue with a HEX value of #276AB3. MidBlue = 0x276AB3, - /// A color described as Amber with a HEX value of #FEB308. + /// A color described as Amber with a HEX value of #FEB308. Amber = 0xFEB308, - /// A color described as Easter Green with a HEX value of #8CFD7E. + /// A color described as Easter Green with a HEX value of #8CFD7E. EasterGreen = 0x8CFD7E, - /// A color described as Soft Blue with a HEX value of #6488EA. + /// A color described as Soft Blue with a HEX value of #6488EA. SoftBlue = 0x6488EA, - /// A color described as Cerulean Blue with a HEX value of #056EEE. + /// A color described as Cerulean Blue with a HEX value of #056EEE. CeruleanBlue = 0x056EEE, - /// A color described as Golden Brown with a HEX value of #B27A01. + /// A color described as Golden Brown with a HEX value of #B27A01. GoldenBrown = 0xB27A01, - /// A color described as Bright Turquoise with a HEX value of #0FFEF9. + /// A color described as Bright Turquoise with a HEX value of #0FFEF9. BrightTurquoise = 0x0FFEF9, - /// A color described as Red Pink with a HEX value of #FA2A55. + /// A color described as Red Pink with a HEX value of #FA2A55. RedPink = 0xFA2A55, - /// A color described as Red Purple with a HEX value of #820747. + /// A color described as Red Purple with a HEX value of #820747. RedPurple = 0x820747, - /// A color described as Greyish Brown with a HEX value of #7A6A4F. + /// A color described as Greyish Brown with a HEX value of #7A6A4F. GreyishBrown = 0x7A6A4F, - /// A color described as Vermillion with a HEX value of #F4320C. + /// A color described as Vermillion with a HEX value of #F4320C. Vermillion = 0xF4320C, - /// A color described as Russet with a HEX value of #A13905. + /// A color described as Russet with a HEX value of #A13905. Russet = 0xA13905, - /// A color described as Steel Grey with a HEX value of #6F828A. + /// A color described as Steel Grey with a HEX value of #6F828A. SteelGrey = 0x6F828A, - /// A color described as Lighter Purple with a HEX value of #A55AF4. + /// A color described as Lighter Purple with a HEX value of #A55AF4. LighterPurple = 0xA55AF4, - /// A color described as Bright Violet with a HEX value of #AD0AFD. + /// A color described as Bright Violet with a HEX value of #AD0AFD. BrightViolet = 0xAD0AFD, - /// A color described as Prussian Blue with a HEX value of #004577. + /// A color described as Prussian Blue with a HEX value of #004577. PrussianBlue = 0x004577, - /// A color described as Slate Green with a HEX value of #658D6D. + /// A color described as Slate Green with a HEX value of #658D6D. SlateGreen = 0x658D6D, - /// A color described as Dirty Pink with a HEX value of #CA7B80. + /// A color described as Dirty Pink with a HEX value of #CA7B80. DirtyPink = 0xCA7B80, - /// A color described as Dark Blue Green with a HEX value of #005249. + /// A color described as Dark Blue Green with a HEX value of #005249. DarkBlueGreen = 0x005249, - /// A color described as Pine with a HEX value of #2B5D34. + /// A color described as Pine with a HEX value of #2B5D34. Pine = 0x2B5D34, - /// A color described as Yellowy Green with a HEX value of #BFF128. + /// A color described as Yellowy Green with a HEX value of #BFF128. YellowyGreen = 0xBFF128, - /// A color described as Dark Gold with a HEX value of #B59410. + /// A color described as Dark Gold with a HEX value of #B59410. DarkGold = 0xB59410, - /// A color described as Bluish with a HEX value of #2976BB. + /// A color described as Bluish with a HEX value of #2976BB. Bluish = 0x2976BB, - /// A color described as Darkish Blue with a HEX value of #014182. + /// A color described as Darkish Blue with a HEX value of #014182. DarkishBlue = 0x014182, - /// A color described as Dull Red with a HEX value of #BB3F3F. + /// A color described as Dull Red with a HEX value of #BB3F3F. DullRed = 0xBB3F3F, - /// A color described as Pinky Red with a HEX value of #FC2647. + /// A color described as Pinky Red with a HEX value of #FC2647. PinkyRed = 0xFC2647, - /// A color described as Bronze with a HEX value of #A87900. + /// A color described as Bronze with a HEX value of #A87900. Bronze = 0xA87900, - /// A color described as Pale Teal with a HEX value of #82CBB2. + /// A color described as Pale Teal with a HEX value of #82CBB2. PaleTeal = 0x82CBB2, - /// A color described as Military Green with a HEX value of #667C3E. + /// A color described as Military Green with a HEX value of #667C3E. MilitaryGreen = 0x667C3E, - /// A color described as Barbie Pink with a HEX value of #FE46A5. + /// A color described as Barbie Pink with a HEX value of #FE46A5. BarbiePink = 0xFE46A5, - /// A color described as Bubblegum Pink with a HEX value of #FE83CC. + /// A color described as Bubblegum Pink with a HEX value of #FE83CC. BubblegumPink = 0xFE83CC, - /// A color described as Pea Soup Green with a HEX value of #94A617. + /// A color described as Pea Soup Green with a HEX value of #94A617. PeaSoupGreen = 0x94A617, - /// A color described as Dark Mustard with a HEX value of #A88905. + /// A color described as Dark Mustard with a HEX value of #A88905. DarkMustard = 0xA88905, - /// A color described as Shit with a HEX value of #7F5F00. + /// A color described as Shit with a HEX value of #7F5F00. Shit = 0x7F5F00, - /// A color described as Medium Purple with a HEX value of #9E43A2. + /// A color described as Medium Purple with a HEX value of #9E43A2. MediumPurple = 0x9E43A2, - /// A color described as Very Dark Green with a HEX value of #062E03. + /// A color described as Very Dark Green with a HEX value of #062E03. VeryDarkGreen = 0x062E03, - /// A color described as Dirt with a HEX value of #8A6E45. + /// A color described as Dirt with a HEX value of #8A6E45. Dirt = 0x8A6E45, - /// A color described as Dusky Pink with a HEX value of #CC7A8B. + /// A color described as Dusky Pink with a HEX value of #CC7A8B. DuskyPink = 0xCC7A8B, - /// A color described as Red Violet with a HEX value of #9E0168. + /// A color described as Red Violet with a HEX value of #9E0168. RedViolet = 0x9E0168, - /// A color described as Lemon Yellow with a HEX value of #FDFF38. + /// A color described as Lemon Yellow with a HEX value of #FDFF38. LemonYellow = 0xFDFF38, - /// A color described as Pistachio with a HEX value of #C0FA8B. + /// A color described as Pistachio with a HEX value of #C0FA8B. Pistachio = 0xC0FA8B, - /// A color described as Dull Yellow with a HEX value of #EEDC5B. + /// A color described as Dull Yellow with a HEX value of #EEDC5B. DullYellow = 0xEEDC5B, - /// A color described as Dark Lime Green with a HEX value of #7EBD01. + /// A color described as Dark Lime Green with a HEX value of #7EBD01. DarkLimeGreen = 0x7EBD01, - /// A color described as Denim Blue with a HEX value of #3B5B92. + /// A color described as Denim Blue with a HEX value of #3B5B92. DenimBlue = 0x3B5B92, - /// A color described as Teal Blue with a HEX value of #01889F. + /// A color described as Teal Blue with a HEX value of #01889F. TealBlue = 0x01889F, - /// A color described as Lightish Blue with a HEX value of #3D7AFD. + /// A color described as Lightish Blue with a HEX value of #3D7AFD. LightishBlue = 0x3D7AFD, - /// A color described as Purpley Blue with a HEX value of #5F34E7. + /// A color described as Purpley Blue with a HEX value of #5F34E7. PurpleyBlue = 0x5F34E7, - /// A color described as Light Indigo with a HEX value of #6D5ACF. + /// A color described as Light Indigo with a HEX value of #6D5ACF. LightIndigo = 0x6D5ACF, - /// A color described as Swamp Green with a HEX value of #748500. + /// A color described as Swamp Green with a HEX value of #748500. SwampGreen = 0x748500, - /// A color described as Brown Green with a HEX value of #706C11. + /// A color described as Brown Green with a HEX value of #706C11. BrownGreen = 0x706C11, - /// A color described as Dark Maroon with a HEX value of #3C0008. + /// A color described as Dark Maroon with a HEX value of #3C0008. DarkMaroon = 0x3C0008, - /// A color described as Hot Purple with a HEX value of #CB00F5. + /// A color described as Hot Purple with a HEX value of #CB00F5. HotPurple = 0xCB00F5, - /// A color described as Dark Forest Green with a HEX value of #002D04. + /// A color described as Dark Forest Green with a HEX value of #002D04. DarkForestGreen = 0x002D04, - /// A color described as Faded Blue with a HEX value of #658CBB. + /// A color described as Faded Blue with a HEX value of #658CBB. FadedBlue = 0x658CBB, - /// A color described as Drab Green with a HEX value of #749551. + /// A color described as Drab Green with a HEX value of #749551. DrabGreen = 0x749551, - /// A color described as Light Lime Green with a HEX value of #B9FF66. + /// A color described as Light Lime Green with a HEX value of #B9FF66. LightLimeGreen = 0xB9FF66, - /// A color described as Snot Green with a HEX value of #9DC100. + /// A color described as Snot Green with a HEX value of #9DC100. SnotGreen = 0x9DC100, - /// A color described as Yellowish with a HEX value of #FAEE66. + /// A color described as Yellowish with a HEX value of #FAEE66. Yellowish = 0xFAEE66, - /// A color described as Light Blue Green with a HEX value of #7EFBB3. + /// A color described as Light Blue Green with a HEX value of #7EFBB3. LightBlueGreen = 0x7EFBB3, - /// A color described as Bordeaux with a HEX value of #7B002C. + /// A color described as Bordeaux with a HEX value of #7B002C. Bordeaux = 0x7B002C, - /// A color described as Light Mauve with a HEX value of #C292A1. + /// A color described as Light Mauve with a HEX value of #C292A1. LightMauve = 0xC292A1, - /// A color described as Ocean with a HEX value of #017B92. + /// A color described as Ocean with a HEX value of #017B92. Ocean = 0x017B92, - /// A color described as Marigold with a HEX value of #FCC006. + /// A color described as Marigold with a HEX value of #FCC006. Marigold = 0xFCC006, - /// A color described as Muddy Green with a HEX value of #657432. + /// A color described as Muddy Green with a HEX value of #657432. MuddyGreen = 0x657432, - /// A color described as Dull Orange with a HEX value of #D8863B. + /// A color described as Dull Orange with a HEX value of #D8863B. DullOrange = 0xD8863B, - /// A color described as Steel with a HEX value of #738595. + /// A color described as Steel with a HEX value of #738595. Steel = 0x738595, - /// A color described as Electric Purple with a HEX value of #AA23FF. + /// A color described as Electric Purple with a HEX value of #AA23FF. ElectricPurple = 0xAA23FF, - /// A color described as Fluorescent Green with a HEX value of #08FF08. + /// A color described as Fluorescent Green with a HEX value of #08FF08. FluorescentGreen = 0x08FF08, - /// A color described as Yellowish Brown with a HEX value of #9B7A01. + /// A color described as Yellowish Brown with a HEX value of #9B7A01. YellowishBrown = 0x9B7A01, - /// A color described as Blush with a HEX value of #F29E8E. + /// A color described as Blush with a HEX value of #F29E8E. Blush = 0xF29E8E, - /// A color described as Soft Green with a HEX value of #6FC276. + /// A color described as Soft Green with a HEX value of #6FC276. SoftGreen = 0x6FC276, - /// A color described as Bright Orange with a HEX value of #FF5B00. + /// A color described as Bright Orange with a HEX value of #FF5B00. BrightOrange = 0xFF5B00, - /// A color described as Lemon with a HEX value of #FDFF52. + /// A color described as Lemon with a HEX value of #FDFF52. Lemon = 0xFDFF52, - /// A color described as Purple Grey with a HEX value of #866F85. + /// A color described as Purple Grey with a HEX value of #866F85. PurpleGrey = 0x866F85, - /// A color described as Acid Green with a HEX value of #8FFE09. + /// A color described as Acid Green with a HEX value of #8FFE09. AcidGreen = 0x8FFE09, - /// A color described as Pale Lavender with a HEX value of #EECFFE. + /// A color described as Pale Lavender with a HEX value of #EECFFE. PaleLavender = 0xEECFFE, - /// A color described as Violet Blue with a HEX value of #510AC9. + /// A color described as Violet Blue with a HEX value of #510AC9. VioletBlue = 0x510AC9, - /// A color described as Light Forest Green with a HEX value of #4F9153. + /// A color described as Light Forest Green with a HEX value of #4F9153. LightForestGreen = 0x4F9153, - /// A color described as Burnt Red with a HEX value of #9F2305. + /// A color described as Burnt Red with a HEX value of #9F2305. BurntRed = 0x9F2305, - /// A color described as Khaki Green with a HEX value of #728639. + /// A color described as Khaki Green with a HEX value of #728639. KhakiGreen = 0x728639, - /// A color described as Cerise with a HEX value of #DE0C62. + /// A color described as Cerise with a HEX value of #DE0C62. Cerise = 0xDE0C62, - /// A color described as Faded Purple with a HEX value of #916E99. + /// A color described as Faded Purple with a HEX value of #916E99. FadedPurple = 0x916E99, - /// A color described as Apricot with a HEX value of #FFB16D. + /// A color described as Apricot with a HEX value of #FFB16D. Apricot = 0xFFB16D, - /// A color described as Dark Olive Green with a HEX value of #3C4D03. + /// A color described as Dark Olive Green with a HEX value of #3C4D03. DarkOliveGreen = 0x3C4D03, - /// A color described as Grey Brown with a HEX value of #7F7053. + /// A color described as Grey Brown with a HEX value of #7F7053. GreyBrown = 0x7F7053, - /// A color described as Green Grey with a HEX value of #77926F. + /// A color described as Green Grey with a HEX value of #77926F. GreenGrey = 0x77926F, - /// A color described as True Blue with a HEX value of #010FCC. + /// A color described as True Blue with a HEX value of #010FCC. TrueBlue = 0x010FCC, - /// A color described as Pale Violet with a HEX value of #CEAEFA. + /// A color described as Pale Violet with a HEX value of #CEAEFA. PaleViolet = 0xCEAEFA, - /// A color described as Periwinkle Blue with a HEX value of #8F99FB. + /// A color described as Periwinkle Blue with a HEX value of #8F99FB. PeriwinkleBlue = 0x8F99FB, - /// A color described as Light Sky Blue with a HEX value of #C6FCFF. + /// A color described as Light Sky Blue with a HEX value of #C6FCFF. LightSkyBlue = 0xC6FCFF, - /// A color described as Blurple with a HEX value of #5539CC. + /// A color described as Blurple with a HEX value of #5539CC. Blurple = 0x5539CC, - /// A color described as Green Brown with a HEX value of #544E03. + /// A color described as Green Brown with a HEX value of #544E03. GreenBrown = 0x544E03, - /// A color described as Bluegreen with a HEX value of #017A79. + /// A color described as Bluegreen with a HEX value of #017A79. Bluegreen = 0x017A79, - /// A color described as Bright Teal with a HEX value of #01F9C6. + /// A color described as Bright Teal with a HEX value of #01F9C6. BrightTeal = 0x01F9C6, - /// A color described as Brownish Yellow with a HEX value of #C9B003. + /// A color described as Brownish Yellow with a HEX value of #C9B003. BrownishYellow = 0xC9B003, - /// A color described as Pea Soup with a HEX value of #929901. + /// A color described as Pea Soup with a HEX value of #929901. PeaSoup = 0x929901, - /// A color described as Forest with a HEX value of #0B5509. + /// A color described as Forest with a HEX value of #0B5509. Forest = 0x0B5509, - /// A color described as Barney Purple with a HEX value of #A00498. + /// A color described as Barney Purple with a HEX value of #A00498. BarneyPurple = 0xA00498, - /// A color described as Ultramarine with a HEX value of #2000B1. + /// A color described as Ultramarine with a HEX value of #2000B1. Ultramarine = 0x2000B1, - /// A color described as Purplish with a HEX value of #94568C. + /// A color described as Purplish with a HEX value of #94568C. Purplish = 0x94568C, - /// A color described as Puke Yellow with a HEX value of #C2BE0E. + /// A color described as Puke Yellow with a HEX value of #C2BE0E. PukeYellow = 0xC2BE0E, - /// A color described as Bluish Grey with a HEX value of #748B97. + /// A color described as Bluish Grey with a HEX value of #748B97. BluishGrey = 0x748B97, - /// A color described as Dark Periwinkle with a HEX value of #665FD1. + /// A color described as Dark Periwinkle with a HEX value of #665FD1. DarkPeriwinkle = 0x665FD1, - /// A color described as Dark Lilac with a HEX value of #9C6DA5. + /// A color described as Dark Lilac with a HEX value of #9C6DA5. DarkLilac = 0x9C6DA5, - /// A color described as Reddish with a HEX value of #C44240. + /// A color described as Reddish with a HEX value of #C44240. Reddish = 0xC44240, - /// A color described as Light Maroon with a HEX value of #A24857. + /// A color described as Light Maroon with a HEX value of #A24857. LightMaroon = 0xA24857, - /// A color described as Dusty Purple with a HEX value of #825F87. + /// A color described as Dusty Purple with a HEX value of #825F87. DustyPurple = 0x825F87, - /// A color described as Terra Cotta with a HEX value of #C9643B. + /// A color described as Terra Cotta with a HEX value of #C9643B. TerraCotta = 0xC9643B, - /// A color described as Avocado with a HEX value of #90B134. + /// A color described as Avocado with a HEX value of #90B134. Avocado = 0x90B134, - /// A color described as Marine Blue with a HEX value of #01386A. + /// A color described as Marine Blue with a HEX value of #01386A. MarineBlue = 0x01386A, - /// A color described as Teal Green with a HEX value of #25A36F. + /// A color described as Teal Green with a HEX value of #25A36F. TealGreen = 0x25A36F, - /// A color described as Slate Grey with a HEX value of #59656D. + /// A color described as Slate Grey with a HEX value of #59656D. SlateGrey = 0x59656D, - /// A color described as Lighter Green with a HEX value of #75FD63. + /// A color described as Lighter Green with a HEX value of #75FD63. LighterGreen = 0x75FD63, - /// A color described as Electric Green with a HEX value of #21FC0D. + /// A color described as Electric Green with a HEX value of #21FC0D. ElectricGreen = 0x21FC0D, - /// A color described as Dusty Blue with a HEX value of #5A86AD. + /// A color described as Dusty Blue with a HEX value of #5A86AD. DustyBlue = 0x5A86AD, - /// A color described as Golden Yellow with a HEX value of #FEC615. + /// A color described as Golden Yellow with a HEX value of #FEC615. GoldenYellow = 0xFEC615, - /// A color described as Bright Yellow with a HEX value of #FFFD01. + /// A color described as Bright Yellow with a HEX value of #FFFD01. BrightYellow = 0xFFFD01, - /// A color described as Light Lavender with a HEX value of #DFC5FE. + /// A color described as Light Lavender with a HEX value of #DFC5FE. LightLavender = 0xDFC5FE, - /// A color described as Umber with a HEX value of #B26400. + /// A color described as Umber with a HEX value of #B26400. Umber = 0xB26400, - /// A color described as Poop with a HEX value of #7F5E00. + /// A color described as Poop with a HEX value of #7F5E00. Poop = 0x7F5E00, - /// A color described as Dark Peach with a HEX value of #DE7E5D. + /// A color described as Dark Peach with a HEX value of #DE7E5D. DarkPeach = 0xDE7E5D, - /// A color described as Jungle Green with a HEX value of #048243. + /// A color described as Jungle Green with a HEX value of #048243. JungleGreen = 0x048243, - /// A color described as Eggshell with a HEX value of #FFFFD4. + /// A color described as Eggshell with a HEX value of #FFFFD4. Eggshell = 0xFFFFD4, - /// A color described as Denim with a HEX value of #3B638C. + /// A color described as Denim with a HEX value of #3B638C. Denim = 0x3B638C, - /// A color described as Yellow Brown with a HEX value of #B79400. + /// A color described as Yellow Brown with a HEX value of #B79400. YellowBrown = 0xB79400, - /// A color described as Dull Purple with a HEX value of #84597E. + /// A color described as Dull Purple with a HEX value of #84597E. DullPurple = 0x84597E, - /// A color described as Chocolate Brown with a HEX value of #411900. + /// A color described as Chocolate Brown with a HEX value of #411900. ChocolateBrown = 0x411900, - /// A color described as Wine Red with a HEX value of #7B0323. + /// A color described as Wine Red with a HEX value of #7B0323. WineRed = 0x7B0323, - /// A color described as Neon Blue with a HEX value of #04D9FF. + /// A color described as Neon Blue with a HEX value of #04D9FF. NeonBlue = 0x04D9FF, - /// A color described as Dirty Green with a HEX value of #667E2C. + /// A color described as Dirty Green with a HEX value of #667E2C. DirtyGreen = 0x667E2C, - /// A color described as Light Tan with a HEX value of #FBEEAC. + /// A color described as Light Tan with a HEX value of #FBEEAC. LightTan = 0xFBEEAC, - /// A color described as Ice Blue with a HEX value of #D7FFFE. + /// A color described as Ice Blue with a HEX value of #D7FFFE. IceBlue = 0xD7FFFE, - /// A color described as Cadet Blue with a HEX value of #4E7496. + /// A color described as Cadet Blue with a HEX value of #4E7496. CadetBlue = 0x4E7496, - /// A color described as Dark Mauve with a HEX value of #874C62. + /// A color described as Dark Mauve with a HEX value of #874C62. DarkMauve = 0x874C62, - /// A color described as Very Light Blue with a HEX value of #D5FFFF. + /// A color described as Very Light Blue with a HEX value of #D5FFFF. VeryLightBlue = 0xD5FFFF, - /// A color described as Grey Purple with a HEX value of #826D8C. + /// A color described as Grey Purple with a HEX value of #826D8C. GreyPurple = 0x826D8C, - /// A color described as Pastel Pink with a HEX value of #FFBACD. + /// A color described as Pastel Pink with a HEX value of #FFBACD. PastelPink = 0xFFBACD, - /// A color described as Very Light Green with a HEX value of #D1FFBD. + /// A color described as Very Light Green with a HEX value of #D1FFBD. VeryLightGreen = 0xD1FFBD, - /// A color described as Dark Sky Blue with a HEX value of #448EE4. + /// A color described as Dark Sky Blue with a HEX value of #448EE4. DarkSkyBlue = 0x448EE4, - /// A color described as Evergreen with a HEX value of #05472A. + /// A color described as Evergreen with a HEX value of #05472A. Evergreen = 0x05472A, - /// A color described as Dull Pink with a HEX value of #D5869D. + /// A color described as Dull Pink with a HEX value of #D5869D. DullPink = 0xD5869D, - /// A color described as Aubergine with a HEX value of #3D0734. + /// A color described as Aubergine with a HEX value of #3D0734. Aubergine = 0x3D0734, - /// A color described as Mahogany with a HEX value of #4A0100. + /// A color described as Mahogany with a HEX value of #4A0100. Mahogany = 0x4A0100, - /// A color described as Reddish Orange with a HEX value of #F8481C. + /// A color described as Reddish Orange with a HEX value of #F8481C. ReddishOrange = 0xF8481C, - /// A color described as Deep Green with a HEX value of #02590F. + /// A color described as Deep Green with a HEX value of #02590F. DeepGreen = 0x02590F, - /// A color described as Vomit Green with a HEX value of #89A203. + /// A color described as Vomit Green with a HEX value of #89A203. VomitGreen = 0x89A203, - /// A color described as Purple Pink with a HEX value of #E03FD8. + /// A color described as Purple Pink with a HEX value of #E03FD8. PurplePinkAlternate = 0xE03FD8, - /// A color described as Dusty Pink with a HEX value of #D58A94. + /// A color described as Dusty Pink with a HEX value of #D58A94. DustyPink = 0xD58A94, - /// A color described as Faded Green with a HEX value of #7BB274. + /// A color described as Faded Green with a HEX value of #7BB274. FadedGreen = 0x7BB274, - /// A color described as Camo Green with a HEX value of #526525. + /// A color described as Camo Green with a HEX value of #526525. CamoGreen = 0x526525, - /// A color described as Pinky Purple with a HEX value of #C94CBE. + /// A color described as Pinky Purple with a HEX value of #C94CBE. PinkyPurple = 0xC94CBE, - /// A color described as Pink Purple with a HEX value of #DB4BDA. + /// A color described as Pink Purple with a HEX value of #DB4BDA. PinkPurpleAlternate = 0xDB4BDA, - /// A color described as Brownish Red with a HEX value of #9E3623. + /// A color described as Brownish Red with a HEX value of #9E3623. BrownishRed = 0x9E3623, - /// A color described as Dark Rose with a HEX value of #B5485D. + /// A color described as Dark Rose with a HEX value of #B5485D. DarkRose = 0xB5485D, - /// A color described as Mud with a HEX value of #735C12. + /// A color described as Mud with a HEX value of #735C12. Mud = 0x735C12, - /// A color described as Brownish with a HEX value of #9C6D57. + /// A color described as Brownish with a HEX value of #9C6D57. Brownish = 0x9C6D57, - /// A color described as Emerald Green with a HEX value of #028F1E. + /// A color described as Emerald Green with a HEX value of #028F1E. EmeraldGreen = 0x028F1E, - /// A color described as Pale Brown with a HEX value of #B1916E. + /// A color described as Pale Brown with a HEX value of #B1916E. PaleBrown = 0xB1916E, - /// A color described as Dull Blue with a HEX value of #49759C. + /// A color described as Dull Blue with a HEX value of #49759C. DullBlue = 0x49759C, - /// A color described as Burnt Umber with a HEX value of #A0450E. + /// A color described as Burnt Umber with a HEX value of #A0450E. BurntUmber = 0xA0450E, - /// A color described as Medium Green with a HEX value of #39AD48. + /// A color described as Medium Green with a HEX value of #39AD48. MediumGreen = 0x39AD48, - /// A color described as Clay with a HEX value of #B66A50. + /// A color described as Clay with a HEX value of #B66A50. Clay = 0xB66A50, - /// A color described as Light Aqua with a HEX value of #8CFFDB. + /// A color described as Light Aqua with a HEX value of #8CFFDB. LightAqua = 0x8CFFDB, - /// A color described as Light Olive Green with a HEX value of #A4BE5C. + /// A color described as Light Olive Green with a HEX value of #A4BE5C. LightOliveGreen = 0xA4BE5C, - /// A color described as Brownish Orange with a HEX value of #CB7723. + /// A color described as Brownish Orange with a HEX value of #CB7723. BrownishOrange = 0xCB7723, - /// A color described as Dark Aqua with a HEX value of #05696B. + /// A color described as Dark Aqua with a HEX value of #05696B. DarkAqua = 0x05696B, - /// A color described as Purplish Pink with a HEX value of #CE5DAE. + /// A color described as Purplish Pink with a HEX value of #CE5DAE. PurplishPink = 0xCE5DAE, - /// A color described as Dark Salmon with a HEX value of #C85A53. + /// A color described as Dark Salmon with a HEX value of #C85A53. DarkSalmon = 0xC85A53, - /// A color described as Greenish Grey with a HEX value of #96AE8D. + /// A color described as Greenish Grey with a HEX value of #96AE8D. GreenishGrey = 0x96AE8D, - /// A color described as Jade with a HEX value of #1FA774. + /// A color described as Jade with a HEX value of #1FA774. Jade = 0x1FA774, - /// A color described as Ugly Green with a HEX value of #7A9703. + /// A color described as Ugly Green with a HEX value of #7A9703. UglyGreen = 0x7A9703, - /// A color described as Dark Beige with a HEX value of #AC9362. + /// A color described as Dark Beige with a HEX value of #AC9362. DarkBeige = 0xAC9362, - /// A color described as Emerald with a HEX value of #01A049. + /// A color described as Emerald with a HEX value of #01A049. Emerald = 0x01A049, - /// A color described as Pale Red with a HEX value of #D9544D. + /// A color described as Pale Red with a HEX value of #D9544D. PaleRed = 0xD9544D, - /// A color described as Light Magenta with a HEX value of #FA5FF7. + /// A color described as Light Magenta with a HEX value of #FA5FF7. LightMagenta = 0xFA5FF7, - /// A color described as Sky with a HEX value of #82CAFC. + /// A color described as Sky with a HEX value of #82CAFC. Sky = 0x82CAFC, - /// A color described as Light Cyan with a HEX value of #ACFFFC. + /// A color described as Light Cyan with a HEX value of #ACFFFC. LightCyan = 0xACFFFC, - /// A color described as Yellow Orange with a HEX value of #FCB001. + /// A color described as Yellow Orange with a HEX value of #FCB001. YellowOrange = 0xFCB001, - /// A color described as Reddish Purple with a HEX value of #910951. + /// A color described as Reddish Purple with a HEX value of #910951. ReddishPurple = 0x910951, - /// A color described as Reddish Pink with a HEX value of #FE2C54. + /// A color described as Reddish Pink with a HEX value of #FE2C54. ReddishPink = 0xFE2C54, - /// A color described as Orchid with a HEX value of #C875C4. + /// A color described as Orchid with a HEX value of #C875C4. Orchid = 0xC875C4, - /// A color described as Dirty Yellow with a HEX value of #CDC50A. + /// A color described as Dirty Yellow with a HEX value of #CDC50A. DirtyYellow = 0xCDC50A, - /// A color described as Orange Red with a HEX value of #FD411E. + /// A color described as Orange Red with a HEX value of #FD411E. OrangeRed = 0xFD411E, - /// A color described as Deep Red with a HEX value of #9A0200. + /// A color described as Deep Red with a HEX value of #9A0200. DeepRed = 0x9A0200, - /// A color described as Orange Brown with a HEX value of #BE6400. + /// A color described as Orange Brown with a HEX value of #BE6400. OrangeBrown = 0xBE6400, - /// A color described as Cobalt Blue with a HEX value of #030AA7. + /// A color described as Cobalt Blue with a HEX value of #030AA7. CobaltBlue = 0x030AA7, - /// A color described as Neon Pink with a HEX value of #FE019A. + /// A color described as Neon Pink with a HEX value of #FE019A. NeonPink = 0xFE019A, - /// A color described as Rose Pink with a HEX value of #F7879A. + /// A color described as Rose Pink with a HEX value of #F7879A. RosePink = 0xF7879A, - /// A color described as Greyish Purple with a HEX value of #887191. + /// A color described as Greyish Purple with a HEX value of #887191. GreyishPurple = 0x887191, - /// A color described as Raspberry with a HEX value of #B00149. + /// A color described as Raspberry with a HEX value of #B00149. Raspberry = 0xB00149, - /// A color described as Aqua Green with a HEX value of #12E193. + /// A color described as Aqua Green with a HEX value of #12E193. AquaGreen = 0x12E193, - /// A color described as Salmon Pink with a HEX value of #FE7B7C. + /// A color described as Salmon Pink with a HEX value of #FE7B7C. SalmonPink = 0xFE7B7C, - /// A color described as Tangerine with a HEX value of #FF9408. + /// A color described as Tangerine with a HEX value of #FF9408. Tangerine = 0xFF9408, - /// A color described as Brownish Green with a HEX value of #6A6E09. + /// A color described as Brownish Green with a HEX value of #6A6E09. BrownishGreen = 0x6A6E09, - /// A color described as Red Brown with a HEX value of #8B2E16. + /// A color described as Red Brown with a HEX value of #8B2E16. RedBrown = 0x8B2E16, - /// A color described as Greenish Brown with a HEX value of #696112. + /// A color described as Greenish Brown with a HEX value of #696112. GreenishBrown = 0x696112, - /// A color described as Pumpkin with a HEX value of #E17701. + /// A color described as Pumpkin with a HEX value of #E17701. Pumpkin = 0xE17701, - /// A color described as Pine Green with a HEX value of #0A481E. + /// A color described as Pine Green with a HEX value of #0A481E. PineGreen = 0x0A481E, - /// A color described as Charcoal with a HEX value of #343837. + /// A color described as Charcoal with a HEX value of #343837. Charcoal = 0x343837, - /// A color described as Baby Pink with a HEX value of #FFB7CE. + /// A color described as Baby Pink with a HEX value of #FFB7CE. BabyPink = 0xFFB7CE, - /// A color described as Cornflower with a HEX value of #6A79F7. + /// A color described as Cornflower with a HEX value of #6A79F7. Cornflower = 0x6A79F7, - /// A color described as Blue Violet with a HEX value of #5D06E9. + /// A color described as Blue Violet with a HEX value of #5D06E9. BlueViolet = 0x5D06E9, - /// A color described as Chocolate with a HEX value of #3D1C02. + /// A color described as Chocolate with a HEX value of #3D1C02. Chocolate = 0x3D1C02, - /// A color described as Greyish Green with a HEX value of #82A67D. + /// A color described as Greyish Green with a HEX value of #82A67D. GreyishGreen = 0x82A67D, - /// A color described as Scarlet with a HEX value of #BE0119. + /// A color described as Scarlet with a HEX value of #BE0119. Scarlet = 0xBE0119, - /// A color described as Green Yellow with a HEX value of #C9FF27. + /// A color described as Green Yellow with a HEX value of #C9FF27. GreenYellowAlternate = 0xC9FF27, - /// A color described as Dark Olive with a HEX value of #373E02. + /// A color described as Dark Olive with a HEX value of #373E02. DarkOlive = 0x373E02, - /// A color described as Sienna with a HEX value of #A9561E. + /// A color described as Sienna with a HEX value of #A9561E. Sienna = 0xA9561E, - /// A color described as Pastel Purple with a HEX value of #CAA0FF. + /// A color described as Pastel Purple with a HEX value of #CAA0FF. PastelPurple = 0xCAA0FF, - /// A color described as Terracotta with a HEX value of #CA6641. + /// A color described as Terracotta with a HEX value of #CA6641. Terracotta = 0xCA6641, - /// A color described as Aqua Blue with a HEX value of #02D8E9. + /// A color described as Aqua Blue with a HEX value of #02D8E9. AquaBlue = 0x02D8E9, - /// A color described as Sage Green with a HEX value of #88B378. + /// A color described as Sage Green with a HEX value of #88B378. SageGreen = 0x88B378, - /// A color described as Blood Red with a HEX value of #980002. + /// A color described as Blood Red with a HEX value of #980002. BloodRed = 0x980002, - /// A color described as Deep Pink with a HEX value of #CB0162. + /// A color described as Deep Pink with a HEX value of #CB0162. DeepPink = 0xCB0162, - /// A color described as Grass with a HEX value of #5CAC2D. + /// A color described as Grass with a HEX value of #5CAC2D. Grass = 0x5CAC2D, - /// A color described as Moss with a HEX value of #769958. + /// A color described as Moss with a HEX value of #769958. Moss = 0x769958, - /// A color described as Pastel Blue with a HEX value of #A2BFFE. + /// A color described as Pastel Blue with a HEX value of #A2BFFE. PastelBlue = 0xA2BFFE, - /// A color described as Bluish Green with a HEX value of #10A674. + /// A color described as Bluish Green with a HEX value of #10A674. BluishGreen = 0x10A674, - /// A color described as Green Blue with a HEX value of #06B48B. + /// A color described as Green Blue with a HEX value of #06B48B. GreenBlueAlternate = 0x06B48B, - /// A color described as Dark Tan with a HEX value of #AF884A. + /// A color described as Dark Tan with a HEX value of #AF884A. DarkTan = 0xAF884A, - /// A color described as Greenish Blue with a HEX value of #0B8B87. + /// A color described as Greenish Blue with a HEX value of #0B8B87. GreenishBlue = 0x0B8B87, - /// A color described as Pale Orange with a HEX value of #FFA756. + /// A color described as Pale Orange with a HEX value of #FFA756. PaleOrange = 0xFFA756, - /// A color described as Vomit with a HEX value of #A2A415. + /// A color described as Vomit with a HEX value of #A2A415. Vomit = 0xA2A415, - /// A color described as Forrest Green with a HEX value of #154406. + /// A color described as Forrest Green with a HEX value of #154406. ForrestGreen = 0x154406, - /// A color described as Dark Lavender with a HEX value of #856798. + /// A color described as Dark Lavender with a HEX value of #856798. DarkLavender = 0x856798, - /// A color described as Dark Violet with a HEX value of #34013F. + /// A color described as Dark Violet with a HEX value of #34013F. DarkViolet = 0x34013F, - /// A color described as Purple Blue with a HEX value of #632DE9. + /// A color described as Purple Blue with a HEX value of #632DE9. PurpleBlueAlternate = 0x632DE9, - /// A color described as Dark Cyan with a HEX value of #0A888A. + /// A color described as Dark Cyan with a HEX value of #0A888A. DarkCyan = 0x0A888A, - /// A color described as Olive Drab with a HEX value of #6F7632. + /// A color described as Olive Drab with a HEX value of #6F7632. OliveDrab = 0x6F7632, - /// A color described as Pinkish with a HEX value of #D46A7E. + /// A color described as Pinkish with a HEX value of #D46A7E. Pinkish = 0xD46A7E, - /// A color described as Cobalt with a HEX value of #1E488F. + /// A color described as Cobalt with a HEX value of #1E488F. Cobalt = 0x1E488F, - /// A color described as Neon Purple with a HEX value of #BC13FE. + /// A color described as Neon Purple with a HEX value of #BC13FE. NeonPurple = 0xBC13FE, - /// A color described as Light Turquoise with a HEX value of #7EF4CC. + /// A color described as Light Turquoise with a HEX value of #7EF4CC. LightTurquoise = 0x7EF4CC, - /// A color described as Apple Green with a HEX value of #76CD26. + /// A color described as Apple Green with a HEX value of #76CD26. AppleGreen = 0x76CD26, - /// A color described as Dull Green with a HEX value of #74A662. + /// A color described as Dull Green with a HEX value of #74A662. DullGreen = 0x74A662, - /// A color described as Wine with a HEX value of #80013F. + /// A color described as Wine with a HEX value of #80013F. Wine = 0x80013F, - /// A color described as Powder Blue with a HEX value of #B1D1FC. + /// A color described as Powder Blue with a HEX value of #B1D1FC. PowderBlue = 0xB1D1FC, - /// A color described as Off White with a HEX value of #FFFFE4. + /// A color described as Off White with a HEX value of #FFFFE4. OffWhite = 0xFFFFE4, - /// A color described as Electric Blue with a HEX value of #0652FF. + /// A color described as Electric Blue with a HEX value of #0652FF. ElectricBlue = 0x0652FF, - /// A color described as Dark Turquoise with a HEX value of #045C5A. + /// A color described as Dark Turquoise with a HEX value of #045C5A. DarkTurquoise = 0x045C5A, - /// A color described as Blue Purple with a HEX value of #5729CE. + /// A color described as Blue Purple with a HEX value of #5729CE. BluePurpleAlternate = 0x5729CE, - /// A color described as Azure with a HEX value of #069AF3. + /// A color described as Azure with a HEX value of #069AF3. Azure = 0x069AF3, - /// A color described as Bright Red with a HEX value of #FF000D. + /// A color described as Bright Red with a HEX value of #FF000D. BrightRed = 0xFF000D, - /// A color described as Pinkish Red with a HEX value of #F10C45. + /// A color described as Pinkish Red with a HEX value of #F10C45. PinkishRed = 0xF10C45, - /// A color described as Cornflower Blue with a HEX value of #5170D7. + /// A color described as Cornflower Blue with a HEX value of #5170D7. CornflowerBlue = 0x5170D7, - /// A color described as Light Olive with a HEX value of #ACBF69. + /// A color described as Light Olive with a HEX value of #ACBF69. LightOlive = 0xACBF69, - /// A color described as Grape with a HEX value of #6C3461. + /// A color described as Grape with a HEX value of #6C3461. Grape = 0x6C3461, - /// A color described as Greyish Blue with a HEX value of #5E819D. + /// A color described as Greyish Blue with a HEX value of #5E819D. GreyishBlue = 0x5E819D, - /// A color described as Purplish Blue with a HEX value of #601EF9. + /// A color described as Purplish Blue with a HEX value of #601EF9. PurplishBlue = 0x601EF9, - /// A color described as Yellowish Green with a HEX value of #B0DD16. + /// A color described as Yellowish Green with a HEX value of #B0DD16. YellowishGreen = 0xB0DD16, - /// A color described as Greenish Yellow with a HEX value of #CDFD02. + /// A color described as Greenish Yellow with a HEX value of #CDFD02. GreenishYellow = 0xCDFD02, - /// A color described as Medium Blue with a HEX value of #2C6FBB. + /// A color described as Medium Blue with a HEX value of #2C6FBB. MediumBlue = 0x2C6FBB, - /// A color described as Dusty Rose with a HEX value of #C0737A. + /// A color described as Dusty Rose with a HEX value of #C0737A. DustyRose = 0xC0737A, - /// A color described as Light Violet with a HEX value of #D6B4FC. + /// A color described as Light Violet with a HEX value of #D6B4FC. LightViolet = 0xD6B4FC, - /// A color described as Midnight Blue with a HEX value of #020035. + /// A color described as Midnight Blue with a HEX value of #020035. MidnightBlue = 0x020035, - /// A color described as Bluish Purple with a HEX value of #703BE7. + /// A color described as Bluish Purple with a HEX value of #703BE7. BluishPurple = 0x703BE7, - /// A color described as Red Orange with a HEX value of #FD3C06. + /// A color described as Red Orange with a HEX value of #FD3C06. RedOrange = 0xFD3C06, - /// A color described as Dark Magenta with a HEX value of #960056. + /// A color described as Dark Magenta with a HEX value of #960056. DarkMagenta = 0x960056, - /// A color described as Greenish with a HEX value of #40A368. + /// A color described as Greenish with a HEX value of #40A368. Greenish = 0x40A368, - /// A color described as Ocean Blue with a HEX value of #03719C. + /// A color described as Ocean Blue with a HEX value of #03719C. OceanBlue = 0x03719C, - /// A color described as Coral with a HEX value of #FC5A50. + /// A color described as Coral with a HEX value of #FC5A50. Coral = 0xFC5A50, - /// A color described as Cream with a HEX value of #FFFFC2. + /// A color described as Cream with a HEX value of #FFFFC2. Cream = 0xFFFFC2, - /// A color described as Reddish Brown with a HEX value of #7F2B0A. + /// A color described as Reddish Brown with a HEX value of #7F2B0A. ReddishBrown = 0x7F2B0A, - /// A color described as Burnt Sienna with a HEX value of #B04E0F. + /// A color described as Burnt Sienna with a HEX value of #B04E0F. BurntSienna = 0xB04E0F, - /// A color described as Brick with a HEX value of #A03623. + /// A color described as Brick with a HEX value of #A03623. Brick = 0xA03623, - /// A color described as Sage with a HEX value of #87AE73. + /// A color described as Sage with a HEX value of #87AE73. Sage = 0x87AE73, - /// A color described as Grey Green with a HEX value of #789B73. + /// A color described as Grey Green with a HEX value of #789B73. GreyGreenAlternate = 0x789B73, - /// A color described as White with a HEX value of #FFFFFF. + /// A color described as White with a HEX value of #FFFFFF. White = 0xFFFFFF, - /// A color described as Robin'S Egg Blue with a HEX value of #98EFF9. + /// A color described as Robin'S Egg Blue with a HEX value of #98EFF9. RobinsEggBlue = 0x98EFF9, - /// A color described as Moss Green with a HEX value of #658B38. + /// A color described as Moss Green with a HEX value of #658B38. MossGreen = 0x658B38, - /// A color described as Steel Blue with a HEX value of #5A7D9A. + /// A color described as Steel Blue with a HEX value of #5A7D9A. SteelBlue = 0x5A7D9A, - /// A color described as Eggplant with a HEX value of #380835. + /// A color described as Eggplant with a HEX value of #380835. Eggplant = 0x380835, - /// A color described as Light Yellow with a HEX value of #FFFE7A. + /// A color described as Light Yellow with a HEX value of #FFFE7A. LightYellow = 0xFFFE7A, - /// A color described as Leaf Green with a HEX value of #5CA904. + /// A color described as Leaf Green with a HEX value of #5CA904. LeafGreen = 0x5CA904, - /// A color described as Light Grey with a HEX value of #D8DCD6. + /// A color described as Light Grey with a HEX value of #D8DCD6. LightGrey = 0xD8DCD6, - /// A color described as Puke with a HEX value of #A5A502. + /// A color described as Puke with a HEX value of #A5A502. Puke = 0xA5A502, - /// A color described as Pinkish Purple with a HEX value of #D648D7. + /// A color described as Pinkish Purple with a HEX value of #D648D7. PinkishPurple = 0xD648D7, - /// A color described as Sea Blue with a HEX value of #047495. + /// A color described as Sea Blue with a HEX value of #047495. SeaBlue = 0x047495, - /// A color described as Pale Purple with a HEX value of #B790D4. + /// A color described as Pale Purple with a HEX value of #B790D4. PalePurple = 0xB790D4, - /// A color described as Slate Blue with a HEX value of #5B7C99. + /// A color described as Slate Blue with a HEX value of #5B7C99. SlateBlue = 0x5B7C99, - /// A color described as Blue Grey with a HEX value of #607C8E. + /// A color described as Blue Grey with a HEX value of #607C8E. BlueGreyAlternate = 0x607C8E, - /// A color described as Hunter Green with a HEX value of #0B4008. + /// A color described as Hunter Green with a HEX value of #0B4008. HunterGreen = 0x0B4008, - /// A color described as Fuchsia with a HEX value of #ED0DD9. + /// A color described as Fuchsia with a HEX value of #ED0DD9. Fuchsia = 0xED0DD9, - /// A color described as Crimson with a HEX value of #8C000F. + /// A color described as Crimson with a HEX value of #8C000F. Crimson = 0x8C000F, - /// A color described as Pale Yellow with a HEX value of #FFFF84. + /// A color described as Pale Yellow with a HEX value of #FFFF84. PaleYellow = 0xFFFF84, - /// A color described as Ochre with a HEX value of #BF9005. + /// A color described as Ochre with a HEX value of #BF9005. Ochre = 0xBF9005, - /// A color described as Mustard Yellow with a HEX value of #D2BD0A. + /// A color described as Mustard Yellow with a HEX value of #D2BD0A. MustardYellow = 0xD2BD0A, - /// A color described as Light Red with a HEX value of #FF474C. + /// A color described as Light Red with a HEX value of #FF474C. LightRed = 0xFF474C, - /// A color described as Cerulean with a HEX value of #0485D1. + /// A color described as Cerulean with a HEX value of #0485D1. Cerulean = 0x0485D1, - /// A color described as Pale Pink with a HEX value of #FFCFDC. + /// A color described as Pale Pink with a HEX value of #FFCFDC. PalePink = 0xFFCFDC, - /// A color described as Deep Blue with a HEX value of #040273. + /// A color described as Deep Blue with a HEX value of #040273. DeepBlue = 0x040273, - /// A color described as Rust with a HEX value of #A83C09. + /// A color described as Rust with a HEX value of #A83C09. Rust = 0xA83C09, - /// A color described as Light Teal with a HEX value of #90E4C1. + /// A color described as Light Teal with a HEX value of #90E4C1. LightTeal = 0x90E4C1, - /// A color described as Slate with a HEX value of #516572. + /// A color described as Slate with a HEX value of #516572. Slate = 0x516572, - /// A color described as Goldenrod with a HEX value of #FAC205. + /// A color described as Goldenrod with a HEX value of #FAC205. Goldenrod = 0xFAC205, - /// A color described as Dark Yellow with a HEX value of #D5B60A. + /// A color described as Dark Yellow with a HEX value of #D5B60A. DarkYellow = 0xD5B60A, - /// A color described as Dark Grey with a HEX value of #363737. + /// A color described as Dark Grey with a HEX value of #363737. DarkGrey = 0x363737, - /// A color described as Army Green with a HEX value of #4B5D16. + /// A color described as Army Green with a HEX value of #4B5D16. ArmyGreen = 0x4B5D16, - /// A color described as Grey Blue with a HEX value of #6B8BA4. + /// A color described as Grey Blue with a HEX value of #6B8BA4. GreyBlueAlternate = 0x6B8BA4, - /// A color described as Seafoam with a HEX value of #80F9AD. + /// A color described as Seafoam with a HEX value of #80F9AD. Seafoam = 0x80F9AD, - /// A color described as Puce with a HEX value of #A57E52. + /// A color described as Puce with a HEX value of #A57E52. Puce = 0xA57E52, - /// A color described as Spring Green with a HEX value of #A9F971. + /// A color described as Spring Green with a HEX value of #A9F971. SpringGreen = 0xA9F971, - /// A color described as Dark Orange with a HEX value of #C65102. + /// A color described as Dark Orange with a HEX value of #C65102. DarkOrange = 0xC65102, - /// A color described as Sand with a HEX value of #E2CA76. + /// A color described as Sand with a HEX value of #E2CA76. Sand = 0xE2CA76, - /// A color described as Pastel Green with a HEX value of #B0FF9D. + /// A color described as Pastel Green with a HEX value of #B0FF9D. PastelGreen = 0xB0FF9D, - /// A color described as Mint with a HEX value of #9FFEB0. + /// A color described as Mint with a HEX value of #9FFEB0. Mint = 0x9FFEB0, - /// A color described as Light Orange with a HEX value of #FDAA48. + /// A color described as Light Orange with a HEX value of #FDAA48. LightOrange = 0xFDAA48, - /// A color described as Bright Pink with a HEX value of #FE01B1. + /// A color described as Bright Pink with a HEX value of #FE01B1. BrightPink = 0xFE01B1, - /// A color described as Chartreuse with a HEX value of #C1F80A. + /// A color described as Chartreuse with a HEX value of #C1F80A. Chartreuse = 0xC1F80A, - /// A color described as Deep Purple with a HEX value of #36013F. + /// A color described as Deep Purple with a HEX value of #36013F. DeepPurple = 0x36013F, - /// A color described as Dark Brown with a HEX value of #341C02. + /// A color described as Dark Brown with a HEX value of #341C02. DarkBrown = 0x341C02, - /// A color described as Taupe with a HEX value of #B9A281. + /// A color described as Taupe with a HEX value of #B9A281. Taupe = 0xB9A281, - /// A color described as Pea Green with a HEX value of #8EAB12. + /// A color described as Pea Green with a HEX value of #8EAB12. PeaGreen = 0x8EAB12, - /// A color described as Puke Green with a HEX value of #9AAE07. + /// A color described as Puke Green with a HEX value of #9AAE07. PukeGreen = 0x9AAE07, - /// A color described as Kelly Green with a HEX value of #02AB2E. + /// A color described as Kelly Green with a HEX value of #02AB2E. KellyGreen = 0x02AB2E, - /// A color described as Seafoam Green with a HEX value of #7AF9AB. + /// A color described as Seafoam Green with a HEX value of #7AF9AB. SeafoamGreen = 0x7AF9AB, - /// A color described as Blue Green with a HEX value of #137E6D. + /// A color described as Blue Green with a HEX value of #137E6D. BlueGreenAlternate = 0x137E6D, - /// A color described as Khaki with a HEX value of #AAA662. + /// A color described as Khaki with a HEX value of #AAA662. Khaki = 0xAAA662, - /// A color described as Burgundy with a HEX value of #610023. + /// A color described as Burgundy with a HEX value of #610023. Burgundy = 0x610023, - /// A color described as Dark Teal with a HEX value of #014D4E. + /// A color described as Dark Teal with a HEX value of #014D4E. DarkTeal = 0x014D4E, - /// A color described as Brick Red with a HEX value of #8F1402. + /// A color described as Brick Red with a HEX value of #8F1402. BrickRed = 0x8F1402, - /// A color described as Royal Purple with a HEX value of #4B006E. + /// A color described as Royal Purple with a HEX value of #4B006E. RoyalPurple = 0x4B006E, - /// A color described as Plum with a HEX value of #580F41. + /// A color described as Plum with a HEX value of #580F41. Plum = 0x580F41, - /// A color described as Mint Green with a HEX value of #8FFF9F. + /// A color described as Mint Green with a HEX value of #8FFF9F. MintGreen = 0x8FFF9F, - /// A color described as Gold with a HEX value of #DBB40C. + /// A color described as Gold with a HEX value of #DBB40C. Gold = 0xDBB40C, - /// A color described as Baby Blue with a HEX value of #A2CFFE. + /// A color described as Baby Blue with a HEX value of #A2CFFE. BabyBlue = 0xA2CFFE, - /// A color described as Yellow Green with a HEX value of #C0FB2D. + /// A color described as Yellow Green with a HEX value of #C0FB2D. YellowGreenAlternate = 0xC0FB2D, - /// A color described as Bright Purple with a HEX value of #BE03FD. + /// A color described as Bright Purple with a HEX value of #BE03FD. BrightPurple = 0xBE03FD, - /// A color described as Dark Red with a HEX value of #840000. + /// A color described as Dark Red with a HEX value of #840000. DarkRed = 0x840000, - /// A color described as Pale Blue with a HEX value of #D0FEFE. + /// A color described as Pale Blue with a HEX value of #D0FEFE. PaleBlue = 0xD0FEFE, - /// A color described as Grass Green with a HEX value of #3F9B0B. + /// A color described as Grass Green with a HEX value of #3F9B0B. GrassGreen = 0x3F9B0B, - /// A color described as Navy with a HEX value of #01153E. + /// A color described as Navy with a HEX value of #01153E. Navy = 0x01153E, - /// A color described as Aquamarine with a HEX value of #04D8B2. + /// A color described as Aquamarine with a HEX value of #04D8B2. Aquamarine = 0x04D8B2, - /// A color described as Burnt Orange with a HEX value of #C04E01. + /// A color described as Burnt Orange with a HEX value of #C04E01. BurntOrange = 0xC04E01, - /// A color described as Neon Green with a HEX value of #0CFF0C. + /// A color described as Neon Green with a HEX value of #0CFF0C. NeonGreen = 0x0CFF0C, - /// A color described as Bright Blue with a HEX value of #0165FC. + /// A color described as Bright Blue with a HEX value of #0165FC. BrightBlue = 0x0165FC, - /// A color described as Rose with a HEX value of #CF6275. + /// A color described as Rose with a HEX value of #CF6275. Rose = 0xCF6275, - /// A color described as Light Pink with a HEX value of #FFD1DF. + /// A color described as Light Pink with a HEX value of #FFD1DF. LightPink = 0xFFD1DF, - /// A color described as Mustard with a HEX value of #CEB301. + /// A color described as Mustard with a HEX value of #CEB301. Mustard = 0xCEB301, - /// A color described as Indigo with a HEX value of #380282. + /// A color described as Indigo with a HEX value of #380282. Indigo = 0x380282, - /// A color described as Lime with a HEX value of #AAFF32. + /// A color described as Lime with a HEX value of #AAFF32. Lime = 0xAAFF32, - /// A color described as Sea Green with a HEX value of #53FCA1. + /// A color described as Sea Green with a HEX value of #53FCA1. SeaGreen = 0x53FCA1, - /// A color described as Periwinkle with a HEX value of #8E82FE. + /// A color described as Periwinkle with a HEX value of #8E82FE. Periwinkle = 0x8E82FE, - /// A color described as Dark Pink with a HEX value of #CB416B. + /// A color described as Dark Pink with a HEX value of #CB416B. DarkPink = 0xCB416B, - /// A color described as Olive Green with a HEX value of #677A04. + /// A color described as Olive Green with a HEX value of #677A04. OliveGreen = 0x677A04, - /// A color described as Peach with a HEX value of #FFB07C. + /// A color described as Peach with a HEX value of #FFB07C. Peach = 0xFFB07C, - /// A color described as Pale Green with a HEX value of #C7FDB5. + /// A color described as Pale Green with a HEX value of #C7FDB5. PaleGreen = 0xC7FDB5, - /// A color described as Light Brown with a HEX value of #AD8150. + /// A color described as Light Brown with a HEX value of #AD8150. LightBrown = 0xAD8150, - /// A color described as Hot Pink with a HEX value of #FF028D. + /// A color described as Hot Pink with a HEX value of #FF028D. HotPink = 0xFF028D, - /// A color described as Black with a HEX value of #000000. + /// A color described as Black with a HEX value of #000000. Black = 0x000000, - /// A color described as Lilac with a HEX value of #CEA2FD. + /// A color described as Lilac with a HEX value of #CEA2FD. Lilac = 0xCEA2FD, - /// A color described as Navy Blue with a HEX value of #001146. + /// A color described as Navy Blue with a HEX value of #001146. NavyBlue = 0x001146, - /// A color described as Royal Blue with a HEX value of #0504AA. + /// A color described as Royal Blue with a HEX value of #0504AA. RoyalBlue = 0x0504AA, - /// A color described as Beige with a HEX value of #E6DAA6. + /// A color described as Beige with a HEX value of #E6DAA6. Beige = 0xE6DAA6, - /// A color described as Salmon with a HEX value of #FF796C. + /// A color described as Salmon with a HEX value of #FF796C. Salmon = 0xFF796C, - /// A color described as Olive with a HEX value of #6E750E. + /// A color described as Olive with a HEX value of #6E750E. Olive = 0x6E750E, - /// A color described as Maroon with a HEX value of #650021. + /// A color described as Maroon with a HEX value of #650021. Maroon = 0x650021, - /// A color described as Bright Green with a HEX value of #01FF07. + /// A color described as Bright Green with a HEX value of #01FF07. BrightGreen = 0x01FF07, - /// A color described as Dark Purple with a HEX value of #35063E. + /// A color described as Dark Purple with a HEX value of #35063E. DarkPurple = 0x35063E, - /// A color described as Mauve with a HEX value of #AE7181. + /// A color described as Mauve with a HEX value of #AE7181. Mauve = 0xAE7181, - /// A color described as Forest Green with a HEX value of #06470C. + /// A color described as Forest Green with a HEX value of #06470C. ForestGreen = 0x06470C, - /// A color described as Aqua with a HEX value of #13EAC9. + /// A color described as Aqua with a HEX value of #13EAC9. Aqua = 0x13EAC9, - /// A color described as Cyan with a HEX value of #00FFFF. + /// A color described as Cyan with a HEX value of #00FFFF. Cyan = 0x00FFFF, - /// A color described as Tan with a HEX value of #D1B26F. + /// A color described as Tan with a HEX value of #D1B26F. Tan = 0xD1B26F, - /// A color described as Dark Blue with a HEX value of #00035B. + /// A color described as Dark Blue with a HEX value of #00035B. DarkBlue = 0x00035B, - /// A color described as Lavender with a HEX value of #C79FEF. + /// A color described as Lavender with a HEX value of #C79FEF. Lavender = 0xC79FEF, - /// A color described as Turquoise with a HEX value of #06C2AC. + /// A color described as Turquoise with a HEX value of #06C2AC. Turquoise = 0x06C2AC, - /// A color described as Dark Green with a HEX value of #033500. + /// A color described as Dark Green with a HEX value of #033500. DarkGreen = 0x033500, - /// A color described as Violet with a HEX value of #9A0EEA. + /// A color described as Violet with a HEX value of #9A0EEA. Violet = 0x9A0EEA, - /// A color described as Light Purple with a HEX value of #BF77F6. + /// A color described as Light Purple with a HEX value of #BF77F6. LightPurple = 0xBF77F6, - /// A color described as Lime Green with a HEX value of #89FE05. + /// A color described as Lime Green with a HEX value of #89FE05. LimeGreen = 0x89FE05, - /// A color described as Grey with a HEX value of #929591. + /// A color described as Grey with a HEX value of #929591. Grey = 0x929591, - /// A color described as Sky Blue with a HEX value of #75BBFD. + /// A color described as Sky Blue with a HEX value of #75BBFD. SkyBlue = 0x75BBFD, - /// A color described as Yellow with a HEX value of #FFFF14. + /// A color described as Yellow with a HEX value of #FFFF14. Yellow = 0xFFFF14, - /// A color described as Magenta with a HEX value of #C20078. + /// A color described as Magenta with a HEX value of #C20078. Magenta = 0xC20078, - /// A color described as Light Green with a HEX value of #96F97B. + /// A color described as Light Green with a HEX value of #96F97B. LightGreen = 0x96F97B, - /// A color described as Orange with a HEX value of #F97306. + /// A color described as Orange with a HEX value of #F97306. Orange = 0xF97306, - /// A color described as Teal with a HEX value of #029386. + /// A color described as Teal with a HEX value of #029386. Teal = 0x029386, - /// A color described as Light Blue with a HEX value of #95D0FC. + /// A color described as Light Blue with a HEX value of #95D0FC. LightBlue = 0x95D0FC, - /// A color described as Red with a HEX value of #E50000. + /// A color described as Red with a HEX value of #E50000. Red = 0xE50000, - /// A color described as Brown with a HEX value of #653700. + /// A color described as Brown with a HEX value of #653700. Brown = 0x653700, - /// A color described as Pink with a HEX value of #FF81C0. + /// A color described as Pink with a HEX value of #FF81C0. Pink = 0xFF81C0, - /// A color described as Blue with a HEX value of #0343DF. + /// A color described as Blue with a HEX value of #0343DF. Blue = 0x0343DF, - /// A color described as Green with a HEX value of #15B01A. + /// A color described as Green with a HEX value of #15B01A. Green = 0x15B01A, - /// A color described as Purple with a HEX value of #7E1E9C. + /// A color described as Purple with a HEX value of #7E1E9C. Purple = 0x7E1E9C, Purple2 = 0x7E1E9C, diff --git a/CapyKit/Helpers/SettingsHelper.cs b/CapyKit/Helpers/SettingsHelper.cs index 77b3f6d..762b2e0 100644 --- a/CapyKit/Helpers/SettingsHelper.cs +++ b/CapyKit/Helpers/SettingsHelper.cs @@ -52,8 +52,7 @@ namespace CapyKit.Helpers #region Members /// - /// Private delegate function that retrieves a setting with the given key. Returns the - /// setting as an uncast . + /// Private delegate function that retrieves a setting with the given key. /// private static Func accessor = (key) => default(object); @@ -68,7 +67,7 @@ namespace CapyKit.Helpers #region Methods /// - /// Retrieves a setting with the given key. Returns the setting as an uncast . + /// Retrieves a setting with the given key. /// /// The type of the setting to be retrieved. /// The name of the setting to retrieve. diff --git a/Documentation/Help/F_CapyKit_Helpers_EncryptionHelper_encryptionKey.md b/Documentation/Help/F_CapyKit_Helpers_EncryptionHelper_encryptionKey.md new file mode 100644 index 0000000..8e199db --- /dev/null +++ b/Documentation/Help/F_CapyKit_Helpers_EncryptionHelper_encryptionKey.md @@ -0,0 +1,31 @@ +# encryptionKey Field + + +\[Missing <summary> documentation for "F:CapyKit.Helpers.EncryptionHelper.encryptionKey"\] + + + +## Definition +**Namespace:** CapyKit.Helpers +**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 + +**C#** +``` C# +private string encryptionKey +``` +**F#** +``` F# +val mutable private encryptionKey: string +``` + + + +#### Field Value +String + +## See Also + + +#### Reference +EncryptionHelper Class +CapyKit.Helpers Namespace diff --git a/Documentation/Help/F_CapyKit_Helpers_SecurityHelper_saltSize.md b/Documentation/Help/F_CapyKit_Helpers_SecurityHelper_SALT_SIZE.md similarity index 77% rename from Documentation/Help/F_CapyKit_Helpers_SecurityHelper_saltSize.md rename to Documentation/Help/F_CapyKit_Helpers_SecurityHelper_SALT_SIZE.md index b63819b..66241dd 100644 --- a/Documentation/Help/F_CapyKit_Helpers_SecurityHelper_saltSize.md +++ b/Documentation/Help/F_CapyKit_Helpers_SecurityHelper_SALT_SIZE.md @@ -1,7 +1,7 @@ -# saltSize Field +# SALT_SIZE Field -Default size of the generated salt. +Default size to use when generating a new salt. @@ -11,11 +11,11 @@ Default size of the generated salt. **C#** ``` C# -private const int saltSize = 32 +private const int SALT_SIZE = 32 ``` **F#** ``` F# -static val mutable private saltSize: int +static val mutable private SALT_SIZE: int ``` diff --git a/Documentation/Help/F_CapyKit_Helpers_SettingsHelper_accessor.md b/Documentation/Help/F_CapyKit_Helpers_SettingsHelper_accessor.md index 96fa0d9..07de635 100644 --- a/Documentation/Help/F_CapyKit_Helpers_SettingsHelper_accessor.md +++ b/Documentation/Help/F_CapyKit_Helpers_SettingsHelper_accessor.md @@ -1,7 +1,7 @@ # accessor Field -Private delegate function that retrieves a setting with the given `key`. Returns the setting as an uncast Object. +Private delegate function that retrieves a setting with the given `key`. diff --git a/Documentation/Help/F_CapyKit_Password_algorithm.md b/Documentation/Help/F_CapyKit_Password_pbkdf2Algorithm.md similarity index 77% rename from Documentation/Help/F_CapyKit_Password_algorithm.md rename to Documentation/Help/F_CapyKit_Password_pbkdf2Algorithm.md index f617eb4..3236cd3 100644 --- a/Documentation/Help/F_CapyKit_Password_algorithm.md +++ b/Documentation/Help/F_CapyKit_Password_pbkdf2Algorithm.md @@ -1,7 +1,7 @@ -# algorithm Field +# pbkdf2Algorithm Field -\[Missing <summary> documentation for "F:CapyKit.Password.algorithm"\] +\[Missing <summary> documentation for "F:CapyKit.Password.pbkdf2Algorithm"\] @@ -11,11 +11,11 @@ **C#** ``` C# -private static Lazy algorithm +private static Lazy pbkdf2Algorithm ``` **F#** ``` F# -static val mutable private algorithm: Lazy +static val mutable private pbkdf2Algorithm: Lazy ``` diff --git a/Documentation/Help/Fields_T_CapyKit_Helpers_EncryptionHelper.md b/Documentation/Help/Fields_T_CapyKit_Helpers_EncryptionHelper.md new file mode 100644 index 0000000..bddf567 --- /dev/null +++ b/Documentation/Help/Fields_T_CapyKit_Helpers_EncryptionHelper.md @@ -0,0 +1,18 @@ +# EncryptionHelper Fields + + + + +## Fields + + + + +
encryptionKey 
+ +## See Also + + +#### Reference +EncryptionHelper Class +CapyKit.Helpers Namespace diff --git a/Documentation/Help/Fields_T_CapyKit_Helpers_SecurityHelper.md b/Documentation/Help/Fields_T_CapyKit_Helpers_SecurityHelper.md index 193d79f..f0e744e 100644 --- a/Documentation/Help/Fields_T_CapyKit_Helpers_SecurityHelper.md +++ b/Documentation/Help/Fields_T_CapyKit_Helpers_SecurityHelper.md @@ -12,8 +12,8 @@ NUMBER_CHARACTERS A string of all the numeric characters. -saltSize -Default size of the generated salt. +SALT_SIZE +Default size to use when generating a new salt. SPECIAL_CHARACTERS A string of the most common non-alphanumeric characters. diff --git a/Documentation/Help/Fields_T_CapyKit_Helpers_SettingsHelper.md b/Documentation/Help/Fields_T_CapyKit_Helpers_SettingsHelper.md index 5373038..eea6e95 100644 --- a/Documentation/Help/Fields_T_CapyKit_Helpers_SettingsHelper.md +++ b/Documentation/Help/Fields_T_CapyKit_Helpers_SettingsHelper.md @@ -7,7 +7,7 @@ - + diff --git a/Documentation/Help/Fields_T_CapyKit_Password.md b/Documentation/Help/Fields_T_CapyKit_Password.md index 9688eea..5d7ba54 100644 --- a/Documentation/Help/Fields_T_CapyKit_Password.md +++ b/Documentation/Help/Fields_T_CapyKit_Password.md @@ -6,7 +6,7 @@ ## Fields
accessorPrivate delegate function that retrieves a setting with the given key. Returns the setting as an uncast Object.
Private delegate function that retrieves a setting with the given key.
detector Private delegate function that detects if a setting with a given key exists. Returns true if the setting exists, false if not.
- +
algorithmpbkdf2Algorithm  
diff --git a/Documentation/Help/M_CapyKit_Attributes_ValueFormatAttribute_GetFormatParameterizedString.md b/Documentation/Help/M_CapyKit_Attributes_ValueFormatAttribute_GetFormatParameterizedString.md new file mode 100644 index 0000000..aaea897 --- /dev/null +++ b/Documentation/Help/M_CapyKit_Attributes_ValueFormatAttribute_GetFormatParameterizedString.md @@ -0,0 +1,42 @@ +# GetFormatParameterizedString Method + + +Gets a parameterized formatted string for the specified index. + + + +## Definition +**Namespace:** CapyKit.Attributes +**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 + +**C#** +``` C# +public string GetFormatParameterizedString( + int index = 0 +) +``` +**F#** +``` F# +member GetFormatParameterizedString : + ?index : int +(* Defaults: + let _index = defaultArg index 0 +*) +-> string +``` + + + +#### Parameters +
  Int32  (Optional)
(Optional) Zero-based index of the item in the string to format.
+ +#### Return Value +String +A formatted string with the specified index and format. + +## See Also + + +#### Reference +ValueFormatAttribute Class +CapyKit.Attributes Namespace diff --git a/Documentation/Help/M_CapyKit_Attributes_ValueFormatAttribute__ctor.md b/Documentation/Help/M_CapyKit_Attributes_ValueFormatAttribute__ctor.md new file mode 100644 index 0000000..75a6a45 --- /dev/null +++ b/Documentation/Help/M_CapyKit_Attributes_ValueFormatAttribute__ctor.md @@ -0,0 +1,29 @@ +# ValueFormatAttribute Constructor + + +Default constructor. Initializes a new instance of the ValueFormatAttribute class with an empty format string. + + + +## Definition +**Namespace:** CapyKit.Attributes +**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 + +**C#** +``` C# +public ValueFormatAttribute() +``` +**F#** +``` F# +new : unit -> ValueFormatAttribute +``` + + + +## See Also + + +#### Reference +ValueFormatAttribute Class +ValueFormatAttribute Overload +CapyKit.Attributes Namespace diff --git a/Documentation/Help/M_CapyKit_Attributes_ValueFormatAttribute__ctor_1.md b/Documentation/Help/M_CapyKit_Attributes_ValueFormatAttribute__ctor_1.md new file mode 100644 index 0000000..44acc73 --- /dev/null +++ b/Documentation/Help/M_CapyKit_Attributes_ValueFormatAttribute__ctor_1.md @@ -0,0 +1,35 @@ +# ValueFormatAttribute(String) Constructor + + +Constructor. Initializes a new instance of the ValueFormatAttribute class with the specified format string. + + + +## Definition +**Namespace:** CapyKit.Attributes +**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 + +**C#** +``` C# +public ValueFormatAttribute( + string format +) +``` +**F#** +``` F# +new : + format : string -> ValueFormatAttribute +``` + + + +#### Parameters +
  String
The format string used to format the value.
+ +## See Also + + +#### Reference +ValueFormatAttribute Class +ValueFormatAttribute Overload +CapyKit.Attributes Namespace diff --git a/Documentation/Help/M_CapyKit_CapyEventReporter_EmitEvent.md b/Documentation/Help/M_CapyKit_CapyEventReporter_EmitEvent.md index 5e1da9b..22679d8 100644 --- a/Documentation/Help/M_CapyKit_CapyEventReporter_EmitEvent.md +++ b/Documentation/Help/M_CapyKit_CapyEventReporter_EmitEvent.md @@ -11,7 +11,7 @@ Emits an event with the given severity level, message, and method name. **C#** ``` C# -internal static void EmitEvent( +public static void EmitEvent( EventLevel eventLevel, string message, string method = null, @@ -20,7 +20,7 @@ internal static void EmitEvent( ``` **F#** ``` F# -internal static member EmitEvent : +static member EmitEvent : eventLevel : EventLevel * message : string * ?method : string * diff --git a/Documentation/Help/M_CapyKit_CapyEventReporter_EmitEventOnce.md b/Documentation/Help/M_CapyKit_CapyEventReporter_EmitEventOnce.md index 3416b8c..39a420c 100644 --- a/Documentation/Help/M_CapyKit_CapyEventReporter_EmitEventOnce.md +++ b/Documentation/Help/M_CapyKit_CapyEventReporter_EmitEventOnce.md @@ -11,7 +11,7 @@ Emits an event with the given severity level, message, unique identifier, and me **C#** ``` C# -internal static void EmitEventOnce( +public static void EmitEventOnce( EventLevel eventLevel, string message, string uniqueIdentifier, @@ -21,7 +21,7 @@ internal static void EmitEventOnce( ``` **F#** ``` F# -internal static member EmitEventOnce : +static member EmitEventOnce : eventLevel : EventLevel * message : string * uniqueIdentifier : string * diff --git a/Documentation/Help/M_CapyKit_EncryptedValue_1__ctor.md b/Documentation/Help/M_CapyKit_EncryptedValue_1__ctor.md new file mode 100644 index 0000000..f57f350 --- /dev/null +++ b/Documentation/Help/M_CapyKit_EncryptedValue_1__ctor.md @@ -0,0 +1,28 @@ +# EncryptedValue<T> Constructor + + +Initializes a new instance of the EncryptedValue(T) class + + + +## Definition +**Namespace:** CapyKit +**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 + +**C#** +``` C# +public EncryptedValue() +``` +**F#** +``` F# +new : unit -> EncryptedValue +``` + + + +## See Also + + +#### Reference +EncryptedValue(T) Class +CapyKit Namespace diff --git a/Documentation/Help/M_CapyKit_Helpers_EncryptionHelper__ctor.md b/Documentation/Help/M_CapyKit_Helpers_EncryptionHelper__ctor.md new file mode 100644 index 0000000..bbc467d --- /dev/null +++ b/Documentation/Help/M_CapyKit_Helpers_EncryptionHelper__ctor.md @@ -0,0 +1,34 @@ +# EncryptionHelper Constructor + + +Initializes a new instance of the EncryptionHelper class + + + +## Definition +**Namespace:** CapyKit.Helpers +**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 + +**C#** +``` C# +public EncryptionHelper( + string encryptionKey +) +``` +**F#** +``` F# +new : + encryptionKey : string -> EncryptionHelper +``` + + + +#### Parameters +
  String
\[Missing <param name="encryptionKey"/> documentation for "M:CapyKit.Helpers.EncryptionHelper.#ctor(System.String)"\]
+ +## See Also + + +#### Reference +EncryptionHelper Class +CapyKit.Helpers Namespace diff --git a/Documentation/Help/M_CapyKit_Helpers_IEncryptionAlgorithm_Decrypt__1.md b/Documentation/Help/M_CapyKit_Helpers_IEncryptionAlgorithm_Decrypt__1.md new file mode 100644 index 0000000..55fbaaa --- /dev/null +++ b/Documentation/Help/M_CapyKit_Helpers_IEncryptionAlgorithm_Decrypt__1.md @@ -0,0 +1,44 @@ +# Decrypt<T> Method + + +\[Missing <summary> documentation for "M:CapyKit.Helpers.IEncryptionAlgorithm.Decrypt``1(CapyKit.EncryptedValue{``0},System.Object[])"\] + + + +## Definition +**Namespace:** CapyKit.Helpers +**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 + +**C#** +``` C# +T Decrypt( + EncryptedValue encryptedValue, + params Object[] args +) + +``` +**F#** +``` F# +abstract Decrypt : + encryptedValue : EncryptedValue<'T> * + args : Object[] -> 'T +``` + + + +#### Parameters +
  EncryptedValue(T)
\[Missing <param name="encryptedValue"/> documentation for "M:CapyKit.Helpers.IEncryptionAlgorithm.Decrypt``1(CapyKit.EncryptedValue{``0},System.Object[])"\]
  Object[]
\[Missing <param name="args"/> documentation for "M:CapyKit.Helpers.IEncryptionAlgorithm.Decrypt``1(CapyKit.EncryptedValue{``0},System.Object[])"\]
+ +#### Type Parameters +
\[Missing <typeparam name="T"/> documentation for "M:CapyKit.Helpers.IEncryptionAlgorithm.Decrypt``1(CapyKit.EncryptedValue{``0},System.Object[])"\]
+ +#### Return Value +T +\[Missing <returns> documentation for "M:CapyKit.Helpers.IEncryptionAlgorithm.Decrypt``1(CapyKit.EncryptedValue{``0},System.Object[])"\] + +## See Also + + +#### Reference +IEncryptionAlgorithm Interface +CapyKit.Helpers Namespace diff --git a/Documentation/Help/M_CapyKit_Helpers_IEncryptionAlgorithm_Encrypt__1.md b/Documentation/Help/M_CapyKit_Helpers_IEncryptionAlgorithm_Encrypt__1.md new file mode 100644 index 0000000..f60d5e9 --- /dev/null +++ b/Documentation/Help/M_CapyKit_Helpers_IEncryptionAlgorithm_Encrypt__1.md @@ -0,0 +1,44 @@ +# Encrypt<T> Method + + +\[Missing <summary> documentation for "M:CapyKit.Helpers.IEncryptionAlgorithm.Encrypt``1(System.Object,System.Object[])"\] + + + +## Definition +**Namespace:** CapyKit.Helpers +**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 + +**C#** +``` C# +EncryptedValue Encrypt( + Object obj, + params Object[] args +) + +``` +**F#** +``` F# +abstract Encrypt : + obj : Object * + args : Object[] -> EncryptedValue<'T> +``` + + + +#### Parameters +
  Object
\[Missing <param name="obj"/> documentation for "M:CapyKit.Helpers.IEncryptionAlgorithm.Encrypt``1(System.Object,System.Object[])"\]
  Object[]
\[Missing <param name="args"/> documentation for "M:CapyKit.Helpers.IEncryptionAlgorithm.Encrypt``1(System.Object,System.Object[])"\]
+ +#### Type Parameters +
\[Missing <typeparam name="T"/> documentation for "M:CapyKit.Helpers.IEncryptionAlgorithm.Encrypt``1(System.Object,System.Object[])"\]
+ +#### Return Value +EncryptedValue(T) +\[Missing <returns> documentation for "M:CapyKit.Helpers.IEncryptionAlgorithm.Encrypt``1(System.Object,System.Object[])"\] + +## See Also + + +#### Reference +IEncryptionAlgorithm Interface +CapyKit.Helpers Namespace diff --git a/Documentation/Help/M_CapyKit_Helpers_SecurityHelper_CompareHashedPassword.md b/Documentation/Help/M_CapyKit_Helpers_SecurityHelper_CompareHashedPassword.md index 090fb84..17b8413 100644 --- a/Documentation/Help/M_CapyKit_Helpers_SecurityHelper_CompareHashedPassword.md +++ b/Documentation/Help/M_CapyKit_Helpers_SecurityHelper_CompareHashedPassword.md @@ -1,7 +1,7 @@ -# CompareHashedPassword Method +# CompareHashedPassword(Password, String, Byte[], IPasswordAlgorithm, Object[]) Method -Compares an unencrypted *providedPassword* with a stored, encrypted *existingPassword*. +Compares an unencrypted *password* with a stored, encrypted *existingPassword*. This method uses the specified *algorithm* to retrieve the hashed version of the *password* and then compares it with the *existingPassword*. @@ -12,21 +12,27 @@ Compares an unencrypted *providedPassword* with a stored, encrypted *existingPas **C#** ``` C# public static bool CompareHashedPassword( - string providedPassword, - string existingPassword + Password existingPassword, + string password, + byte[] salt, + IPasswordAlgorithm algorithm, + params Object[] args ) ``` **F#** ``` F# static member CompareHashedPassword : - providedPassword : string * - existingPassword : string -> bool + existingPassword : Password * + password : string * + salt : byte[] * + algorithm : IPasswordAlgorithm * + args : Object[] -> bool ``` #### Parameters -
  String
The provided password, unencrypted.
  String
The existing, encrypted password.
+
  Password
The existing, encrypted password.
  String
The unencrypted password to be compared.
  Byte[]
The salt value used in password hashing.
  IPasswordAlgorithm
The password hashing algorithm.
  Object[]
Additional arguments required for constructing the password algorithm instance.
#### Return Value Boolean @@ -37,4 +43,5 @@ true if hash comparison succeeds, false if it fails. #### Reference SecurityHelper Class +CompareHashedPassword Overload CapyKit.Helpers Namespace diff --git a/Documentation/Help/M_CapyKit_Helpers_SecurityHelper_CompareHashedPassword__1.md b/Documentation/Help/M_CapyKit_Helpers_SecurityHelper_CompareHashedPassword__1.md new file mode 100644 index 0000000..a7e17bc --- /dev/null +++ b/Documentation/Help/M_CapyKit_Helpers_SecurityHelper_CompareHashedPassword__1.md @@ -0,0 +1,49 @@ +# CompareHashedPassword<T>(Password, String, Byte[], Object[]) Method + + +Compares an unencrypted *password* with a stored, encrypted *existingPassword*. This method uses the specified password algorithm type *T* to retrieve the hashed version of the *password* and then compares it with the *existingPassword*. + + + +## Definition +**Namespace:** CapyKit.Helpers +**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 + +**C#** +``` C# +public static bool CompareHashedPassword( + Password existingPassword, + string password, + byte[] salt, + params Object[] args +) + +``` +**F#** +``` F# +static member CompareHashedPassword : + existingPassword : Password * + password : string * + salt : byte[] * + args : Object[] -> bool +``` + + + +#### Parameters +
  Password
The existing, encrypted password.
  String
The unencrypted password to be compared.
  Byte[]
The salt value used in password hashing.
  Object[]
Additional arguments required for constructing the password algorithm instance.
+ +#### Type Parameters +
The type of the password hashing algorithm.
+ +#### Return Value +Boolean +true if hash comparison succeeds, false if it fails. + +## See Also + + +#### Reference +SecurityHelper Class +CompareHashedPassword Overload +CapyKit.Helpers Namespace diff --git a/Documentation/Help/M_CapyKit_Helpers_SecurityHelper_GetPassword__1.md b/Documentation/Help/M_CapyKit_Helpers_SecurityHelper_GetPassword__1.md new file mode 100644 index 0000000..685c41b --- /dev/null +++ b/Documentation/Help/M_CapyKit_Helpers_SecurityHelper_GetPassword__1.md @@ -0,0 +1,51 @@ +# GetPassword<T>(String, Byte[], Object[]) Method + + +Retrieves a Password object using the specified password, salt, and optional constructor arguments. + + + +## Definition +**Namespace:** CapyKit.Helpers +**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 + +**C#** +``` C# +public static Password GetPassword( + string password, + byte[] salt, + params Object[] args +) +where T : IPasswordAlgorithm + +``` +**F#** +``` F# +static member GetPassword : + password : string * + salt : byte[] * + args : Object[] -> Password when 'T : IPasswordAlgorithm +``` + + + +#### Parameters +
  String
The plaintext password to be hashed.
  Byte[]
A random value used as an additional input to the one-way function that hashes data, a password or passphrase. This is used to make each output different for the same input thus adding security.
  Object[]
Optional constructor arguments for the IPasswordAlgorithm implementation instance.
+ +#### Type Parameters +
The type of IPasswordAlgorithm implementation to use.
+ +#### Return Value +Password +A new Password object with the given password and salt, as well as an instance of *T* created using the provided constructor arguments. + +## Remarks +This method uses reflection to find a constructor for the specified password algorithm type (*T*). It emits an error event if a suitable constructor is not found or if there is an error invoking the constructor. + +## See Also + + +#### Reference +SecurityHelper Class +GetPassword Overload +CapyKit.Helpers Namespace diff --git a/Documentation/Help/M_CapyKit_Helpers_SecurityHelper_GetPassword__1_1.md b/Documentation/Help/M_CapyKit_Helpers_SecurityHelper_GetPassword__1_1.md new file mode 100644 index 0000000..8f16d4c --- /dev/null +++ b/Documentation/Help/M_CapyKit_Helpers_SecurityHelper_GetPassword__1_1.md @@ -0,0 +1,46 @@ +# GetPassword<T>(String, Object[]) Method + + +Retrieves a Password object using the specified password and generates a random salt value. Then it uses that salt to call the overloaded GetPassword(T)(String, Byte[], Object[]) method with the given password and the generated salt as arguments. + + + +## Definition +**Namespace:** CapyKit.Helpers +**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 + +**C#** +``` C# +public static Password GetPassword( + string password, + params Object[] args +) + +``` +**F#** +``` F# +static member GetPassword : + password : string * + args : Object[] -> Password +``` + + + +#### Parameters +
  String
The plaintext password to be hashed.
  Object[]
Optional constructor arguments for the IPasswordAlgorithm implementation instance.
+ +#### Type Parameters +
The type of IPasswordAlgorithm implementation to use.
+ +#### Return Value +Password +A new Password object with the given password and a randomly generated salt, as well as an instance of *T* created using any optional constructor arguments provided. + +## See Also + + +#### Reference +SecurityHelper Class +GetPassword Overload +CapyKit.Helpers Namespace +SALT_SIZE diff --git a/Documentation/Help/M_CapyKit_Helpers_SecurityHelper_GetValidCharacterComposition.md b/Documentation/Help/M_CapyKit_Helpers_SecurityHelper_GetValidCharacterComposition.md index 290a088..98d4b9d 100644 --- a/Documentation/Help/M_CapyKit_Helpers_SecurityHelper_GetValidCharacterComposition.md +++ b/Documentation/Help/M_CapyKit_Helpers_SecurityHelper_GetValidCharacterComposition.md @@ -1,7 +1,7 @@ # GetValidCharacterComposition Method -\[Missing <summary> documentation for "M:CapyKit.Helpers.SecurityHelper.GetValidCharacterComposition(CapyKit.Helpers.ValidCharacterCollection[])"\] +Static method that returns a valid character composition based on the given ValidCharacterCollection parameters. @@ -24,11 +24,11 @@ private static member GetValidCharacterComposition : #### Parameters -
  ValidCharacterCollection[]
\[Missing <param name="validCharacters"/> documentation for "M:CapyKit.Helpers.SecurityHelper.GetValidCharacterComposition(CapyKit.Helpers.ValidCharacterCollection[])"\]
+
  ValidCharacterCollection[]
An array of ValidCharacterCollection enumeration values representing the desired character sets.
#### Return Value String -\[Missing <returns> documentation for "M:CapyKit.Helpers.SecurityHelper.GetValidCharacterComposition(CapyKit.Helpers.ValidCharacterCollection[])"\] +A string containing all the characters from the specified character sets. ## See Also diff --git a/Documentation/Help/M_CapyKit_Helpers_SecurityHelper_HashPassword.md b/Documentation/Help/M_CapyKit_Helpers_SecurityHelper_HashPassword.md deleted file mode 100644 index a92afe2..0000000 --- a/Documentation/Help/M_CapyKit_Helpers_SecurityHelper_HashPassword.md +++ /dev/null @@ -1,38 +0,0 @@ -# HashPassword Method - - -Hashes an unencrypted password. - - - -## Definition -**Namespace:** CapyKit.Helpers -**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 - -**C#** -``` C# -public static string HashPassword( - string password -) -``` -**F#** -``` F# -static member HashPassword : - password : string -> string -``` - - - -#### Parameters -
  String
The password.
- -#### Return Value -String -The hashed password. - -## See Also - - -#### Reference -SecurityHelper Class -CapyKit.Helpers Namespace diff --git a/Documentation/Help/M_CapyKit_Helpers_SettingsHelper_GetApplicationSetting__1.md b/Documentation/Help/M_CapyKit_Helpers_SettingsHelper_GetApplicationSetting__1.md index cd1acdf..bd34ef8 100644 --- a/Documentation/Help/M_CapyKit_Helpers_SettingsHelper_GetApplicationSetting__1.md +++ b/Documentation/Help/M_CapyKit_Helpers_SettingsHelper_GetApplicationSetting__1.md @@ -1,7 +1,7 @@ # GetApplicationSetting<T> Method -Retrieves a setting with the given `key`. Returns the setting as an uncast *T*. +Retrieves a setting with the given `key`. diff --git a/Documentation/Help/M_CapyKit_Password_Equals.md b/Documentation/Help/M_CapyKit_Password_Equals.md new file mode 100644 index 0000000..70e01ee --- /dev/null +++ b/Documentation/Help/M_CapyKit_Password_Equals.md @@ -0,0 +1,40 @@ +# Equals Method + + +Determines whether the specified object is equal to the current object. + + + +## Definition +**Namespace:** CapyKit +**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 + +**C#** +``` C# +public override bool Equals( + Object? obj +) +``` +**F#** +``` F# +abstract Equals : + obj : Object -> bool +override Equals : + obj : Object -> bool +``` + + + +#### Parameters +
  Object
The object to compare with the current object.
+ +#### Return Value +Boolean +true if the specified object is equal to the current object; otherwise, false. + +## See Also + + +#### Reference +Password Class +CapyKit Namespace diff --git a/Documentation/Help/M_CapyKit_Password_op_Equality.md b/Documentation/Help/M_CapyKit_Password_op_Equality.md new file mode 100644 index 0000000..3147058 --- /dev/null +++ b/Documentation/Help/M_CapyKit_Password_op_Equality.md @@ -0,0 +1,40 @@ +# Equality Operator + + +\[Missing <summary> documentation for "M:CapyKit.Password.op_Equality(CapyKit.Password,CapyKit.Password)"\] + + + +## Definition +**Namespace:** CapyKit +**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 + +**C#** +``` C# +public static bool operator ==( + Password a, + Password b +) +``` +**F#** +``` F# +static let inline (=) + a : Password * + b : Password : bool +``` + + + +#### Parameters +
  Password
\[Missing <param name="a"/> documentation for "M:CapyKit.Password.op_Equality(CapyKit.Password,CapyKit.Password)"\]
  Password
\[Missing <param name="b"/> documentation for "M:CapyKit.Password.op_Equality(CapyKit.Password,CapyKit.Password)"\]
+ +#### Return Value +Boolean +\[Missing <returns> documentation for "M:CapyKit.Password.op_Equality(CapyKit.Password,CapyKit.Password)"\] + +## See Also + + +#### Reference +Password Class +CapyKit Namespace diff --git a/Documentation/Help/M_CapyKit_Password_op_Inequality.md b/Documentation/Help/M_CapyKit_Password_op_Inequality.md new file mode 100644 index 0000000..05c7af3 --- /dev/null +++ b/Documentation/Help/M_CapyKit_Password_op_Inequality.md @@ -0,0 +1,40 @@ +# Inequality Operator + + +\[Missing <summary> documentation for "M:CapyKit.Password.op_Inequality(CapyKit.Password,CapyKit.Password)"\] + + + +## Definition +**Namespace:** CapyKit +**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 + +**C#** +``` C# +public static bool operator !=( + Password a, + Password b +) +``` +**F#** +``` F# +static let inline (<>) + a : Password * + b : Password : bool +``` + + + +#### Parameters +
  Password
\[Missing <param name="a"/> documentation for "M:CapyKit.Password.op_Inequality(CapyKit.Password,CapyKit.Password)"\]
  Password
\[Missing <param name="b"/> documentation for "M:CapyKit.Password.op_Inequality(CapyKit.Password,CapyKit.Password)"\]
+ +#### Return Value +Boolean +\[Missing <returns> documentation for "M:CapyKit.Password.op_Inequality(CapyKit.Password,CapyKit.Password)"\] + +## See Also + + +#### Reference +Password Class +CapyKit Namespace diff --git a/Documentation/Help/Methods_T_CapyKit_Attributes_ValueFormatAttribute.md b/Documentation/Help/Methods_T_CapyKit_Attributes_ValueFormatAttribute.md new file mode 100644 index 0000000..78bbe14 --- /dev/null +++ b/Documentation/Help/Methods_T_CapyKit_Attributes_ValueFormatAttribute.md @@ -0,0 +1,42 @@ +# ValueFormatAttribute Methods + + + + +## Methods + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EqualsReturns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetFormatParameterizedStringGets a parameterized formatted string for the specified index.
GetHashCodeReturns the hash code for this instance.
(Inherited from Attribute)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsDefaultAttributeWhen overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
(Inherited from Attribute)
MatchWhen overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
(Inherited from Attribute)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
+ +## See Also + + +#### Reference +ValueFormatAttribute Class +CapyKit.Attributes Namespace diff --git a/Documentation/Help/Methods_T_CapyKit_EncryptedValue_1.md b/Documentation/Help/Methods_T_CapyKit_EncryptedValue_1.md new file mode 100644 index 0000000..89bb422 --- /dev/null +++ b/Documentation/Help/Methods_T_CapyKit_EncryptedValue_1.md @@ -0,0 +1,33 @@ +# EncryptedValue<T> Methods + + + + +## Methods + + + + + + + + + + + + + + + + + + + +
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
+ +## See Also + + +#### Reference +EncryptedValue(T) Class +CapyKit Namespace diff --git a/Documentation/Help/Methods_T_CapyKit_Helpers_EncryptionHelper.md b/Documentation/Help/Methods_T_CapyKit_Helpers_EncryptionHelper.md new file mode 100644 index 0000000..b0bbca6 --- /dev/null +++ b/Documentation/Help/Methods_T_CapyKit_Helpers_EncryptionHelper.md @@ -0,0 +1,33 @@ +# EncryptionHelper Methods + + + + +## Methods + + + + + + + + + + + + + + + + + + + +
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
+ +## See Also + + +#### Reference +EncryptionHelper Class +CapyKit.Helpers Namespace diff --git a/Documentation/Help/Methods_T_CapyKit_Helpers_IEncryptionAlgorithm.md b/Documentation/Help/Methods_T_CapyKit_Helpers_IEncryptionAlgorithm.md new file mode 100644 index 0000000..b9c06aa --- /dev/null +++ b/Documentation/Help/Methods_T_CapyKit_Helpers_IEncryptionAlgorithm.md @@ -0,0 +1,21 @@ +# IEncryptionAlgorithm Methods + + + + +## Methods + + + + + + + +
Decrypt(T) 
Encrypt(T) 
+ +## See Also + + +#### Reference +IEncryptionAlgorithm Interface +CapyKit.Helpers Namespace diff --git a/Documentation/Help/Methods_T_CapyKit_Helpers_SecurityHelper.md b/Documentation/Help/Methods_T_CapyKit_Helpers_SecurityHelper.md index c59bcc4..8290be9 100644 --- a/Documentation/Help/Methods_T_CapyKit_Helpers_SecurityHelper.md +++ b/Documentation/Help/Methods_T_CapyKit_Helpers_SecurityHelper.md @@ -6,8 +6,11 @@ ## Methods - - + + + + + @@ -24,6 +27,12 @@ + + + + + + @@ -40,10 +49,7 @@ - - - - + diff --git a/Documentation/Help/Methods_T_CapyKit_Helpers_SettingsHelper.md b/Documentation/Help/Methods_T_CapyKit_Helpers_SettingsHelper.md index 96a80b3..d4b7331 100644 --- a/Documentation/Help/Methods_T_CapyKit_Helpers_SettingsHelper.md +++ b/Documentation/Help/Methods_T_CapyKit_Helpers_SettingsHelper.md @@ -7,7 +7,7 @@
CompareHashedPasswordCompares an unencrypted providedPassword with a stored, encrypted existingPassword.
CompareHashedPassword(Password, String, Byte[], IPasswordAlgorithm, Object[])Compares an unencrypted password with a stored, encrypted existingPassword. This method uses the specified algorithm to retrieve the hashed version of the password and then compares it with the existingPassword.
CompareHashedPassword(T)(Password, String, Byte[], Object[])Compares an unencrypted password with a stored, encrypted existingPassword. This method uses the specified password algorithm type T to retrieve the hashed version of the password and then compares it with the existingPassword.
CompareSessionID Compares two session identifiers.
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetPassword(T)(String, Object[])Retrieves a Password object using the specified password and generates a random salt value. Then it uses that salt to call the overloaded GetPassword(T)(String, Byte[], Object[]) method with the given password and the generated salt as arguments.
GetPassword(T)(String, Byte[], Object[])Retrieves a Password object using the specified password, salt, and optional constructor arguments.
GetRandomBytes Generates a new byte array of the specified length with random values.
Gets the Type of the current instance.
(Inherited from Object)
GetValidCharacterComposition 
HashPasswordHashes an unencrypted password.
Static method that returns a valid character composition based on the given ValidCharacterCollection parameters.
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
- + diff --git a/Documentation/Help/Methods_T_CapyKit_Password.md b/Documentation/Help/Methods_T_CapyKit_Password.md index d3a4e91..28de969 100644 --- a/Documentation/Help/Methods_T_CapyKit_Password.md +++ b/Documentation/Help/Methods_T_CapyKit_Password.md @@ -6,8 +6,8 @@ ## Methods
GetApplicationSetting(T)Retrieves a setting with the given key. Returns the setting as an uncast T.
Retrieves a setting with the given key.
SetAccessorMethod Sets the function used to retrieve application settings.
- - + + diff --git a/Documentation/Help/N_CapyKit.md b/Documentation/Help/N_CapyKit.md index c54c08e..92294f1 100644 --- a/Documentation/Help/N_CapyKit.md +++ b/Documentation/Help/N_CapyKit.md @@ -14,6 +14,9 @@ + + + diff --git a/Documentation/Help/N_CapyKit_Attributes.md b/Documentation/Help/N_CapyKit_Attributes.md index 5688f5f..b6d67f6 100644 --- a/Documentation/Help/N_CapyKit_Attributes.md +++ b/Documentation/Help/N_CapyKit_Attributes.md @@ -13,4 +13,7 @@ + + +
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
EqualsDetermines whether the specified object is equal to the current object.
(Overrides Object.Equals(Object))
Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
CapyEventReporter The CapyEventReporter class is responsible for managing event subscriptions and emissions within CapyKit.
EncryptedValue(T) 
Password Represents a password with its hash, salt and algorithm used for encryption.
EnumerationDescriptionAttribute An attribute class for decorating enumeration fields with a description.
ValueFormatAttributeCustom attribute for formatting values in a specific way.
\ No newline at end of file diff --git a/Documentation/Help/N_CapyKit_Helpers.md b/Documentation/Help/N_CapyKit_Helpers.md index 4048a74..76e7d1a 100644 --- a/Documentation/Help/N_CapyKit_Helpers.md +++ b/Documentation/Help/N_CapyKit_Helpers.md @@ -14,6 +14,9 @@ CompressionHelper A class that contains methods for managing data compression. +EncryptionHelper +  + LanguageHelper Helper class for handling text transformations. @@ -27,6 +30,13 @@ Static class containing helper methods for retrieving and setting application settings. +## Interfaces + + + + +
IEncryptionAlgorithm 
+ ## Enumerations diff --git a/Documentation/Help/Operators_T_CapyKit_Password.md b/Documentation/Help/Operators_T_CapyKit_Password.md new file mode 100644 index 0000000..40ee6b3 --- /dev/null +++ b/Documentation/Help/Operators_T_CapyKit_Password.md @@ -0,0 +1,21 @@ +# Password Operators + + + + +## Operators +
+ + + + + + +
Equality(Password, Password) 
Inequality(Password, Password) 
+ +## See Also + + +#### Reference +Password Class +CapyKit Namespace diff --git a/Documentation/Help/Overload_CapyKit_Attributes_ValueFormatAttribute__ctor.md b/Documentation/Help/Overload_CapyKit_Attributes_ValueFormatAttribute__ctor.md new file mode 100644 index 0000000..6c13ae2 --- /dev/null +++ b/Documentation/Help/Overload_CapyKit_Attributes_ValueFormatAttribute__ctor.md @@ -0,0 +1,19 @@ +# ValueFormatAttribute Constructor + + +## Overload List + + + + + + + +
ValueFormatAttribute()Default constructor. Initializes a new instance of the ValueFormatAttribute class with an empty format string.
ValueFormatAttribute(String)Constructor. Initializes a new instance of the ValueFormatAttribute class with the specified format string.
+ +## See Also + + +#### Reference +ValueFormatAttribute Class +CapyKit.Attributes Namespace diff --git a/Documentation/Help/Overload_CapyKit_Helpers_SecurityHelper_CompareHashedPassword.md b/Documentation/Help/Overload_CapyKit_Helpers_SecurityHelper_CompareHashedPassword.md new file mode 100644 index 0000000..f3c8f55 --- /dev/null +++ b/Documentation/Help/Overload_CapyKit_Helpers_SecurityHelper_CompareHashedPassword.md @@ -0,0 +1,19 @@ +# CompareHashedPassword Method + + +## Overload List + + + + + + + +
CompareHashedPassword(Password, String, Byte[], IPasswordAlgorithm, Object[])Compares an unencrypted password with a stored, encrypted existingPassword. This method uses the specified algorithm to retrieve the hashed version of the password and then compares it with the existingPassword.
CompareHashedPassword(T)(Password, String, Byte[], Object[])Compares an unencrypted password with a stored, encrypted existingPassword. This method uses the specified password algorithm type T to retrieve the hashed version of the password and then compares it with the existingPassword.
+ +## See Also + + +#### Reference +SecurityHelper Class +CapyKit.Helpers Namespace diff --git a/Documentation/Help/Overload_CapyKit_Helpers_SecurityHelper_GetPassword.md b/Documentation/Help/Overload_CapyKit_Helpers_SecurityHelper_GetPassword.md new file mode 100644 index 0000000..ebb3fb8 --- /dev/null +++ b/Documentation/Help/Overload_CapyKit_Helpers_SecurityHelper_GetPassword.md @@ -0,0 +1,19 @@ +# GetPassword Method + + +## Overload List + + + + + + + +
GetPassword(T)(String, Object[])Retrieves a Password object using the specified password and generates a random salt value. Then it uses that salt to call the overloaded GetPassword(T)(String, Byte[], Object[]) method with the given password and the generated salt as arguments.
GetPassword(T)(String, Byte[], Object[])Retrieves a Password object using the specified password, salt, and optional constructor arguments.
+ +## See Also + + +#### Reference +SecurityHelper Class +CapyKit.Helpers Namespace diff --git a/Documentation/Help/P_CapyKit_Attributes_ValueFormatAttribute_Format.md b/Documentation/Help/P_CapyKit_Attributes_ValueFormatAttribute_Format.md new file mode 100644 index 0000000..3bdab82 --- /dev/null +++ b/Documentation/Help/P_CapyKit_Attributes_ValueFormatAttribute_Format.md @@ -0,0 +1,32 @@ +# Format Property + + +Gets or sets the format to use for formatting the value. + + + +## Definition +**Namespace:** CapyKit.Attributes +**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 + +**C#** +``` C# +public string Format { get; private set; } +``` +**F#** +``` F# +member Format : string with get, private set +``` + + + +#### Property Value +String +The format string used to format the value. + +## See Also + + +#### Reference +ValueFormatAttribute Class +CapyKit.Attributes Namespace diff --git a/Documentation/Help/P_CapyKit_EncryptedValue_1_Value.md b/Documentation/Help/P_CapyKit_EncryptedValue_1_Value.md new file mode 100644 index 0000000..ad311c4 --- /dev/null +++ b/Documentation/Help/P_CapyKit_EncryptedValue_1_Value.md @@ -0,0 +1,31 @@ +# Value Property + + +\[Missing <summary> documentation for "P:CapyKit.EncryptedValue`1.Value"\] + + + +## Definition +**Namespace:** CapyKit +**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 + +**C#** +``` C# +public T Value { get; set; } +``` +**F#** +``` F# +member Value : 'T with get, set +``` + + + +#### Property Value +T + +## See Also + + +#### Reference +EncryptedValue(T) Class +CapyKit Namespace diff --git a/Documentation/Help/P_CapyKit_Helpers_IEncryptionAlgorithm_AlgorithmName.md b/Documentation/Help/P_CapyKit_Helpers_IEncryptionAlgorithm_AlgorithmName.md new file mode 100644 index 0000000..15b6788 --- /dev/null +++ b/Documentation/Help/P_CapyKit_Helpers_IEncryptionAlgorithm_AlgorithmName.md @@ -0,0 +1,31 @@ +# AlgorithmName Property + + +\[Missing <summary> documentation for "P:CapyKit.Helpers.IEncryptionAlgorithm.AlgorithmName"\] + + + +## Definition +**Namespace:** CapyKit.Helpers +**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 + +**C#** +``` C# +string AlgorithmName { get; } +``` +**F#** +``` F# +abstract AlgorithmName : string with get +``` + + + +#### Property Value +String + +## See Also + + +#### Reference +IEncryptionAlgorithm Interface +CapyKit.Helpers Namespace diff --git a/Documentation/Help/P_CapyKit_Password_Pbkdf2Algorithm.md b/Documentation/Help/P_CapyKit_Password_Pbkdf2Algorithm.md index 35893f5..63e7541 100644 --- a/Documentation/Help/P_CapyKit_Password_Pbkdf2Algorithm.md +++ b/Documentation/Help/P_CapyKit_Password_Pbkdf2Algorithm.md @@ -1,7 +1,7 @@ # Pbkdf2Algorithm Property -\[Missing <summary> documentation for "P:CapyKit.Password.Pbkdf2Algorithm"\] +Gets the preconfigured PBKDF2 algorithm. @@ -21,7 +21,8 @@ static member Pbkdf2Algorithm : Pbkdf2Algorithm with get #### Property Value -Pbkdf2Algorithm +Pbkdf2Algorithm +The preconfigured PBKDF2 algorithm. ## See Also diff --git a/Documentation/Help/Properties_T_CapyKit_Attributes_ValueFormatAttribute.md b/Documentation/Help/Properties_T_CapyKit_Attributes_ValueFormatAttribute.md new file mode 100644 index 0000000..770b2ca --- /dev/null +++ b/Documentation/Help/Properties_T_CapyKit_Attributes_ValueFormatAttribute.md @@ -0,0 +1,21 @@ +# ValueFormatAttribute Properties + + + + +## Properties + + + + + + + +
FormatGets or sets the format to use for formatting the value.
TypeIdWhen implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute)
+ +## See Also + + +#### Reference +ValueFormatAttribute Class +CapyKit.Attributes Namespace diff --git a/Documentation/Help/Properties_T_CapyKit_EncryptedValue_1.md b/Documentation/Help/Properties_T_CapyKit_EncryptedValue_1.md new file mode 100644 index 0000000..aee856b --- /dev/null +++ b/Documentation/Help/Properties_T_CapyKit_EncryptedValue_1.md @@ -0,0 +1,18 @@ +# EncryptedValue<T> Properties + + + + +## Properties + + + + +
Value 
+ +## See Also + + +#### Reference +EncryptedValue(T) Class +CapyKit Namespace diff --git a/Documentation/Help/Properties_T_CapyKit_Helpers_IEncryptionAlgorithm.md b/Documentation/Help/Properties_T_CapyKit_Helpers_IEncryptionAlgorithm.md new file mode 100644 index 0000000..52bcd95 --- /dev/null +++ b/Documentation/Help/Properties_T_CapyKit_Helpers_IEncryptionAlgorithm.md @@ -0,0 +1,18 @@ +# IEncryptionAlgorithm Properties + + + + +## Properties + + + + +
AlgorithmName 
+ +## See Also + + +#### Reference +IEncryptionAlgorithm Interface +CapyKit.Helpers Namespace diff --git a/Documentation/Help/Properties_T_CapyKit_Password.md b/Documentation/Help/Properties_T_CapyKit_Password.md index 7467b71..3900c47 100644 --- a/Documentation/Help/Properties_T_CapyKit_Password.md +++ b/Documentation/Help/Properties_T_CapyKit_Password.md @@ -13,7 +13,7 @@ Gets or sets the hash of the password. Pbkdf2Algorithm -  +Gets the preconfigured PBKDF2 algorithm. Salt Gets or sets the salt used for encryption. diff --git a/Documentation/Help/T_CapyKit_Attributes_ValueFormatAttribute.md b/Documentation/Help/T_CapyKit_Attributes_ValueFormatAttribute.md new file mode 100644 index 0000000..82b989e --- /dev/null +++ b/Documentation/Help/T_CapyKit_Attributes_ValueFormatAttribute.md @@ -0,0 +1,86 @@ +# ValueFormatAttribute Class + + +Custom attribute for formatting values in a specific way. + + + +## Definition +**Namespace:** CapyKit.Attributes +**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 + +**C#** +``` C# +[AttributeUsageAttribute(AttributeTargets.Property)] +public class ValueFormatAttribute : Attribute +``` +**F#** +``` F# +[] +type ValueFormatAttribute = + class + inherit Attribute + end +``` + + +
InheritanceObjectAttribute → ValueFormatAttribute
+ + + +## Constructors + + + + + + + +
ValueFormatAttribute()Default constructor. Initializes a new instance of the ValueFormatAttribute class with an empty format string.
ValueFormatAttribute(String)Constructor. Initializes a new instance of the ValueFormatAttribute class with the specified format string.
+ +## Properties + + + + + + + +
FormatGets or sets the format to use for formatting the value.
TypeIdWhen implemented in a derived class, gets a unique identifier for this Attribute.
(Inherited from Attribute)
+ +## Methods + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
EqualsReturns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetFormatParameterizedStringGets a parameterized formatted string for the specified index.
GetHashCodeReturns the hash code for this instance.
(Inherited from Attribute)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsDefaultAttributeWhen overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
(Inherited from Attribute)
MatchWhen overridden in a derived class, returns a value that indicates whether this instance equals a specified object.
(Inherited from Attribute)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
+ +## See Also + + +#### Reference +CapyKit.Attributes Namespace diff --git a/Documentation/Help/T_CapyKit_Color.md b/Documentation/Help/T_CapyKit_Color.md index d4ff252..cf2695a 100644 --- a/Documentation/Help/T_CapyKit_Color.md +++ b/Documentation/Help/T_CapyKit_Color.md @@ -25,1503 +25,1503 @@ type Color Black 0 -  +A color described as Black with a HEX value of #000000. VeryDarkBlue 307 -  +A color described as Very Dark Blue with a HEX value of #000133. DarkNavyBlue 558 -  +A color described as Dark Navy Blue with a HEX value of #00022E. DarkBlue 859 -  +A color described as Dark Blue with a HEX value of #00035B. DarkNavy 1,077 -  +A color described as Dark Navy with a HEX value of #000435. NavyBlue 4,422 -  +A color described as Navy Blue with a HEX value of #001146. DarkForestGreen 11,524 -  +A color described as Dark Forest Green with a HEX value of #002D04. PrussianBlue 17,783 -  +A color described as Prussian Blue with a HEX value of #004577. DarkBlueGreen 21,065 -  +A color described as Dark Blue Green with a HEX value of #005249. DeepTeal 21,850 -  +A color described as Deep Teal with a HEX value of #00555A. Petrol 24,426 -  +A color described as Petrol with a HEX value of #005F6A. KelleyGreen 37,687 -  +A color described as Kelley Green with a HEX value of #009337. GreenishTurquoise 64,432 -  +A color described as Greenish Turquoise with a HEX value of #00FBB0. Cyan 65,535 -  +A color described as Cyan with a HEX value of #00FFFF. TrueBlue 69,580 -  +A color described as True Blue with a HEX value of #010FCC. Navy 70,974 -  +A color described as Navy with a HEX value of #01153E. MarineBlue 79,978 -  +A color described as Marine Blue with a HEX value of #01386A. DarkishBlue 82,306 -  +A color described as Darkish Blue with a HEX value of #014182. RacingGreen 83,456 -  +A color described as Racing Green with a HEX value of #014600. DarkTeal 85,326 -  +A color described as Dark Teal with a HEX value of #014D4E. DeepSeaBlue 87,170 -  +A color described as Deep Sea Blue with a HEX value of #015482. BrightBlue 91,644 -  +A color described as Bright Blue with a HEX value of #0165FC. PeacockBlue 92,053 -  +A color described as Peacock Blue with a HEX value of #016795. DarkAquamarine 95,089 -  +A color described as Dark Aquamarine with a HEX value of #017371. DeepTurquoise 95,092 -  +A color described as Deep Turquoise with a HEX value of #017374. Bluegreen 96,889 -  +A color described as Bluegreen with a HEX value of #017A79. Ocean 97,170 -  +A color described as Ocean with a HEX value of #017B92. TealBlue 100,511 -  +A color described as Teal Blue with a HEX value of #01889F. IrishGreen 103,721 -  +A color described as Irish Green with a HEX value of #019529. Emerald 106,569 -  +A color described as Emerald with a HEX value of #01A049. Shamrock 111,692 -  +A color described as Shamrock with a HEX value of #01B44C. GreenBlue 114,829 -  +A color described as Green/Blue with a HEX value of #01C08D. BrightTeal 129,478 -  +A color described as Bright Teal with a HEX value of #01F9C6. BrightGreen 130,823 -  +A color described as Bright Green with a HEX value of #01FF07. MidnightBlue 131,125 -  +A color described as Midnight Blue with a HEX value of #020035. PureBlue 132,066 -  +A color described as Pure Blue with a HEX value of #0203E2. DarkRoyalBlue 132,719 -  +A color described as Dark Royal Blue with a HEX value of #02066F. RichBlue 138,233 -  +A color described as Rich Blue with a HEX value of #021BF9. DeepGreen 153,871 -  +A color described as Deep Green with a HEX value of #02590F. EmeraldGreen 167,710 -  +A color described as Emerald Green with a HEX value of #028F1E. Teal 168,838 -  +A color described as Teal with a HEX value of #029386. KellyGreen 174,894 -  +A color described as Kelly Green with a HEX value of #02AB2E. ShamrockGreen 180,557 -  +A color described as Shamrock Green with a HEX value of #02C14D. BrightSkyBlue 183,550 -  +A color described as Bright Sky Blue with a HEX value of #02CCFE. AquaBlue 186,601 -  +A color described as Aqua Blue with a HEX value of #02D8E9. Midnight 196,909 -  +A color described as Midnight with a HEX value of #03012D. Darkblue 198,500 -  +A color described as Darkblue with a HEX value of #030764. CobaltBlue 199,335 -  +A color described as Cobalt Blue with a HEX value of #030AA7. DarkGreen 210,176 -  +A color described as Dark Green with a HEX value of #033500. VibrantBlue 211,448 -  +A color described as Vibrant Blue with a HEX value of #0339F8. Blue 213,983 -  +A color described as Blue with a HEX value of #0343DF. OceanBlue 225,692 -  +A color described as Ocean Blue with a HEX value of #03719C. DeepBlue 262,771 -  +A color described as Deep Blue with a HEX value of #040273. NightBlue 262,984 -  +A color described as Night Blue with a HEX value of #040348. Marine 274,016 -  +A color described as Marine with a HEX value of #042E60. BottleGreen 281,093 -  +A color described as Bottle Green with a HEX value of #044A05. DarkTurquoise 285,786 -  +A color described as Dark Turquoise with a HEX value of #045C5A. SeaBlue 291,989 -  +A color described as Sea Blue with a HEX value of #047495. JungleGreen 295,491 -  +A color described as Jungle Green with a HEX value of #048243. Cerulean 296,401 -  +A color described as Cerulean with a HEX value of #0485D1. Aquamarine 317,618 -  +A color described as Aquamarine with a HEX value of #04D8B2. NeonBlue 317,951 -  +A color described as Neon Blue with a HEX value of #04D9FF. TurquoiseGreen 324,745 -  +A color described as Turquoise Green with a HEX value of #04F489. RoyalBlue 328,874 -  +A color described as Royal Blue with a HEX value of #0504AA. Evergreen 345,898 -  +A color described as Evergreen with a HEX value of #05472A. BritishRacingGreen 346,125 -  +A color described as British Racing Green with a HEX value of #05480D. Darkgreen 346,375 -  +A color described as Darkgreen with a HEX value of #054907. DarkAqua 354,667 -  +A color described as Dark Aqua with a HEX value of #05696B. CeruleanBlue 356,078 -  +A color described as Cerulean Blue with a HEX value of #056EEE. BrightSeaGreen 393,126 -  +A color described as Bright Sea Green with a HEX value of #05FFA6. VeryDarkGreen 404,995 -  +A color described as Very Dark Green with a HEX value of #062E03. ForestGreen 411,404 -  +A color described as Forest Green with a HEX value of #06470C. ElectricBlue 414,463 -  +A color described as Electric Blue with a HEX value of #0652FF. Azure 432,883 -  +A color described as Azure with a HEX value of #069AF3. TurquoiseBlue 438,724 -  +A color described as Turquoise Blue with a HEX value of #06B1C4. GreenBlueAlternate 439,435 -  +A color described as Green Blue with a HEX value of #06B48B. Turquoise 443,052 -  +A color described as Turquoise with a HEX value of #06C2AC. AlmostBlack 462,093 -  +A color described as Almost Black with a HEX value of #070D0D. PrimaryBlue 525,561 -  +A color described as Primary Blue with a HEX value of #0804F9. DeepAqua 555,135 -  +A color described as Deep Aqua with a HEX value of #08787F. TrueGreen 562,180 -  +A color described as True Green with a HEX value of #089404. FluorescentGreen 589,576 -  +A color described as Fluorescent Green with a HEX value of #08FF08. TwilightBlue 672,634 -  +A color described as Twilight Blue with a HEX value of #0A437A. PineGreen 673,822 -  +A color described as Pine Green with a HEX value of #0A481E. Spruce 679,736 -  +A color described as Spruce with a HEX value of #0A5F38. DarkCyan 690,314 -  +A color described as Dark Cyan with a HEX value of #0A888A. VibrantGreen 711,944 -  +A color described as Vibrant Green with a HEX value of #0ADD08. FluroGreen 720,642 -  +A color described as Fluro Green with a HEX value of #0AFF02. HunterGreen 737,288 -  +A color described as Hunter Green with a HEX value of #0B4008. Forest 742,665 -  +A color described as Forest with a HEX value of #0B5509. GreenishBlue 756,615 -  +A color described as Greenish Blue with a HEX value of #0B8B87. MintyGreen 784,253 -  +A color described as Minty Green with a HEX value of #0BF77D. BrightAqua 784,874 -  +A color described as Bright Aqua with a HEX value of #0BF9EA. StrongBlue 788,215 -  +A color described as Strong Blue with a HEX value of #0C06F7. Royal 792,467 -  +A color described as Royal with a HEX value of #0C1793. GreenTeal 832,887 -  +A color described as Green Teal with a HEX value of #0CB577. TealishGreen 842,867 -  +A color described as Tealish Green with a HEX value of #0CDC73. NeonGreen 851,724 -  +A color described as Neon Green with a HEX value of #0CFF0C. DeepSkyBlue 882,168 -  +A color described as Deep Sky Blue with a HEX value of #0D75F8. WaterBlue 952,268 -  +A color described as Water Blue with a HEX value of #0E87CC. BlueGreen 1,022,862 -  +A color described as Blue/Green with a HEX value of #0F9B8E. BrightTurquoise 1,048,313 -  +A color described as Bright Turquoise with a HEX value of #0FFEF9. NiceBlue 1,079,984 -  +A color described as Nice Blue with a HEX value of #107AB0. BluishGreen 1,091,188 -  +A color described as Bluish Green with a HEX value of #10A674. DarkSeaGreen 1,148,765 -  +A color described as Dark Sea Green with a HEX value of #11875D. AquaGreen 1,237,395 -  +A color described as Aqua Green with a HEX value of #12E193. BlueGreenAlternate 1,277,549 -  +A color described as Blue Green with a HEX value of #137E6D. Topaz 1,293,231 -  +A color described as Topaz with a HEX value of #13BBAF. Aqua 1,305,289 -  +A color described as Aqua with a HEX value of #13EAC9. VividBlue 1,388,287 -  +A color described as Vivid Blue with a HEX value of #152EFF. ForrestGreen 1,393,670 -  +A color described as Forrest Green with a HEX value of #154406. LightNavy 1,396,868 -  +A color described as Light Navy with a HEX value of #155084. Green 1,421,338 -  +A color described as Green with a HEX value of #15B01A. UltramarineBlue 1,574,363 -  +A color described as Ultramarine Blue with a HEX value of #1805DB. Seaweed 1,626,491 -  +A color described as Seaweed with a HEX value of #18D17B. Dark 1,778,737 -  +A color described as Dark with a HEX value of #1B2431. HighlighterGreen 1,833,990 -  +A color described as Highlighter Green with a HEX value of #1BFC06. VeryDarkBrown 1,901,056 -  +A color described as Very Dark Brown with a HEX value of #1D0200. Azul 1,924,588 -  +A color described as Azul with a HEX value of #1D5DEC. Cobalt 1,984,655 -  +A color described as Cobalt with a HEX value of #1E488F. Viridian 2,003,303 -  +A color described as Viridian with a HEX value of #1E9167. Spearmint 2,029,686 -  +A color described as Spearmint with a HEX value of #1EF876. DarkIndigo 2,034,004 -  +A color described as Dark Indigo with a HEX value of #1F0954. DarkBlueGrey 2,046,797 -  +A color described as Dark Blue Grey with a HEX value of #1F3B4D. DarkGreenBlue 2,057,047 -  +A color described as Dark Green Blue with a HEX value of #1F6357. Jade 2,074,484 -  +A color described as Jade with a HEX value of #1FA774. DarkSeafoam 2,078,074 -  +A color described as Dark Seafoam with a HEX value of #1FB57A. Ultramarine 2,097,329 -  +A color described as Ultramarine with a HEX value of #2000B1. DarkMintGreen 2,146,419 -  +A color described as Dark Mint Green with a HEX value of #20C073. Wintergreen 2,161,030 -  +A color described as Wintergreen with a HEX value of #20F986. Sapphire 2,177,195 -  +A color described as Sapphire with a HEX value of #2138AB. DarkSlateBlue 2,180,961 -  +A color described as Dark Slate Blue with a HEX value of #214761. AlgaeGreen 2,212,719 -  +A color described as Algae Green with a HEX value of #21C36F. ElectricGreen 2,227,213 -  +A color described as Electric Green with a HEX value of #21FC0D. BlueBlue 2,245,319 -  +A color described as Blue Blue with a HEX value of #2242C7. Greenblue 2,344,075 -  +A color described as Greenblue with a HEX value of #23C48B. ClearBlue 2,390,781 -  +A color described as Clear Blue with a HEX value of #247AFD. Tealish 2,407,592 -  +A color described as Tealish with a HEX value of #24BCA8. TealGreen 2,466,671 -  +A color described as Teal Green with a HEX value of #25A36F. HotGreen 2,490,153 -  +A color described as Hot Green with a HEX value of #25FF29. DuskBlue 2,511,757 -  +A color described as Dusk Blue with a HEX value of #26538D. BrightLightBlue 2,553,853 -  +A color described as Bright Light Blue with a HEX value of #26F7FD. MidBlue 2,583,219 -  +A color described as Mid Blue with a HEX value of #276AB3. MidnightPurple 2,621,751 -  +A color described as Midnight Purple with a HEX value of #280137. DarkishGreen 2,653,239 -  +A color described as Darkish Green with a HEX value of #287C37. DarkGreyBlue 2,704,987 -  +A color described as Dark Grey Blue with a HEX value of #29465B. Bluish 2,717,371 -  +A color described as Bluish with a HEX value of #2976BB. VeryDarkPurple 2,752,820 -  +A color described as Very Dark Purple with a HEX value of #2A0134. TreeGreen 2,784,793 -  +A color described as Tree Green with a HEX value of #2A7E19. GreenishCyan 2,817,719 -  +A color described as Greenish Cyan with a HEX value of #2AFEB7. Pine 2,841,908 -  +A color described as Pine with a HEX value of #2B5D34. JadeGreen 2,862,954 -  +A color described as Jade Green with a HEX value of #2BAF6A. BlueyGreen 2,863,481 -  +A color described as Bluey Green with a HEX value of #2BB179. MediumBlue 2,912,187 -  +A color described as Medium Blue with a HEX value of #2C6FBB. RadioactiveGreen 2,947,615 -  +A color described as Radioactive Green with a HEX value of #2CFA1F. BrightLightGreen 3,014,228 -  +A color described as Bright Light Green with a HEX value of #2DFE54. LightNavyBlue 3,037,832 -  +A color described as Light Navy Blue with a HEX value of #2E5A88. AquaMarine 3,074,235 -  +A color described as Aqua Marine with a HEX value of #2EE8BB. VividGreen 3,141,392 -  +A color described as Vivid Green with a HEX value of #2FEF10. UglyBlue 3,237,514 -  +A color described as Ugly Blue with a HEX value of #31668A. GreenishTeal 3,325,828 -  +A color described as Greenish Teal with a HEX value of #32BF84. CoolGreen 3,389,540 -  +A color described as Cool Green with a HEX value of #33B864. DarkViolet 3,408,191 -  +A color described as Dark Violet with a HEX value of #34013F. DarkBrown 3,415,042 -  +A color described as Dark Brown with a HEX value of #341C02. Charcoal 3,422,263 -  +A color described as Charcoal with a HEX value of #343837. DarkPurple 3,475,006 -  +A color described as Dark Purple with a HEX value of #35063E. NavyGreen 3,494,666 -  +A color described as Navy Green with a HEX value of #35530A. SeaweedGreen 3,517,803 -  +A color described as Seaweed Green with a HEX value of #35AD6B. DeepPurple 3,539,263 -  +A color described as Deep Purple with a HEX value of #36013F. DarkGrey 3,553,079 -  +A color described as Dark Grey with a HEX value of #363737. DarkOlive 3,620,354 -  +A color described as Dark Olive with a HEX value of #373E02. WindowsBlue 3,635,391 -  +A color described as Windows Blue with a HEX value of #3778BF. Indigo 3,670,658 -  +A color described as Indigo with a HEX value of #380282. Eggplant 3,672,117 -  +A color described as Eggplant with a HEX value of #380835. DarkGrassGreen 3,702,788 -  +A color described as Dark Grass Green with a HEX value of #388004. MediumGreen 3,779,912 -  +A color described as Medium Green with a HEX value of #39AD48. IndigoBlue 3,807,409 -  +A color described as Indigo Blue with a HEX value of #3A18B1. LightRoyalBlue 3,813,118 -  +A color described as Light Royal Blue with a HEX value of #3A2EFE. WeirdGreen 3,859,839 -  +A color described as Weird Green with a HEX value of #3AE57F. DenimBlue 3,890,066 -  +A color described as Denim Blue with a HEX value of #3B5B92. Denim 3,892,108 -  +A color described as Denim with a HEX value of #3B638C. MutedBlue 3,895,711 -  +A color described as Muted Blue with a HEX value of #3B719F. DarkMaroon 3,932,168 -  +A color described as Dark Maroon with a HEX value of #3C0008. CharcoalGrey 3,948,866 -  +A color described as Charcoal Grey with a HEX value of #3C4142. DarkOliveGreen 3,951,875 -  +A color described as Dark Olive Green with a HEX value of #3C4D03. FlatBlue 3,961,768 -  +A color described as Flat Blue with a HEX value of #3C73A8. Sea 3,971,474 -  +A color described as Sea with a HEX value of #3C9992. Aubergine 3,999,540 -  +A color described as Aubergine with a HEX value of #3D0734. Chocolate 4,004,866 -  +A color described as Chocolate with a HEX value of #3D1C02. LightishBlue 4,029,181 -  +A color described as Lightish Blue with a HEX value of #3D7AFD. OceanGreen 4,036,979 -  +A color described as Ocean Green with a HEX value of #3D9973. DodgerBlue 4,096,764 -  +A color described as Dodger Blue with a HEX value of #3E82FC. DarkSeafoamGreen 4,108,150 -  +A color described as Dark Seafoam Green with a HEX value of #3EAF76. DarkPlum 4,129,068 -  +A color described as Dark Plum with a HEX value of #3F012C. DirtyBlue 4,162,205 -  +A color described as Dirty Blue with a HEX value of #3F829D. GrassGreen 4,168,459 -  +A color described as Grass Green with a HEX value of #3F9B0B. Greenish 4,236,136 -  +A color described as Greenish with a HEX value of #40A368. PoisonGreen 4,259,092 -  +A color described as Poison Green with a HEX value of #40FD14. DeepBrown 4,260,352 -  +A color described as Deep Brown with a HEX value of #410200. ChocolateBrown 4,266,240 -  +A color described as Chocolate Brown with a HEX value of #411900. GrassyGreen 4,299,779 -  +A color described as Grassy Green with a HEX value of #419C03. BrightCyan 4,324,862 -  +A color described as Bright Cyan with a HEX value of #41FDFE. GreenyBlue 4,371,349 -  +A color described as Greeny Blue with a HEX value of #42B395. EggplantPurple 4,392,257 -  +A color described as Eggplant Purple with a HEX value of #430541. FrenchBlue 4,418,477 -  +A color described as French Blue with a HEX value of #436BAD. DarkSkyBlue 4,493,028 -  +A color described as Dark Sky Blue with a HEX value of #448EE4. Blueberry 4,604,310 -  +A color described as Blueberry with a HEX value of #464196. DuskyBlue 4,677,524 -  +A color described as Dusky Blue with a HEX value of #475F94. DarkMint 4,767,858 -  +A color described as Dark Mint with a HEX value of #48C072. DeepViolet 4,785,736 -  +A color described as Deep Violet with a HEX value of #490648. DullBlue 4,814,236 -  +A color described as Dull Blue with a HEX value of #49759C. CoolBlue 4,818,104 -  +A color described as Cool Blue with a HEX value of #4984B8. Mahogany 4,849,920 -  +A color described as Mahogany with a HEX value of #4A0100. RoyalPurple 4,915,310 -  +A color described as Royal Purple with a HEX value of #4B006E. DriedBlood 4,915,457 -  +A color described as Dried Blood with a HEX value of #4B0101. WarmBlue 4,937,691 -  +A color described as Warm Blue with a HEX value of #4B57DB. ArmyGreen 4,939,030 -  +A color described as Army Green with a HEX value of #4B5D16. CamouflageGreen 4,940,051 -  +A color described as Camouflage Green with a HEX value of #4B6113. DustyTeal 5,017,733 -  +A color described as Dusty Teal with a HEX value of #4C9085. LawnGreen 5,088,265 -  +A color described as Lawn Green with a HEX value of #4DA409. PlumPurple 5,113,168 -  +A color described as Plum Purple with a HEX value of #4E0550. Twilight 5,132,683 -  +A color described as Twilight with a HEX value of #4E518B. Dusk 5,133,441 -  +A color described as Dusk with a HEX value of #4E5481. CadetBlue 5,141,654 -  +A color described as Cadet Blue with a HEX value of #4E7496. LightNeonGreen 5,176,660 -  +A color described as Light Neon Green with a HEX value of #4EFD54. MetallicBlue 5,206,926 -  +A color described as Metallic Blue with a HEX value of #4F738E. LightForestGreen 5,214,547 -  +A color described as Light Forest Green with a HEX value of #4F9153. StormyBlue 5,274,524 -  +A color described as Stormy Blue with a HEX value of #507B9C. MidGreen 5,285,703 -  +A color described as Mid Green with a HEX value of #50A747. VioletBlue 5,311,177 -  +A color described as Violet Blue with a HEX value of #510AC9. Slate 5,334,386 -  +A color described as Slate with a HEX value of #516572. CornflowerBlue 5,337,303 -  +A color described as Cornflower Blue with a HEX value of #5170D7. LeafyGreen 5,355,323 -  +A color described as Leafy Green with a HEX value of #51B73B. CamoGreen 5,399,845 -  +A color described as Camo Green with a HEX value of #526525. BlueWithAHintOfPurple 5,455,046 -  +A color described as Blue With A Hint Of Purple with a HEX value of #533CC6. Gunmetal 5,464,679 -  +A color described as Gunmetal with a HEX value of #536267. SeaGreen 5,504,161 -  +A color described as Sea Green with a HEX value of #53FCA1. LightBrightGreen 5,504,604 -  +A color described as Light Bright Green with a HEX value of #53FE5C. GreenBrown 5,524,995 -  +A color described as Green Brown with a HEX value of #544E03. FernGreen 5,541,188 -  +A color described as Fern Green with a HEX value of #548D44. Algae 5,549,160 -  +A color described as Algae with a HEX value of #54AC68. Blurple 5,585,356 -  +A color described as Blurple with a HEX value of #5539CC. OffBlue 5,670,062 -  +A color described as Off Blue with a HEX value of #5684AE. DarkPastelGreen 5,680,727 -  +A color described as Dark Pastel Green with a HEX value of #56AE57. LightGreenBlue 5,700,770 -  +A color described as Light Green Blue with a HEX value of #56FCA2. BluePurpleAlternate 5,712,334 -  +A color described as Blue Purple with a HEX value of #5729CE. Plum 5,771,073 -  +A color described as Plum with a HEX value of #580F41. FrogGreen 5,815,304 -  +A color described as Frog Green with a HEX value of #58BC08. SlateGrey 5,858,669 -  +A color described as Slate Grey with a HEX value of #59656D. DarkSage 5,866,838 -  +A color described as Dark Sage with a HEX value of #598556. BluePurple 5,900,015 -  +A color described as Blue/Purple with a HEX value of #5A06EF. SteelBlue 5,930,394 -  +A color described as Steel Blue with a HEX value of #5A7D9A. DustyBlue 5,932,717 -  +A color described as Dusty Blue with a HEX value of #5A86AD. SlateBlue 5,995,673 -  +A color described as Slate Blue with a HEX value of #5B7C99. SapGreen 6,064,917 -  +A color described as Sap Green with a HEX value of #5C8B15. LeafGreen 6,072,580 -  +A color described as Leaf Green with a HEX value of #5CA904. Grass 6,073,389 -  +A color described as Grass with a HEX value of #5CAC2D. KermitGreen 6,074,880 -  +A color described as Kermit Green with a HEX value of #5CB200. BlueViolet 6,096,617 -  +A color described as Blue Violet with a HEX value of #5D06E9. GrapePurple 6,100,049 -  +A color described as Grape Purple with a HEX value of #5D1451. PurpleBlue 6,103,504 -  +A color described as Purple/Blue with a HEX value of #5D21D0. GreyishBlue 6,193,565 -  +A color described as Greyish Blue with a HEX value of #5E819D. GreyTeal 6,200,202 -  +A color described as Grey Teal with a HEX value of #5E9B8A. GreenApple 6,216,735 -  +A color described as Green Apple with a HEX value of #5EDC1F. PurpleyBlue 6,239,463 -  +A color described as Purpley Blue with a HEX value of #5F34E7. DullTeal 6,266,511 -  +A color described as Dull Teal with a HEX value of #5F9E8F. MutedGreen 6,266,962 -  +A color described as Muted Green with a HEX value of #5FA052. PurplishBlue 6,299,385 -  +A color described as Purplish Blue with a HEX value of #601EF9. MudBrown 6,309,391 -  +A color described as Mud Brown with a HEX value of #60460F. MudGreen 6,317,570 -  +A color described as Mud Green with a HEX value of #606602. BlueGreyAlternate 6,323,342 -  +A color described as Blue Grey with a HEX value of #607C8E. Burgundy 6,357,027 -  +A color described as Burgundy with a HEX value of #610023. PurpleishBlue 6,373,615 -  +A color described as Purpleish Blue with a HEX value of #6140EF. ToxicGreen 6,413,866 -  +A color described as Toxic Green with a HEX value of #61DE2A. LightishGreen 6,414,688 -  +A color described as Lightish Green with a HEX value of #61E160. BlueyPurple 6,439,367 -  +A color described as Bluey Purple with a HEX value of #6241C7. Iris 6,445,252 -  +A color described as Iris with a HEX value of #6258C4. PurpleBlueAlternate 6,499,817 -  +A color described as Purple Blue with a HEX value of #632DE9. MossyGreen 6,523,687 -  +A color described as Mossy Green with a HEX value of #638B27. Fern 6,531,408 -  +A color described as Fern with a HEX value of #63A950. BoringGreen 6,533,989 -  +A color described as Boring Green with a HEX value of #63B365. LightGreenishBlue 6,551,476 -  +A color described as Light Greenish Blue with a HEX value of #63F7B4. OliveBrown 6,575,107 -  +A color described as Olive Brown with a HEX value of #645403. GreyBlue 6,585,742 -  +A color described as Grey/Blue with a HEX value of #647D8E. SoftBlue 6,588,650 -  +A color described as Soft Blue with a HEX value of #6488EA. Maroon 6,619,169 -  +A color described as Maroon with a HEX value of #650021. Brown 6,633,216 -  +A color described as Brown with a HEX value of #653700. MuddyGreen 6,648,882 -  +A color described as Muddy Green with a HEX value of #657432. MossGreen 6,654,776 -  +A color described as Moss Green with a HEX value of #658B38. FadedBlue 6,655,163 -  +A color described as Faded Blue with a HEX value of #658CBB. SlateGreen 6,655,341 -  +A color described as Slate Green with a HEX value of #658D6D. Tea 6,663,036 -  +A color described as Tea with a HEX value of #65AB7C. BrightLimeGreen 6,684,168 -  +A color described as Bright Lime Green with a HEX value of #65FE08. PurplyBlue 6,691,566 -  +A color described as Purply Blue with a HEX value of #661AEE. DarkPeriwinkle 6,709,201 -  +A color described as Dark Periwinkle with a HEX value of #665FD1. MilitaryGreen 6,716,478 -  +A color described as Military Green with a HEX value of #667C3E. DirtyGreen 6,716,972 -  +A color described as Dirty Green with a HEX value of #667E2C. PurpleBrown 6,765,119 -  +A color described as Purple Brown with a HEX value of #673A3F. OliveGreen 6,781,444 -  +A color described as Olive Green with a HEX value of #677A04. Claret 6,815,768 -  +A color described as Claret with a HEX value of #680018. Burple 6,828,771 -  +A color described as Burple with a HEX value of #6832E3. GreenyBrown 6,905,862 -  +A color described as Greeny Brown with a HEX value of #696006. GreenishBrown 6,906,130 -  +A color described as Greenish Brown with a HEX value of #696112. Swamp 6,914,873 -  +A color described as Swamp with a HEX value of #698339. FlatGreen 6,921,548 -  +A color described as Flat Green with a HEX value of #699D4C. FreshGreen 6,936,655 -  +A color described as Fresh Green with a HEX value of #69D84F. BrownishGreen 6,974,985 -  +A color described as Brownish Green with a HEX value of #6A6E09. Cornflower 6,978,039 -  +A color described as Cornflower with a HEX value of #6A79F7. PurplishBrown 7,029,319 -  +A color described as Purplish Brown with a HEX value of #6B4247. BattleshipGrey 7,044,229 -  +A color described as Battleship Grey with a HEX value of #6B7C85. GreyBlueAlternate 7,048,100 -  +A color described as Grey Blue with a HEX value of #6B8BA4. OffGreen 7,054,163 -  +A color described as Off Green with a HEX value of #6BA353. Grape 7,091,297 -  +A color described as Grape with a HEX value of #6C3461. MurkyGreen 7,109,134 -  +A color described as Murky Green with a HEX value of #6C7A0E. LightIndigo 7,166,671 -  +A color described as Light Indigo with a HEX value of #6D5ACF. RobinsEgg 7,204,349 -  +A color described as Robin'S Egg with a HEX value of #6DEDFD. ReddyBrown 7,213,061 -  +A color described as Reddy Brown with a HEX value of #6E1005. Olive 7,238,926 -  +A color described as Olive with a HEX value of #6E750E. Apple 7,260,988 -  +A color described as Apple with a HEX value of #6ECB3C. BrownyGreen 7,302,154 -  +A color described as Browny Green with a HEX value of #6F6C0A. OliveDrab 7,304,754 -  +A color described as Olive Drab with a HEX value of #6F7632. PoopGreen 7,306,240 -  +A color described as Poop Green with a HEX value of #6F7C00. SteelGrey 7,307,914 -  +A color described as Steel Grey with a HEX value of #6F828A. SoftGreen 7,324,278 -  +A color described as Soft Green with a HEX value of #6FC276. BluishPurple 7,355,367 -  +A color described as Bluish Purple with a HEX value of #703BE7. BrownGreen 7,367,697 -  +A color described as Brown Green with a HEX value of #706C11. NastyGreen 7,385,663 -  +A color described as Nasty Green with a HEX value of #70B23F. GreyishTeal 7,446,417 -  +A color described as Greyish Teal with a HEX value of #719F91. Leaf 7,449,140 -  +A color described as Leaf with a HEX value of #71AA34. RichPurple 7,471,192 -  +A color described as Rich Purple with a HEX value of #720058. KhakiGreen 7,505,465 -  +A color described as Khaki Green with a HEX value of #728639. DarkYellowGreen 7,507,714 -  +A color described as Dark Yellow Green with a HEX value of #728F02. Merlot 7,536,697 -  +A color described as Merlot with a HEX value of #730039. DirtyPurple 7,555,685 -  +A color described as Dirty Purple with a HEX value of #734A65. Mud 7,560,210 -  +A color described as Mud with a HEX value of #735C12. Steel 7,570,837 -  +A color described as Steel with a HEX value of #738595. Chestnut 7,612,418 -  +A color described as Chestnut with a HEX value of #742802. SwampGreen 7,636,224 -  +A color described as Swamp Green with a HEX value of #748500. BluishGrey 7,637,911 -  +A color described as Bluish Grey with a HEX value of #748B97. DrabGreen 7,640,401 -  +A color described as Drab Green with a HEX value of #749551. DullGreen 7,644,770 -  +A color described as Dull Green with a HEX value of #74A662. Velvet 7,669,841 -  +A color described as Velvet with a HEX value of #750851. DarkishPurple 7,674,227 -  +A color described as Darkish Purple with a HEX value of #751973. ShitGreen 7,700,480 -  +A color described as Shit Green with a HEX value of #758000. BlueGrey 7,703,971 -  +A color described as Blue/Grey with a HEX value of #758DA3. TurtleGreen 7,714,895 -  +A color described as Turtle Green with a HEX value of #75B84F. SkyBlue 7,715,837 -  +A color described as Sky Blue with a HEX value of #75BBFD. LighterGreen 7,732,579 -  +A color described as Lighter Green with a HEX value of #75FD63. BrownishPurple 7,750,222 -  +A color described as Brownish Purple with a HEX value of #76424E. Moss 7,772,504 -  +A color described as Moss with a HEX value of #769958. DustyGreen 7,776,627 -  +A color described as Dusty Green with a HEX value of #76A973. AppleGreen 7,785,766 -  +A color described as Apple Green with a HEX value of #76CD26. LightBluishGreen 7,798,184 -  +A color described as Light Bluish Green with a HEX value of #76FDA8. Lightgreen 7,798,651 -  +A color described as Lightgreen with a HEX value of #76FF7B. Blood 7,798,785 -  +A color described as Blood with a HEX value of #770001. GreenGrey 7,836,271 -  +A color described as Green Grey with a HEX value of #77926F. Greyblue 7,840,181 -  +A color described as Greyblue with a HEX value of #77A1B5. Asparagus 7,842,646 -  +A color described as Asparagus with a HEX value of #77AB56. GreyGreenAlternate 7,904,115 -  +A color described as Grey Green with a HEX value of #789B73. SeafoamBlue 7,918,006 -  +A color described as Seafoam Blue with a HEX value of #78D1B6. PoopBrown 8,018,177 -  +A color described as Poop Brown with a HEX value of #7A5901. PurplishGrey 8,022,143 -  +A color described as Purplish Grey with a HEX value of #7A687F. GreyishBrown 8,022,607 -  +A color described as Greyish Brown with a HEX value of #7A6A4F. UglyGreen 8,034,051 -  +A color described as Ugly Green with a HEX value of #7A9703. SeafoamGreen 8,059,307 -  +A color described as Seafoam Green with a HEX value of #7AF9AB. Bordeaux 8,060,972 -  +A color described as Bordeaux with a HEX value of #7B002C. WineRed 8,061,731 -  +A color described as Wine Red with a HEX value of #7B0323. ShitBrown 8,083,460 -  +A color described as Shit Brown with a HEX value of #7B5804. FadedGreen 8,106,612 -  +A color described as Faded Green with a HEX value of #7BB274. Lightblue 8,112,374 -  +A color described as Lightblue with a HEX value of #7BC8F6. TiffanyBlue 8,123,098 -  +A color described as Tiffany Blue with a HEX value of #7BF2DA. LightAquamarine 8,125,895 -  +A color described as Light Aquamarine with a HEX value of #7BFDC7. UglyBrown 8,220,931 -  +A color described as Ugly Brown with a HEX value of #7D7103. MediumGrey 8,224,636 -  +A color described as Medium Grey with a HEX value of #7D7F7C. Purple 8,265,372 -  +A color described as Purple with a HEX value of #7E1E9C. Purple2 8,265,372 @@ -1529,2299 +1529,2299 @@ type Color Bruise 8,274,033 -  +A color described as Bruise with a HEX value of #7E4071. GreenyGrey 8,298,618 -  +A color described as Greeny Grey with a HEX value of #7EA07A. DarkLimeGreen 8,305,921 -  +A color described as Dark Lime Green with a HEX value of #7EBD01. LightTurquoise 8,320,204 -  +A color described as Light Turquoise with a HEX value of #7EF4CC. LightBlueGreen 8,321,971 -  +A color described as Light Blue Green with a HEX value of #7EFBB3. ReddishBrown 8,334,090 -  +A color described as Reddish Brown with a HEX value of #7F2B0A. MilkChocolate 8,343,070 -  +A color described as Milk Chocolate with a HEX value of #7F4E1E. MediumBrown 8,343,826 -  +A color described as Medium Brown with a HEX value of #7F5112. Poop 8,347,136 -  +A color described as Poop with a HEX value of #7F5E00. Shit 8,347,392 -  +A color described as Shit with a HEX value of #7F5F00. DarkTaupe 8,349,774 -  +A color described as Dark Taupe with a HEX value of #7F684E. GreyBrown 8,351,827 -  +A color described as Grey Brown with a HEX value of #7F7053. Camo 8,359,758 -  +A color described as Camo with a HEX value of #7F8F4E. Wine 8,388,927 -  +A color described as Wine with a HEX value of #80013F. MutedPurple 8,412,039 -  +A color described as Muted Purple with a HEX value of #805B87. Seafoam 8,452,525 -  +A color described as Seafoam with a HEX value of #80F9AD. RedPurple 8,521,543 -  +A color described as Red Purple with a HEX value of #820747. DustyPurple 8,544,135 -  +A color described as Dusty Purple with a HEX value of #825F87. GreyPurple 8,547,724 -  +A color described as Grey Purple with a HEX value of #826D8C. Drab 8,553,284 -  +A color described as Drab with a HEX value of #828344. GreyishGreen 8,562,301 -  +A color described as Greyish Green with a HEX value of #82A67D. Sky 8,571,644 -  +A color described as Sky with a HEX value of #82CAFC. PaleTeal 8,571,826 -  +A color described as Pale Teal with a HEX value of #82CBB2. DirtBrown 8,611,129 -  +A color described as Dirt Brown with a HEX value of #836539. DarkRed 8,650,752 -  +A color described as Dark Red with a HEX value of #840000. DullPurple 8,673,662 -  +A color described as Dull Purple with a HEX value of #84597E. DarkLime 8,697,601 -  +A color described as Dark Lime with a HEX value of #84B701. IndianRed 8,719,876 -  +A color described as Indian Red with a HEX value of #850E04. DarkLavender 8,742,808 -  +A color described as Dark Lavender with a HEX value of #856798. Bluegrey 8,758,194 -  +A color described as Bluegrey with a HEX value of #85A3B2. PurpleGrey 8,810,373 -  +A color described as Purple Grey with a HEX value of #866F85. BrownishGrey 8,812,383 -  +A color described as Brownish Grey with a HEX value of #86775F. GreyGreen 8,823,165 -  +A color described as Grey/Green with a HEX value of #86A17D. DarkMauve 8,866,914 -  +A color described as Dark Mauve with a HEX value of #874C62. Purpley 8,869,604 -  +A color described as Purpley with a HEX value of #8756E4. Cocoa 8,871,746 -  +A color described as Cocoa with a HEX value of #875F42. DullBrown 8,875,595 -  +A color described as Dull Brown with a HEX value of #876E4B. AvocadoGreen 8,890,658 -  +A color described as Avocado Green with a HEX value of #87A922. Sage 8,892,019 -  +A color described as Sage with a HEX value of #87AE73. BrightLime 8,912,133 -  +A color described as Bright Lime with a HEX value of #87FD05. PooBrown 8,937,217 -  +A color described as Poo Brown with a HEX value of #885F01. MuddyBrown 8,939,526 -  +A color described as Muddy Brown with a HEX value of #886806. GreyishPurple 8,941,969 -  +A color described as Greyish Purple with a HEX value of #887191. BabyShitGreen 8,951,575 -  +A color described as Baby Shit Green with a HEX value of #889717. SageGreen 8,958,840 -  +A color described as Sage Green with a HEX value of #88B378. LightEggplant 8,996,229 -  +A color described as Light Eggplant with a HEX value of #894585. DuskyPurple 9,001,851 -  +A color described as Dusky Purple with a HEX value of #895B7B. BlueyGrey 9,019,568 -  +A color described as Bluey Grey with a HEX value of #89A0B0. VomitGreen 9,019,907 -  +A color described as Vomit Green with a HEX value of #89A203. LimeGreen 9,043,461 -  +A color described as Lime Green with a HEX value of #89FE05. Dirt 9,072,197 -  +A color described as Dirt with a HEX value of #8A6E45. CarolinaBlue 9,091,326 -  +A color described as Carolina Blue with a HEX value of #8AB8FE. RobinEggBlue 9,105,918 -  +A color described as Robin Egg Blue with a HEX value of #8AF1FE. RedBrown 9,121,302 -  +A color described as Red Brown with a HEX value of #8B2E16. RustBrown 9,122,051 -  +A color described as Rust Brown with a HEX value of #8B3103. LavenderBlue 9,144,568 -  +A color described as Lavender Blue with a HEX value of #8B88F8. Crimson 9,175,055 -  +A color described as Crimson with a HEX value of #8C000F. RedWine 9,175,092 -  +A color described as Red Wine with a HEX value of #8C0034. EasterGreen 9,239,934 -  +A color described as Easter Green with a HEX value of #8CFD7E. BabyGreen 9,240,478 -  +A color described as Baby Green with a HEX value of #8CFF9E. LightAqua 9,240,539 -  +A color described as Light Aqua with a HEX value of #8CFFDB. DeepLavender 9,264,823 -  +A color described as Deep Lavender with a HEX value of #8D5EB7. BrownGrey 9,274,472 -  +A color described as Brown Grey with a HEX value of #8D8468. Hazel 9,336,344 -  +A color described as Hazel with a HEX value of #8E7618. Periwinkle 9,339,646 -  +A color described as Periwinkle with a HEX value of #8E82FE. PeaGreen 9,349,906 -  +A color described as Pea Green with a HEX value of #8EAB12. KiwiGreen 9,364,799 -  +A color described as Kiwi Green with a HEX value of #8EE53F. BrickRed 9,376,770 -  +A color described as Brick Red with a HEX value of #8F1402. Poo 9,401,091 -  +A color described as Poo with a HEX value of #8F7303. Perrywinkle 9,407,719 -  +A color described as Perrywinkle with a HEX value of #8F8CE7. BabyPoopGreen 9,410,565 -  +A color described as Baby Poop Green with a HEX value of #8F9805. PeriwinkleBlue 9,411,067 -  +A color described as Periwinkle Blue with a HEX value of #8F99FB. IckyGreen 9,416,226 -  +A color described as Icky Green with a HEX value of #8FAE22. Lichen 9,418,363 -  +A color described as Lichen with a HEX value of #8FB67B. AcidGreen 9,436,681 -  +A color described as Acid Green with a HEX value of #8FFE09. MintGreen 9,437,087 -  +A color described as Mint Green with a HEX value of #8FFF9F. Avocado 9,482,548 -  +A color described as Avocado with a HEX value of #90B134. LightTeal 9,495,745 -  +A color described as Light Teal with a HEX value of #90E4C1. FoamGreen 9,502,121 -  +A color described as Foam Green with a HEX value of #90FDA9. ReddishPurple 9,505,105 -  +A color described as Reddish Purple with a HEX value of #910951. FadedPurple 9,531,033 -  +A color described as Faded Purple with a HEX value of #916E99. Mulberry 9,570,894 -  +A color described as Mulberry with a HEX value of #920A4E. BrownRed 9,579,269 -  +A color described as Brown Red with a HEX value of #922B05. Grey 9,606,545 -  +A color described as Grey with a HEX value of #929591. PeaSoup 9,607,425 -  +A color described as Pea Soup with a HEX value of #929901. BabyPoop 9,665,536 -  +A color described as Baby Poop with a HEX value of #937C00. Purplish 9,721,484 -  +A color described as Purplish with a HEX value of #94568C. PukeBrown 9,729,798 -  +A color described as Puke Brown with a HEX value of #947706. PurpleyGrey 9,731,732 -  +A color described as Purpley Grey with a HEX value of #947E94. PeaSoupGreen 9,741,847 -  +A color described as Pea Soup Green with a HEX value of #94A617. BarfGreen 9,743,362 -  +A color described as Barf Green with a HEX value of #94AC02. SicklyGreen 9,744,924 -  +A color described as Sickly Green with a HEX value of #94B21C. WarmPurple 9,776,783 -  +A color described as Warm Purple with a HEX value of #952E8F. CoolGrey 9,806,758 -  +A color described as Cool Grey with a HEX value of #95A3A6. LightBlue 9,818,364 -  +A color described as Light Blue with a HEX value of #95D0FC. DarkMagenta 9,830,486 -  +A color described as Dark Magenta with a HEX value of #960056. WarmBrown 9,850,370 -  +A color described as Warm Brown with a HEX value of #964E02. DeepLilac 9,858,749 -  +A color described as Deep Lilac with a HEX value of #966EBD. GreenishGrey 9,875,085 -  +A color described as Greenish Grey with a HEX value of #96AE8D. BoogerGreen 9,876,483 -  +A color described as Booger Green with a HEX value of #96B403. LightGreen 9,894,267 -  +A color described as Light Green with a HEX value of #96F97B. WarmGrey 9,931,396 -  +A color described as Warm Grey with a HEX value of #978A84. BloodRed 9,961,474 -  +A color described as Blood Red with a HEX value of #980002. Purply 9,977,778 -  +A color described as Purply with a HEX value of #983FB2. Purpleish 9,983,629 -  +A color described as Purpleish with a HEX value of #98568D. Sepia 9,985,579 -  +A color described as Sepia with a HEX value of #985E2B. RobinsEggBlue 10,022,905 -  +A color described as Robin'S Egg Blue with a HEX value of #98EFF9. LightSeaGreen 10,024,624 -  +A color described as Light Sea Green with a HEX value of #98F6B0. VividPurple 10,027,258 -  +A color described as Vivid Purple with a HEX value of #9900FA. PurpleRed 10,027,335 -  +A color described as Purple Red with a HEX value of #990147. Berry 10,030,923 -  +A color described as Berry with a HEX value of #990F4B. ReddishGrey 10,057,072 -  +A color described as Reddish Grey with a HEX value of #997570. SlimeGreen 10,079,236 -  +A color described as Slime Green with a HEX value of #99CC04. DeepRed 10,093,056 -  +A color described as Deep Red with a HEX value of #9A0200. Violet 10,096,362 -  +A color described as Violet with a HEX value of #9A0EEA. Auburn 10,104,833 -  +A color described as Auburn with a HEX value of #9A3001. RawSienna 10,117,632 -  +A color described as Raw Sienna with a HEX value of #9A6200. PukeGreen 10,137,095 -  +A color described as Puke Green with a HEX value of #9AAE07. LightGrassGreen 10,155,876 -  +A color described as Light Grass Green with a HEX value of #9AF764. Amethyst 10,182,592 -  +A color described as Amethyst with a HEX value of #9B5FC0. YellowishBrown 10,189,313 -  +A color described as Yellowish Brown with a HEX value of #9B7A01. DarkKhaki 10,194,773 -  +A color described as Dark Khaki with a HEX value of #9B8F55. Booger 10,204,476 -  +A color described as Booger with a HEX value of #9BB53C. HospitalGreen 10,216,874 -  +A color described as Hospital Green with a HEX value of #9BE5AA. Brownish 10,251,607 -  +A color described as Brownish with a HEX value of #9C6D57. DarkLilac 10,251,685 -  +A color described as Dark Lilac with a HEX value of #9C6DA5. BrightOlive 10,271,492 -  +A color described as Bright Olive with a HEX value of #9CBB04. Kiwi 10,284,867 -  +A color described as Kiwi with a HEX value of #9CEF43. Carmine 10,289,686 -  +A color described as Carmine with a HEX value of #9D0216. DarkFuchsia 10,291,033 -  +A color described as Dark Fuchsia with a HEX value of #9D0759. LightPlum 10,311,555 -  +A color described as Light Plum with a HEX value of #9D5783. Mocha 10,319,441 -  +A color described as Mocha with a HEX value of #9D7651. SickGreen 10,336,556 -  +A color described as Sick Green with a HEX value of #9DB92C. LightGreyBlue 10,337,492 -  +A color described as Light Grey Blue with a HEX value of #9DBCD4. SnotGreen 10,338,560 -  +A color described as Snot Green with a HEX value of #9DC100. BrightYellowGreen 10,354,432 -  +A color described as Bright Yellow Green with a HEX value of #9DFF00. Cranberry 10,354,746 -  +A color described as Cranberry with a HEX value of #9E003A. RedViolet 10,355,048 -  +A color described as Red Violet with a HEX value of #9E0168. BrownishRed 10,368,547 -  +A color described as Brownish Red with a HEX value of #9E3623. MediumPurple 10,372,002 -  +A color described as Medium Purple with a HEX value of #9E43A2. BurntRed 10,429,189 -  +A color described as Burnt Red with a HEX value of #9F2305. Diarrhea 10,453,763 -  +A color described as Diarrhea with a HEX value of #9F8303. Mint 10,485,424 -  +A color described as Mint with a HEX value of #9FFEB0. DeepMagenta 10,486,364 -  +A color described as Deep Magenta with a HEX value of #A0025C. BarneyPurple 10,486,936 -  +A color described as Barney Purple with a HEX value of #A00498. Brick 10,499,619 -  +A color described as Brick with a HEX value of #A03623. BurntUmber 10,503,438 -  +A color described as Burnt Umber with a HEX value of #A0450E. GrossGreen 10,534,678 -  +A color described as Gross Green with a HEX value of #A0BF16. LightSeafoam 10,550,975 -  +A color described as Light Seafoam with a HEX value of #A0FEBF. Russet 10,565,893 -  +A color described as Russet with a HEX value of #A13905. LightMaroon 10,635,351 -  +A color described as Light Maroon with a HEX value of #A24857. Earth 10,642,750 -  +A color described as Earth with a HEX value of #A2653E. Vomit 10,658,837 -  +A color described as Vomit with a HEX value of #A2A415. PastelBlue 10,665,982 -  +A color described as Pastel Blue with a HEX value of #A2BFFE. BabyBlue 10,670,078 -  +A color described as Baby Blue with a HEX value of #A2CFFE. UglyPurple 10,764,960 -  +A color described as Ugly Purple with a HEX value of #A442A0. Heather 10,781,868 -  +A color described as Heather with a HEX value of #A484AC. LightOliveGreen 10,796,636 -  +A color described as Light Olive Green with a HEX value of #A4BE5C. Pea 10,796,832 -  +A color described as Pea with a HEX value of #A4BF20. VioletRed 10,813,525 -  +A color described as Violet Red with a HEX value of #A50055. LightishPurple 10,834,662 -  +A color described as Lightish Purple with a HEX value of #A552E6. LighterPurple 10,836,724 -  +A color described as Lighter Purple with a HEX value of #A55AF4. Puce 10,845,778 -  +A color described as Puce with a HEX value of #A57E52. Cement 10,855,313 -  +A color described as Cement with a HEX value of #A5A391. Puke 10,855,682 -  +A color described as Puke with a HEX value of #A5A502. PaleTurquoise 10,877,909 -  +A color described as Pale Turquoise with a HEX value of #A5FBD5. SoftPurple 10,907,573 -  +A color described as Soft Purple with a HEX value of #A66FB5. Coffee 10,912,076 -  +A color described as Coffee with a HEX value of #A6814C. LightMossGreen 10,930,293 -  +A color described as Light Moss Green with a HEX value of #A6C875. LightMintGreen 10,943,410 -  +A color described as Light Mint Green with a HEX value of #A6FBB2. RawUmber 10,968,585 -  +A color described as Raw Umber with a HEX value of #A75E09. LightSeafoamGreen 11,009,973 -  +A color described as Light Seafoam Green with a HEX value of #A7FFB5. Rust 11,025,417 -  +A color described as Rust with a HEX value of #A83C09. LightBurgundy 11,026,779 -  +A color described as Light Burgundy with a HEX value of #A8415B. Bronze 11,041,024 -  +A color described as Bronze with a HEX value of #A87900. Wisteria 11,042,242 -  +A color described as Wisteria with a HEX value of #A87DC2. DarkMustard 11,045,125 -  +A color described as Dark Mustard with a HEX value of #A88905. DarkSand 11,046,745 -  +A color described as Dark Sand with a HEX value of #A88F59. Greyish 11,052,181 -  +A color described as Greyish with a HEX value of #A8A495. MustardGreen 11,056,388 -  +A color described as Mustard Green with a HEX value of #A8B504. ElectricLime 11,075,332 -  +A color described as Electric Lime with a HEX value of #A8FF04. DarkishRed 11,076,360 -  +A color described as Darkish Red with a HEX value of #A90308. Sienna 11,097,630 -  +A color described as Sienna with a HEX value of #A9561E. TanGreen 11,124,336 -  +A color described as Tan Green with a HEX value of #A9BE70. SpringGreen 11,139,441 -  +A color described as Spring Green with a HEX value of #A9F971. ElectricPurple 11,150,335 -  +A color described as Electric Purple with a HEX value of #AA23FF. RustRed 11,151,108 -  +A color described as Rust Red with a HEX value of #AA2704. Khaki 11,183,714 -  +A color described as Khaki with a HEX value of #AAA662. Lime 11,206,450 -  +A color described as Lime with a HEX value of #AAFF32. Rouge 11,211,321 -  +A color described as Rouge with a HEX value of #AB1239. TanBrown 11,238,988 -  +A color described as Tan Brown with a HEX value of #AB7E4C. BabyPoo 11,243,524 -  +A color described as Baby Poo with a HEX value of #AB9004. Barney 11,279,800 -  +A color described as Barney with a HEX value of #AC1DB8. Cinnamon 11,292,422 -  +A color described as Cinnamon with a HEX value of #AC4F06. Leather 11,301,940 -  +A color described as Leather with a HEX value of #AC7434. MustardBrown 11,304,452 -  +A color described as Mustard Brown with a HEX value of #AC7E04. DustyLavender 11,306,664 -  +A color described as Dusty Lavender with a HEX value of #AC86A8. DarkBeige 11,309,922 -  +A color described as Dark Beige with a HEX value of #AC9362. Snot 11,320,077 -  +A color described as Snot with a HEX value of #ACBB0D. LightOlive 11,321,193 -  +A color described as Light Olive with a HEX value of #ACBF69. CloudyBlue 11,322,073 -  +A color described as Cloudy Blue with a HEX value of #ACC2D9. LightCyan 11,337,724 -  +A color described as Light Cyan with a HEX value of #ACFFFC. VibrantPurple 11,338,718 -  +A color described as Vibrant Purple with a HEX value of #AD03DE. BrightViolet 11,340,541 -  +A color described as Bright Violet with a HEX value of #AD0AFD. LightBrown 11,370,832 -  +A color described as Light Brown with a HEX value of #AD8150. BabyShitBrown 11,374,605 -  +A color described as Baby Shit Brown with a HEX value of #AD900D. Stone 11,380,103 -  +A color described as Stone with a HEX value of #ADA587. LemonGreen 11,401,218 -  +A color described as Lemon Green with a HEX value of #ADF802. Mauve 11,432,321 -  +A color described as Mauve with a HEX value of #AE7181. YellowyBrown 11,438,860 -  +A color described as Yellowy Brown with a HEX value of #AE8B0C. LightLime 11,468,140 -  +A color described as Light Lime with a HEX value of #AEFD6C. KeyLime 11,468,654 -  +A color described as Key Lime with a HEX value of #AEFF6E. RustyRed 11,480,845 -  +A color described as Rusty Red with a HEX value of #AF2F0D. Caramel 11,497,225 -  +A color described as Caramel with a HEX value of #AF6F09. DarkTan 11,503,690 -  +A color described as Dark Tan with a HEX value of #AF884A. Bland 11,511,947 -  +A color described as Bland with a HEX value of #AFA88B. Raspberry 11,534,665 -  +A color described as Raspberry with a HEX value of #B00149. PurplishRed 11,535,691 -  +A color described as Purplish Red with a HEX value of #B0054B. BurntSienna 11,554,319 -  +A color described as Burnt Sienna with a HEX value of #B04E0F. YellowishGreen 11,590,934 -  +A color described as Yellowish Green with a HEX value of #B0DD16. PastelGreen 11,599,773 -  +A color described as Pastel Green with a HEX value of #B0FF9D. OrangeyBrown 11,624,450 -  +A color described as Orangey Brown with a HEX value of #B16002. PinkishBrown 11,629,153 -  +A color described as Pinkish Brown with a HEX value of #B17261. PaleBrown 11,637,102 -  +A color described as Pale Brown with a HEX value of #B1916E. PowderBlue 11,653,628 -  +A color described as Powder Blue with a HEX value of #B1D1FC. PaleOliveGreen 11,653,755 -  +A color described as Pale Olive Green with a HEX value of #B1D27B. PaleLightGreen 11,664,537 -  +A color described as Pale Light Green with a HEX value of #B1FC99. PaleLimeGreen 11,665,253 -  +A color described as Pale Lime Green with a HEX value of #B1FF65. OrangishBrown 11,689,731 -  +A color described as Orangish Brown with a HEX value of #B25F03. Umber 11,691,008 -  +A color described as Umber with a HEX value of #B26400. ClayBrown 11,694,397 -  +A color described as Clay Brown with a HEX value of #B2713D. GoldenBrown 11,696,641 -  +A color described as Golden Brown with a HEX value of #B27A01. BrownYellow 11,704,069 -  +A color described as Brown Yellow with a HEX value of #B29705. Dust 11,704,686 -  +A color described as Dust with a HEX value of #B2996E. LightPastelGreen 11,729,829 -  +A color described as Light Pastel Green with a HEX value of #B2FBA5. LightUrple 11,759,606 -  +A color described as Light Urple with a HEX value of #B36FF6. DarkRose 11,880,541 -  +A color described as Dark Rose with a HEX value of #B5485D. DarkGold 11,899,920 -  +A color described as Dark Gold with a HEX value of #B59410. Bile 11,911,942 -  +A color described as Bile with a HEX value of #B5C306. GreenYellow 11,914,760 -  +A color described as Green/Yellow with a HEX value of #B5CE08. Copper 11,952,933 -  +A color described as Copper with a HEX value of #B66325. Clay 11,954,768 -  +A color described as Clay with a HEX value of #B66A50. BabyPukeGreen 11,977,734 -  +A color described as Baby Puke Green with a HEX value of #B6C406. LightMint 11,993,019 -  +A color described as Light Mint with a HEX value of #B6FFBB. BurntSiena 12,014,083 -  +A color described as Burnt Siena with a HEX value of #B75203. PalePurple 12,030,164 -  +A color described as Pale Purple with a HEX value of #B790D4. YellowBrown 12,030,976 -  +A color described as Yellow Brown with a HEX value of #B79400. LightBlueGrey 12,044,770 -  +A color described as Light Blue Grey with a HEX value of #B7C9E2. LightGreyGreen 12,050,849 -  +A color described as Light Grey Green with a HEX value of #B7E1A1. PaleCyan 12,058,618 -  +A color described as Pale Cyan with a HEX value of #B7FFFA. PaleAqua 12,124,139 -  +A color described as Pale Aqua with a HEX value of #B8FFEB. DustyRed 12,142,670 -  +A color described as Dusty Red with a HEX value of #B9484E. BrownOrange 12,151,042 -  +A color described as Brown Orange with a HEX value of #B96902. Taupe 12,165,761 -  +A color described as Taupe with a HEX value of #B9A281. PaleOlive 12,176,513 -  +A color described as Pale Olive with a HEX value of #B9CC81. LightLimeGreen 12,189,542 -  +A color described as Light Lime Green with a HEX value of #B9FF66. DuskyRose 12,216,435 -  +A color described as Dusky Rose with a HEX value of #BA6873. Mushroom 12,230,280 -  +A color described as Mushroom with a HEX value of #BA9E88. DullRed 12,271,423 -  +A color described as Dull Red with a HEX value of #BB3F3F. Yellowgreen 12,318,991 -  +A color described as Yellowgreen with a HEX value of #BBF90F. NeonPurple 12,325,886 -  +A color described as Neon Purple with a HEX value of #BC13FE. GreenishTan 12,372,858 -  +A color described as Greenish Tan with a HEX value of #BCCB7A. LightSage 12,381,356 -  +A color described as Light Sage with a HEX value of #BCECAC. WashedOutGreen 12,383,654 -  +A color described as Washed Out Green with a HEX value of #BCF5A6. Adobe 12,414,024 -  +A color described as Adobe with a HEX value of #BD6C48. PaleSkyBlue 12,449,534 -  +A color described as Pale Sky Blue with a HEX value of #BDF6FE. TeaGreen 12,449,955 -  +A color described as Tea Green with a HEX value of #BDF8A3. Scarlet 12,452,121 -  +A color described as Scarlet with a HEX value of #BE0119. RoseRed 12,452,156 -  +A color described as Rose Red with a HEX value of #BE013C. BrightPurple 12,452,861 -  +A color described as Bright Purple with a HEX value of #BE03FD. OrangeBrown 12,477,440 -  +A color described as Orange Brown with a HEX value of #BE6400. Putty 12,496,522 -  +A color described as Putty with a HEX value of #BEAE8A. PaleLime 12,516,723 -  +A color described as Pale Lime with a HEX value of #BEFD73. Celadon 12,516,791 -  +A color described as Celadon with a HEX value of #BEFDB7. LightPurple 12,548,086 -  +A color described as Light Purple with a HEX value of #BF77F6. Ochre 12,554,245 -  +A color described as Ochre with a HEX value of #BF9005. Ocher 12,557,068 -  +A color described as Ocher with a HEX value of #BF9B0C. MuddyYellow 12,561,413 -  +A color described as Muddy Yellow with a HEX value of #BFAC05. YellowyGreen 12,579,112 -  +A color described as Yellowy Green with a HEX value of #BFF128. LemonLime 12,582,440 -  +A color described as Lemon Lime with a HEX value of #BFFE28. LipstickRed 12,583,471 -  +A color described as Lipstick Red with a HEX value of #C0022F. BurntOrange 12,602,881 -  +A color described as Burnt Orange with a HEX value of #C04E01. EasterPurple 12,612,094 -  +A color described as Easter Purple with a HEX value of #C071FE. DustyRose 12,612,474 -  +A color described as Dusty Rose with a HEX value of #C0737A. Pistachio 12,647,051 -  +A color described as Pistachio with a HEX value of #C0FA8B. YellowGreenAlternate 12,647,213 -  +A color described as Yellow Green with a HEX value of #C0FB2D. BrickOrange 12,667,401 -  +A color described as Brick Orange with a HEX value of #C14A09. LightPeriwinkle 12,699,388 -  +A color described as Light Periwinkle with a HEX value of #C1C6FC. Chartreuse 12,711,946 -  +A color described as Chartreuse with a HEX value of #C1F80A. Celery 12,713,365 -  +A color described as Celery with a HEX value of #C1FD95. Magenta 12,714,104 -  +A color described as Magenta with a HEX value of #C20078. BrownishPink 12,746,361 -  +A color described as Brownish Pink with a HEX value of #C27E79. LightMauve 12,751,521 -  +A color described as Light Mauve with a HEX value of #C292A1. OliveYellow 12,760,841 -  +A color described as Olive Yellow with a HEX value of #C2B709. PukeYellow 12,762,638 -  +A color described as Puke Yellow with a HEX value of #C2BE0E. LightYellowishGreen 12,779,401 -  +A color described as Light Yellowish Green with a HEX value of #C2FF89. GreyPink 12,816,539 -  +A color described as Grey Pink with a HEX value of #C3909B. DuckEggBlue 12,844,020 -  +A color described as Duck Egg Blue with a HEX value of #C3FBF4. Reddish 12,862,016 -  +A color described as Reddish with a HEX value of #C44240. RustOrange 12,866,824 -  +A color described as Rust Orange with a HEX value of #C45508. Liliac 12,881,661 -  +A color described as Liliac with a HEX value of #C48EFD. SandyBrown 12,887,649 -  +A color described as Sandy Brown with a HEX value of #C4A661. LightPeaGreen 12,910,210 -  +A color described as Light Pea Green with a HEX value of #C4FE82. EggshellBlue 12,910,583 -  +A color described as Eggshell Blue with a HEX value of #C4FFF7. Silver 12,962,247 -  +A color described as Silver with a HEX value of #C5C9C7. DarkOrange 12,996,866 -  +A color described as Dark Orange with a HEX value of #C65102. Ocre 13,016,068 -  +A color described as Ocre with a HEX value of #C69C04. Camel 13,016,921 -  +A color described as Camel with a HEX value of #C69F59. GreenyYellow 13,039,624 -  +A color described as Greeny Yellow with a HEX value of #C6F808. LightSkyBlue 13,040,895 -  +A color described as Light Sky Blue with a HEX value of #C6FCFF. DeepRose 13,059,943 -  +A color described as Deep Rose with a HEX value of #C74767. BrightLavender 13,066,495 -  +A color described as Bright Lavender with a HEX value of #C760FF. OldPink 13,072,774 -  +A color described as Old Pink with a HEX value of #C77986. Lavender 13,082,607 -  +A color described as Lavender with a HEX value of #C79FEF. Toupe 13,085,821 -  +A color described as Toupe with a HEX value of #C7AC7D. VomitYellow 13,091,084 -  +A color described as Vomit Yellow with a HEX value of #C7C10C. PaleGreen 13,106,613 -  +A color described as Pale Green with a HEX value of #C7FDB5. PurpleyPink 13,122,745 -  +A color described as Purpley Pink with a HEX value of #C83CB9. DarkSalmon 13,130,323 -  +A color described as Dark Salmon with a HEX value of #C85A53. Orchid 13,137,348 -  +A color described as Orchid with a HEX value of #C875C4. DirtyOrange 13,137,414 -  +A color described as Dirty Orange with a HEX value of #C87606. OldRose 13,139,849 -  +A color described as Old Rose with a HEX value of #C87F89. GreyishPink 13,143,444 -  +A color described as Greyish Pink with a HEX value of #C88D94. PinkishGrey 13,151,401 -  +A color described as Pinkish Grey with a HEX value of #C8ACA9. YellowGreen 13,172,029 -  +A color described as Yellow/Green with a HEX value of #C8FD3D. LightLightGreen 13,172,656 -  +A color described as Light Light Green with a HEX value of #C8FFB0. PinkyPurple 13,192,382 -  +A color described as Pinky Purple with a HEX value of #C94CBE. BrightLilac 13,197,051 -  +A color described as Bright Lilac with a HEX value of #C95EFB. TerraCotta 13,198,395 -  +A color described as Terra Cotta with a HEX value of #C9643B. Sandstone 13,217,396 -  +A color described as Sandstone with a HEX value of #C9AE74. BrownishYellow 13,217,795 -  +A color described as Brownish Yellow with a HEX value of #C9B003. GreenishBeige 13,226,361 -  +A color described as Greenish Beige with a HEX value of #C9D179. GreenYellowAlternate 13,238,055 -  +A color described as Green Yellow with a HEX value of #C9FF27. Ruby 13,238,599 -  +A color described as Ruby with a HEX value of #CA0147. Terracotta 13,264,449 -  +A color described as Terracotta with a HEX value of #CA6641. BrownyOrange 13,265,666 -  +A color described as Browny Orange with a HEX value of #CA6B02. DirtyPink 13,269,888 -  +A color described as Dirty Pink with a HEX value of #CA7B80. BabyPurple 13,278,199 -  +A color described as Baby Purple with a HEX value of #CA9BF7. PastelPurple 13,279,487 -  +A color described as Pastel Purple with a HEX value of #CAA0FF. LightLightBlue 13,303,803 -  +A color described as Light Light Blue with a HEX value of #CAFFFB. HotPurple 13,304,053 -  +A color described as Hot Purple with a HEX value of #CB00F5. DeepPink 13,304,162 -  +A color described as Deep Pink with a HEX value of #CB0162. DarkPink 13,320,555 -  +A color described as Dark Pink with a HEX value of #CB416B. Terracota 13,330,499 -  +A color described as Terracota with a HEX value of #CB6843. BrownishOrange 13,334,307 -  +A color described as Brownish Orange with a HEX value of #CB7723. YellowOchre 13,344,006 -  +A color described as Yellow Ochre with a HEX value of #CB9D06. SandBrown 13,346,144 -  +A color described as Sand Brown with a HEX value of #CBA560. Pear 13,367,391 -  +A color described as Pear with a HEX value of #CBF85F. DuskyPink 13,400,715 -  +A color described as Dusky Pink with a HEX value of #CC7A8B. Desert 13,413,728 -  +A color described as Desert with a HEX value of #CCAD60. LightYellowGreen 13,434,239 -  +A color described as Light Yellow Green with a HEX value of #CCFD7F. RustyOrange 13,457,673 -  +A color described as Rusty Orange with a HEX value of #CD5909. UglyPink 13,464,964 -  +A color described as Ugly Pink with a HEX value of #CD7584. DirtyYellow 13,485,322 -  +A color described as Dirty Yellow with a HEX value of #CDC50A. GreenishYellow 13,499,650 -  +A color described as Greenish Yellow with a HEX value of #CDFD02. PurplishPink 13,524,398 -  +A color described as Purplish Pink with a HEX value of #CE5DAE. Lilac 13,542,141 -  +A color described as Lilac with a HEX value of #CEA2FD. PaleViolet 13,545,210 -  +A color described as Pale Violet with a HEX value of #CEAEFA. Mustard 13,546,241 -  +A color described as Mustard with a HEX value of #CEB301. Cherry 13,566,516 -  +A color described as Cherry with a HEX value of #CF0234. DarkCoral 13,587,022 -  +A color described as Dark Coral with a HEX value of #CF524E. Rose 13,591,157 -  +A color described as Rose with a HEX value of #CF6275. Fawn 13,610,875 -  +A color described as Fawn with a HEX value of #CFAF7B. VeryPaleGreen 13,630,908 -  +A color described as Very Pale Green with a HEX value of #CFFDBC. NeonYellow 13,631,236 -  +A color described as Neon Yellow with a HEX value of #CFFF04. UglyYellow 13,680,897 -  +A color described as Ugly Yellow with a HEX value of #D0C101. SicklyYellow 13,689,897 -  +A color described as Sickly Yellow with a HEX value of #D0E429. LimeYellow 13,696,541 -  +A color described as Lime Yellow with a HEX value of #D0FE1D. PaleBlue 13,696,766 -  +A color described as Pale Blue with a HEX value of #D0FEFE. MutedPink 13,727,375 -  +A color described as Muted Pink with a HEX value of #D1768F. Tan 13,742,703 -  +A color described as Tan with a HEX value of #D1B26F. VeryLightGreen 13,762,493 -  +A color described as Very Light Green with a HEX value of #D1FFBD. MustardYellow 13,810,954 -  +A color described as Mustard Yellow with a HEX value of #D2BD0A. FadedRed 13,846,862 -  +A color described as Faded Red with a HEX value of #D3494E. VeryLightBrown 13,874,819 -  +A color described as Very Light Brown with a HEX value of #D3B683. Pinkish 13,920,894 -  +A color described as Pinkish with a HEX value of #D46A7E. ReallyLightBlue 13,959,167 -  +A color described as Really Light Blue with a HEX value of #D4FFFF. Lipstick 13,965,134 -  +A color described as Lipstick with a HEX value of #D5174E. DullPink 13,993,629 -  +A color described as Dull Pink with a HEX value of #D5869D. DustyPink 13,994,644 -  +A color described as Dusty Pink with a HEX value of #D58A94. BurntYellow 14,002,953 -  +A color described as Burnt Yellow with a HEX value of #D5AB09. DarkYellow 14,005,770 -  +A color described as Dark Yellow with a HEX value of #D5B60A. VeryLightBlue 14,024,703 -  +A color described as Very Light Blue with a HEX value of #D5FFFF. PinkishPurple 14,043,351 -  +A color described as Pinkish Purple with a HEX value of #D648D7. LightViolet 14,071,036 -  +A color described as Light Violet with a HEX value of #D6B4FC. Ice 14,090,234 -  +A color described as Ice with a HEX value of #D6FFFA. VeryPaleBlue 14,090,238 -  +A color described as Very Pale Blue with a HEX value of #D6FFFE. PurplePink 14,099,934 -  +A color described as Purple/Pink with a HEX value of #D725DE. PaleMagenta 14,116,781 -  +A color described as Pale Magenta with a HEX value of #D767AD. IceBlue 14,155,774 -  +A color described as Ice Blue with a HEX value of #D7FFFE. DullOrange 14,190,139 -  +A color described as Dull Orange with a HEX value of #D8863B. LightGrey 14,212,310 -  +A color described as Light Grey with a HEX value of #D8DCD6. DarkHotPink 14,221,670 -  +A color described as Dark Hot Pink with a HEX value of #D90166. Heliotrope 14,241,781 -  +A color described as Heliotrope with a HEX value of #D94FF5. PaleRed 14,242,893 -  +A color described as Pale Red with a HEX value of #D9544D. PinkishTan 14,261,122 -  +A color described as Pinkish Tan with a HEX value of #D99B82. DarkishPink 14,304,893 -  +A color described as Darkish Pink with a HEX value of #DA467D. PinkPurpleAlternate 14,371,802 -  +A color described as Pink Purple with a HEX value of #DB4BDA. PastelRed 14,374,998 -  +A color described as Pastel Red with a HEX value of #DB5856. Gold 14,398,476 -  +A color described as Gold with a HEX value of #DBB40C. DeepOrange 14,437,633 -  +A color described as Deep Orange with a HEX value of #DC4D01. LavenderPink 14,517,719 -  +A color described as Lavender Pink with a HEX value of #DD85D7. PissYellow 14,538,264 -  +A color described as Piss Yellow with a HEX value of #DDD618. Cerise 14,552,162 -  +A color described as Cerise with a HEX value of #DE0C62. DarkPeach 14,581,341 -  +A color described as Dark Peach with a HEX value of #DE7E5D. FadedPink 14,589,356 -  +A color described as Faded Pink with a HEX value of #DE9DAC. PurpleishPink 14,634,696 -  +A color described as Purpleish Pink with a HEX value of #DF4EC8. LightLavender 14,665,214 -  +A color described as Light Lavender with a HEX value of #DFC5FE. PurplePinkAlternate 14,696,408 -  +A color described as Purple Pink with a HEX value of #E03FD8. Pumpkin 14,776,065 -  +A color described as Pumpkin with a HEX value of #E17701. Sand 14,862,966 -  +A color described as Sand with a HEX value of #E2CA76. PaleLilac 14,994,431 -  +A color described as Pale Lilac with a HEX value of #E4CBFF. Red 15,007,744 -  +A color described as Red with a HEX value of #E50000. Beige 15,129,254 -  +A color described as Beige with a HEX value of #E6DAA6. LightKhaki 15,135,394 -  +A color described as Light Khaki with a HEX value of #E6F2A2. PigPink 15,175,333 -  +A color described as Pig Pink with a HEX value of #E78EA5. TomatoRed 15,478,017 -  +A color described as Tomato Red with a HEX value of #EC2D01. Fuchsia 15,535,577 -  +A color described as Fuchsia with a HEX value of #ED0DD9. LightLilac 15,583,487 -  +A color described as Light Lilac with a HEX value of #EDC8FF. PaleLavender 15,650,814 -  +A color described as Pale Lavender with a HEX value of #EECFFE. DullYellow 15,653,979 -  +A color described as Dull Yellow with a HEX value of #EEDC5B. PinkPurple 15,670,759 -  +A color described as Pink/Purple with a HEX value of #EF1DE7. Tomato 15,679,526 -  +A color described as Tomato with a HEX value of #EF4026. MacaroniAndCheese 15,709,237 -  +A color described as Macaroni And Cheese with a HEX value of #EFB435. LightLavendar 15,712,510 -  +A color described as Light Lavendar with a HEX value of #EFC0FE. PurplyPink 15,758,822 -  +A color described as Purply Pink with a HEX value of #F075E6. DustyOrange 15,762,234 -  +A color described as Dusty Orange with a HEX value of #F0833A. FadedOrange 15,766,605 -  +A color described as Faded Orange with a HEX value of #F0944D. PinkishRed 15,797,317 -  +A color described as Pinkish Red with a HEX value of #F10C45. Sandy 15,850,106 -  +A color described as Sandy with a HEX value of #F1DA7A. OffYellow 15,856,447 -  +A color described as Off Yellow with a HEX value of #F1F33F. Blush 15,900,302 -  +A color described as Blush with a HEX value of #F29E8E. Squash 15,903,509 -  +A color described as Squash with a HEX value of #F2AB15. MediumPink 15,950,230 -  +A color described as Medium Pink with a HEX value of #F36196. Vermillion 16,003,596 -  +A color described as Vermillion with a HEX value of #F4320C. OrangishRed 16,004,613 -  +A color described as Orangish Red with a HEX value of #F43605. Maize 16,044,116 -  +A color described as Maize with a HEX value of #F4D054. HotMagenta 16,057,545 -  +A color described as Hot Magenta with a HEX value of #F504C9. PinkRed 16,057,679 -  +A color described as Pink Red with a HEX value of #F5054F. Golden 16,105,219 -  +A color described as Golden with a HEX value of #F5BF03. RosyPink 16,148,622 -  +A color described as Rosy Pink with a HEX value of #F6688E. VeryLightPurple 16,174,844 -  +A color described as Very Light Purple with a HEX value of #F6CEFC. CherryRed 16,187,946 -  +A color described as Cherry Red with a HEX value of #F7022A. RosePink 16,222,106 -  +A color described as Rose Pink with a HEX value of #F7879A. LightMustard 16,242,016 -  +A color described as Light Mustard with a HEX value of #F7D560. ReddishOrange 16,271,388 -  +A color described as Reddish Orange with a HEX value of #F8481C. Orange 16,347,910 -  +A color described as Orange with a HEX value of #F97306. GoldenRod 16,366,600 -  +A color described as Golden Rod with a HEX value of #F9BC08. RedPink 16,394,837 -  +A color described as Red Pink with a HEX value of #FA2A55. OrangeyRed 16,400,932 -  +A color described as Orangey Red with a HEX value of #FA4224. LightMagenta 16,408,567 -  +A color described as Light Magenta with a HEX value of #FA5FF7. Goldenrod 16,433,669 -  +A color described as Goldenrod with a HEX value of #FAC205. Yellowish 16,445,030 -  +A color described as Yellowish with a HEX value of #FAEE66. BananaYellow 16,449,099 -  +A color described as Banana Yellow with a HEX value of #FAFE4B. Strawberry 16,460,099 -  +A color described as Strawberry with a HEX value of #FB2943. WarmPink 16,471,425 -  +A color described as Warm Pink with a HEX value of #FB5581. VioletPink 16,474,108 -  +A color described as Violet Pink with a HEX value of #FB5FFC. PumpkinOrange 16,481,543 -  +A color described as Pumpkin Orange with a HEX value of #FB7D07. Wheat 16,506,238 -  +A color described as Wheat with a HEX value of #FBDD7E. LightTan 16,510,636 -  +A color described as Light Tan with a HEX value of #FBEEAC. PinkyRed 16,524,871 -  +A color described as Pinky Red with a HEX value of #FC2647. Coral 16,538,192 -  +A color described as Coral with a HEX value of #FC5A50. Orangish 16,548,426 -  +A color described as Orangish with a HEX value of #FC824A. Pinky 16,549,546 -  +A color described as Pinky with a HEX value of #FC86AA. YellowOrange 16,560,129 -  +A color described as Yellow Orange with a HEX value of #FCB001. Marigold 16,564,230 -  +A color described as Marigold with a HEX value of #FCC006. SandYellow 16,572,774 -  +A color described as Sand Yellow with a HEX value of #FCE166. Straw 16,578,169 -  +A color described as Straw with a HEX value of #FCF679. YellowishTan 16,579,713 -  +A color described as Yellowish Tan with a HEX value of #FCFC81. RedOrange 16,595,974 -  +A color described as Red Orange with a HEX value of #FD3C06. OrangeRed 16,597,278 -  +A color described as Orange Red with a HEX value of #FD411E. Watermelon 16,598,617 -  +A color described as Watermelon with a HEX value of #FD4659. Grapefruit 16,603,478 -  +A color described as Grapefruit with a HEX value of #FD5956. Carnation 16,611,727 -  +A color described as Carnation with a HEX value of #FD798F. Orangeish 16,616,777 -  +A color described as Orangeish with a HEX value of #FD8D49. LightOrange 16,624,200 -  +A color described as Light Orange with a HEX value of #FDAA48. SoftPink 16,625,856 -  +A color described as Soft Pink with a HEX value of #FDB0C0. Butterscotch 16,625,991 -  +A color described as Butterscotch with a HEX value of #FDB147. OrangeyYellow 16,627,989 -  +A color described as Orangey Yellow with a HEX value of #FDB915. PaleRose 16,630,213 -  +A color described as Pale Rose with a HEX value of #FDC1C5. LightGold 16,637,020 -  +A color described as Light Gold with a HEX value of #FDDC5C. PaleGold 16,637,548 -  +A color described as Pale Gold with a HEX value of #FDDE6C. SandyYellow 16,641,651 -  +A color described as Sandy Yellow with a HEX value of #FDEE73. PaleGrey 16,645,630 -  +A color described as Pale Grey with a HEX value of #FDFDFE. LemonYellow 16,645,944 -  +A color described as Lemon Yellow with a HEX value of #FDFF38. Lemon 16,645,970 -  +A color described as Lemon with a HEX value of #FDFF52. Canary 16,645,987 -  +A color described as Canary with a HEX value of #FDFF63. FireEngineRed 16,646,146 -  +A color described as Fire Engine Red with a HEX value of #FE0002. NeonPink 16,646,554 -  +A color described as Neon Pink with a HEX value of #FE019A. BrightPink 16,646,577 -  +A color described as Bright Pink with a HEX value of #FE01B1. ShockingPink 16,646,818 -  +A color described as Shocking Pink with a HEX value of #FE02A2. ReddishPink 16,657,492 -  +A color described as Reddish Pink with a HEX value of #FE2C54. LightishRed 16,658,250 -  +A color described as Lightish Red with a HEX value of #FE2F4A. Orangered 16,663,055 -  +A color described as Orangered with a HEX value of #FE420F. BarbiePink 16,664,229 -  +A color described as Barbie Pink with a HEX value of #FE46A5. BloodOrange 16,665,347 -  +A color described as Blood Orange with a HEX value of #FE4B03. SalmonPink 16,677,756 -  +A color described as Salmon Pink with a HEX value of #FE7B7C. BlushPink 16,679,564 -  +A color described as Blush Pink with a HEX value of #FE828C. BubblegumPink 16,679,884 -  +A color described as Bubblegum Pink with a HEX value of #FE83CC. Rosa 16,680,612 -  +A color described as Rosa with a HEX value of #FE86A4. LightSalmon 16,689,555 -  +A color described as Light Salmon with a HEX value of #FEA993. Saffron 16,691,721 -  +A color described as Saffron with a HEX value of #FEB209. Amber 16,691,976 -  +A color described as Amber with a HEX value of #FEB308. GoldenYellow 16,696,853 -  +A color described as Golden Yellow with a HEX value of #FEC615. PaleMauve 16,699,644 -  +A color described as Pale Mauve with a HEX value of #FED0FC. Dandelion 16,703,240 -  +A color described as Dandelion with a HEX value of #FEDF08. Buff 16,709,278 -  +A color described as Buff with a HEX value of #FEF69E. Parchment 16,710,831 -  +A color described as Parchment with a HEX value of #FEFCAF. FadedYellow 16,711,551 -  +A color described as Faded Yellow with a HEX value of #FEFF7F. Ecru 16,711,626 -  +A color described as Ecru with a HEX value of #FEFFCA. BrightRed 16,711,693 -  +A color described as Bright Red with a HEX value of #FF000D. HotPink 16,712,333 -  +A color described as Hot Pink with a HEX value of #FF028D. ElectricPink 16,712,848 -  +A color described as Electric Pink with a HEX value of #FF0490. NeonRed 16,713,530 -  +A color described as Neon Red with a HEX value of #FF073A. StrongPink 16,713,609 -  +A color described as Strong Pink with a HEX value of #FF0789. BrightMagenta 16,713,960 -  +A color described as Bright Magenta with a HEX value of #FF08E8. LightRed 16,729,932 -  +A color described as Light Red with a HEX value of #FF474C. BrightOrange 16,734,976 -  +A color described as Bright Orange with a HEX value of #FF5B00. CoralPink 16,736,611 -  +A color described as Coral Pink with a HEX value of #FF6163. CandyPink 16,737,257 -  +A color described as Candy Pink with a HEX value of #FF63E9. BubbleGumPink 16,738,735 -  +A color described as Bubble Gum Pink with a HEX value of #FF69AF. Bubblegum 16,739,509 -  +A color described as Bubblegum with a HEX value of #FF6CB5. OrangePink 16,740,178 -  +A color described as Orange Pink with a HEX value of #FF6F52. PinkishOrange 16,740,940 -  +A color described as Pinkish Orange with a HEX value of #FF724C. Melon 16,742,485 -  +A color described as Melon with a HEX value of #FF7855. Salmon 16,742,764 -  +A color described as Salmon with a HEX value of #FF796C. CarnationPink 16,744,359 -  +A color described as Carnation Pink with a HEX value of #FF7FA7. Pink 16,744,896 -  +A color described as Pink with a HEX value of #FF81C0. Tangerine 16,749,576 -  +A color described as Tangerine with a HEX value of #FF9408. PastelOrange 16,750,159 -  +A color described as Pastel Orange with a HEX value of #FF964F. PeachyPink 16,751,242 -  +A color described as Peachy Pink with a HEX value of #FF9A8A. Mango 16,754,219 -  +A color described as Mango with a HEX value of #FFA62B. PaleOrange 16,754,518 -  +A color described as Pale Orange with a HEX value of #FFA756. YellowishOrange 16,755,471 -  +A color described as Yellowish Orange with a HEX value of #FFAB0F. OrangeYellow 16,755,969 -  +A color described as Orange Yellow with a HEX value of #FFAD01. Peach 16,756,860 -  +A color described as Peach with a HEX value of #FFB07C. Apricot 16,757,101 -  +A color described as Apricot with a HEX value of #FFB16D. PaleSalmon 16,757,146 -  +A color described as Pale Salmon with a HEX value of #FFB19A. PowderPink 16,757,456 -  +A color described as Powder Pink with a HEX value of #FFB2D0. BabyPink 16,758,734 -  +A color described as Baby Pink with a HEX value of #FFB7CE. PastelPink 16,759,501 -  +A color described as Pastel Pink with a HEX value of #FFBACD. Sunflower 16,762,130 -  +A color described as Sunflower with a HEX value of #FFC512. LightRose 16,762,315 -  +A color described as Light Rose with a HEX value of #FFC5CB. PalePink 16,764,892 -  +A color described as Pale Pink with a HEX value of #FFCFDC. LightPink 16,765,407 -  +A color described as Light Pink with a HEX value of #FFD1DF. LightPeach 16,767,153 -  +A color described as Light Peach with a HEX value of #FFD8B1. SunflowerYellow 16,767,491 -  +A color described as Sunflower Yellow with a HEX value of #FFDA03. SunYellow 16,768,802 -  +A color described as Sun Yellow with a HEX value of #FFDF22. YellowTan 16,769,902 -  +A color described as Yellow Tan with a HEX value of #FFE36E. PalePeach 16,770,477 -  +A color described as Pale Peach with a HEX value of #FFE5AD. DarkCream 16,774,042 -  +A color described as Dark Cream with a HEX value of #FFF39A. VeryLightPink 16,774,386 -  +A color described as Very Light Pink with a HEX value of #FFF4F2. SunnyYellow 16,775,447 -  +A color described as Sunny Yellow with a HEX value of #FFF917. Pale 16,775,632 -  +A color described as Pale with a HEX value of #FFF9D0. Manilla 16,775,814 -  +A color described as Manilla with a HEX value of #FFFA86. EggShell 16,776,388 -  +A color described as Egg Shell with a HEX value of #FFFCC4. BrightYellow 16,776,449 -  +A color described as Bright Yellow with a HEX value of #FFFD01. SunshineYellow 16,776,503 -  +A color described as Sunshine Yellow with a HEX value of #FFFD37. ButterYellow 16,776,564 -  +A color described as Butter Yellow with a HEX value of #FFFD74. Custard 16,776,568 -  +A color described as Custard with a HEX value of #FFFD78. CanaryYellow 16,776,768 -  +A color described as Canary Yellow with a HEX value of #FFFE40. PastelYellow 16,776,817 -  +A color described as Pastel Yellow with a HEX value of #FFFE71. LightYellow 16,776,826 -  +A color described as Light Yellow with a HEX value of #FFFE7A. LightBeige 16,776,886 -  +A color described as Light Beige with a HEX value of #FFFEB6. Yellow 16,776,980 -  +A color described as Yellow with a HEX value of #FFFF14. Banana 16,777,086 -  +A color described as Banana with a HEX value of #FFFF7E. Butter 16,777,089 -  +A color described as Butter with a HEX value of #FFFF81. PaleYellow 16,777,092 -  +A color described as Pale Yellow with a HEX value of #FFFF84. Creme 16,777,142 -  +A color described as Creme with a HEX value of #FFFFB6. Cream 16,777,154 -  +A color described as Cream with a HEX value of #FFFFC2. Ivory 16,777,163 -  +A color described as Ivory with a HEX value of #FFFFCB. Eggshell 16,777,172 -  +A color described as Eggshell with a HEX value of #FFFFD4. OffWhite 16,777,188 -  +A color described as Off White with a HEX value of #FFFFE4. White 16,777,215 -  +A color described as White with a HEX value of #FFFFFF. ## See Also diff --git a/Documentation/Help/T_CapyKit_EncryptedValue_1.md b/Documentation/Help/T_CapyKit_EncryptedValue_1.md new file mode 100644 index 0000000..359009c --- /dev/null +++ b/Documentation/Help/T_CapyKit_EncryptedValue_1.md @@ -0,0 +1,70 @@ +# EncryptedValue<T> Class + + +\[Missing <summary> documentation for "T:CapyKit.EncryptedValue`1"\] + + + +## Definition +**Namespace:** CapyKit +**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 + +**C#** +``` C# +public class EncryptedValue + +``` +**F#** +``` F# +type EncryptedValue<'T> = class end +``` + + +
InheritanceObject → EncryptedValue(T)
+ + + +#### Type Parameters +
\[Missing <typeparam name="T"/> documentation for "T:CapyKit.EncryptedValue`1"\]
+ +## Constructors + + + + +
EncryptedValue(T)Initializes a new instance of the EncryptedValue(T) class
+ +## Properties + + + + +
Value 
+ +## Methods + + + + + + + + + + + + + + + + + + + +
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
+ +## See Also + + +#### Reference +CapyKit Namespace diff --git a/Documentation/Help/T_CapyKit_Helpers_EncryptionHelper.md b/Documentation/Help/T_CapyKit_Helpers_EncryptionHelper.md new file mode 100644 index 0000000..7ddeed0 --- /dev/null +++ b/Documentation/Help/T_CapyKit_Helpers_EncryptionHelper.md @@ -0,0 +1,66 @@ +# EncryptionHelper Class + + +\[Missing <summary> documentation for "T:CapyKit.Helpers.EncryptionHelper"\] + + + +## Definition +**Namespace:** CapyKit.Helpers +**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 + +**C#** +``` C# +public class EncryptionHelper +``` +**F#** +``` F# +type EncryptionHelper = class end +``` + + +
InheritanceObject → EncryptionHelper
+ + + +## Constructors + + + + +
EncryptionHelperInitializes a new instance of the EncryptionHelper class
+ +## Methods + + + + + + + + + + + + + + + + + + + +
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
+ +## Fields + + + + +
encryptionKey 
+ +## See Also + + +#### Reference +CapyKit.Helpers Namespace diff --git a/Documentation/Help/T_CapyKit_Helpers_IEncryptionAlgorithm.md b/Documentation/Help/T_CapyKit_Helpers_IEncryptionAlgorithm.md new file mode 100644 index 0000000..243b0eb --- /dev/null +++ b/Documentation/Help/T_CapyKit_Helpers_IEncryptionAlgorithm.md @@ -0,0 +1,44 @@ +# IEncryptionAlgorithm Interface + + +\[Missing <summary> documentation for "T:CapyKit.Helpers.IEncryptionAlgorithm"\] + + + +## Definition +**Namespace:** CapyKit.Helpers +**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 + +**C#** +``` C# +public interface IEncryptionAlgorithm +``` +**F#** +``` F# +type IEncryptionAlgorithm = interface end +``` + + + +## Properties + + + + +
AlgorithmName 
+ +## Methods + + + + + + + +
Decrypt(T) 
Encrypt(T) 
+ +## See Also + + +#### Reference +CapyKit.Helpers Namespace diff --git a/Documentation/Help/T_CapyKit_Helpers_SecurityHelper.md b/Documentation/Help/T_CapyKit_Helpers_SecurityHelper.md index e31d0de..7c5fbda 100644 --- a/Documentation/Help/T_CapyKit_Helpers_SecurityHelper.md +++ b/Documentation/Help/T_CapyKit_Helpers_SecurityHelper.md @@ -33,8 +33,11 @@ type SecurityHelper = class end ## Methods - - + + + + + @@ -51,6 +54,12 @@ type SecurityHelper = class end + + + + + + @@ -67,10 +76,7 @@ type SecurityHelper = class end - - - - + @@ -94,8 +100,8 @@ type SecurityHelper = class end - - + + diff --git a/Documentation/Help/T_CapyKit_Helpers_SettingsHelper.md b/Documentation/Help/T_CapyKit_Helpers_SettingsHelper.md index 97677fb..518a84a 100644 --- a/Documentation/Help/T_CapyKit_Helpers_SettingsHelper.md +++ b/Documentation/Help/T_CapyKit_Helpers_SettingsHelper.md @@ -73,7 +73,7 @@ public int main(string[] args)
CompareHashedPasswordCompares an unencrypted providedPassword with a stored, encrypted existingPassword.
CompareHashedPassword(Password, String, Byte[], IPasswordAlgorithm, Object[])Compares an unencrypted password with a stored, encrypted existingPassword. This method uses the specified algorithm to retrieve the hashed version of the password and then compares it with the existingPassword.
CompareHashedPassword(T)(Password, String, Byte[], Object[])Compares an unencrypted password with a stored, encrypted existingPassword. This method uses the specified password algorithm type T to retrieve the hashed version of the password and then compares it with the existingPassword.
CompareSessionID Compares two session identifiers.
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetPassword(T)(String, Object[])Retrieves a Password object using the specified password and generates a random salt value. Then it uses that salt to call the overloaded GetPassword(T)(String, Byte[], Object[]) method with the given password and the generated salt as arguments.
GetPassword(T)(String, Byte[], Object[])Retrieves a Password object using the specified password, salt, and optional constructor arguments.
GetRandomBytes Generates a new byte array of the specified length with random values.
Gets the Type of the current instance.
(Inherited from Object)
GetValidCharacterComposition 
HashPasswordHashes an unencrypted password.
Static method that returns a valid character composition based on the given ValidCharacterCollection parameters.
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
NUMBER_CHARACTERS A string of all the numeric characters.
saltSizeDefault size of the generated salt.
SALT_SIZEDefault size to use when generating a new salt.
SPECIAL_CHARACTERS A string of the most common non-alphanumeric characters.
- + @@ -86,7 +86,7 @@ public int main(string[] args)
GetApplicationSetting(T)Retrieves a setting with the given key. Returns the setting as an uncast T.
Retrieves a setting with the given key.
SetAccessorMethod Sets the function used to retrieve application settings.
- + diff --git a/Documentation/Help/T_CapyKit_Password.md b/Documentation/Help/T_CapyKit_Password.md index 2b095d7..4d21097 100644 --- a/Documentation/Help/T_CapyKit_Password.md +++ b/Documentation/Help/T_CapyKit_Password.md @@ -43,7 +43,7 @@ type Password = class end - + @@ -52,8 +52,8 @@ type Password = class end ## Methods
accessorPrivate delegate function that retrieves a setting with the given key. Returns the setting as an uncast Object.
Private delegate function that retrieves a setting with the given key.
detector Private delegate function that detects if a setting with a given key exists. Returns true if the setting exists, false if not.
Gets or sets the hash of the password.
Pbkdf2Algorithm 
Gets the preconfigured PBKDF2 algorithm.
Salt Gets or sets the salt used for encryption.
- - + + @@ -71,10 +71,20 @@ type Password = class end
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
EqualsDetermines whether the specified object is equal to the current object.
(Overrides Object.Equals(Object))
Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Returns a string that represents the current object.
(Overrides Object.ToString())
+## Operators + + + + + + + +
Equality(Password, Password) 
Inequality(Password, Password) 
+ ## Fields - +
algorithmpbkdf2Algorithm  
diff --git a/Documentation/Help/Working/_InheritedDocs_.xml b/Documentation/Help/Working/_InheritedDocs_.xml deleted file mode 100644 index 0bbb14e..0000000 --- a/Documentation/Help/Working/_InheritedDocs_.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - _InheritedDocs_ - - - - -Returns a string that represents the current object.A string that represents the current object. - - - Gets the name of the algorithm. - - \ No newline at end of file diff --git a/Documentation/Help/_Sidebar.md b/Documentation/Help/_Sidebar.md index c696319..60ab0d3 100644 --- a/Documentation/Help/_Sidebar.md +++ b/Documentation/Help/_Sidebar.md @@ -19,6 +19,11 @@ - [CapyEventReporter Fields](Fields_T_CapyKit_CapyEventReporter.md) - [uniqueIdentifiers Field](F_CapyKit_CapyEventReporter_uniqueIdentifiers.md) - [Color Enumeration](T_CapyKit_Color.md) + - [EncryptedValue Class](T_CapyKit_EncryptedValue_1.md) + - [EncryptedValue Constructor](M_CapyKit_EncryptedValue_1__ctor.md) + - [EncryptedValue Properties](Properties_T_CapyKit_EncryptedValue_1.md) + - [Value Property](P_CapyKit_EncryptedValue_1_Value.md) + - [EncryptedValue Methods](Methods_T_CapyKit_EncryptedValue_1.md) - [EventLevel Enumeration](T_CapyKit_EventLevel.md) - [IPasswordAlgorithm Interface](T_CapyKit_IPasswordAlgorithm.md) - [IPasswordAlgorithm Properties](Properties_T_CapyKit_IPasswordAlgorithm.md) @@ -35,9 +40,13 @@ - [Pbkdf2Algorithm Property](P_CapyKit_Password_Pbkdf2Algorithm.md) - [Salt Property](P_CapyKit_Password_Salt.md) - [Password Methods](Methods_T_CapyKit_Password.md) + - [Equals Method](M_CapyKit_Password_Equals.md) - [ToString Method](M_CapyKit_Password_ToString.md) + - [Password Operators](Operators_T_CapyKit_Password.md) + - [Equality Operator](M_CapyKit_Password_op_Equality.md) + - [Inequality Operator](M_CapyKit_Password_op_Inequality.md) - [Password Fields](Fields_T_CapyKit_Password.md) - - [algorithm Field](F_CapyKit_Password_algorithm.md) + - [pbkdf2Algorithm Field](F_CapyKit_Password_pbkdf2Algorithm.md) - [Pbkdf2Algorithm Class](T_CapyKit_Pbkdf2Algorithm.md) - [Pbkdf2Algorithm Constructor](M_CapyKit_Pbkdf2Algorithm__ctor.md) - [Pbkdf2Algorithm Properties](Properties_T_CapyKit_Pbkdf2Algorithm.md) @@ -97,6 +106,14 @@ - [EnumerationDescriptionAttribute Constructor](M_CapyKit_Attributes_EnumerationDescriptionAttribute__ctor.md) - [EnumerationDescriptionAttribute Properties](Properties_T_CapyKit_Attributes_EnumerationDescriptionAttribute.md) - [EnumerationDescriptionAttribute Methods](Methods_T_CapyKit_Attributes_EnumerationDescriptionAttribute.md) + - [ValueFormatAttribute Class](T_CapyKit_Attributes_ValueFormatAttribute.md) + - [ValueFormatAttribute Constructor](Overload_CapyKit_Attributes_ValueFormatAttribute__ctor.md) + - [ValueFormatAttribute Constructor](M_CapyKit_Attributes_ValueFormatAttribute__ctor.md) + - [ValueFormatAttribute(String) Constructor](M_CapyKit_Attributes_ValueFormatAttribute__ctor_1.md) + - [ValueFormatAttribute Properties](Properties_T_CapyKit_Attributes_ValueFormatAttribute.md) + - [Format Property](P_CapyKit_Attributes_ValueFormatAttribute_Format.md) + - [ValueFormatAttribute Methods](Methods_T_CapyKit_Attributes_ValueFormatAttribute.md) + - [GetFormatParameterizedString Method](M_CapyKit_Attributes_ValueFormatAttribute_GetFormatParameterizedString.md) - [CapyKit.Enumerations Namespace](N_CapyKit_Enumerations.md) - [MeasurementSystem Enumeration](T_CapyKit_Enumerations_MeasurementSystem.md) - [CapyKit.Extensions Namespace](N_CapyKit_Extensions.md) @@ -153,6 +170,17 @@ - [Decompress(Byte[]) Method](M_CapyKit_Helpers_CompressionHelper_Decompress__1.md) - [Decompress(String) Method](M_CapyKit_Helpers_CompressionHelper_Decompress__1_1.md) - [DecompressToString Method](M_CapyKit_Helpers_CompressionHelper_DecompressToString.md) + - [EncryptionHelper Class](T_CapyKit_Helpers_EncryptionHelper.md) + - [EncryptionHelper Constructor](M_CapyKit_Helpers_EncryptionHelper__ctor.md) + - [EncryptionHelper Methods](Methods_T_CapyKit_Helpers_EncryptionHelper.md) + - [EncryptionHelper Fields](Fields_T_CapyKit_Helpers_EncryptionHelper.md) + - [encryptionKey Field](F_CapyKit_Helpers_EncryptionHelper_encryptionKey.md) + - [IEncryptionAlgorithm Interface](T_CapyKit_Helpers_IEncryptionAlgorithm.md) + - [IEncryptionAlgorithm Properties](Properties_T_CapyKit_Helpers_IEncryptionAlgorithm.md) + - [AlgorithmName Property](P_CapyKit_Helpers_IEncryptionAlgorithm_AlgorithmName.md) + - [IEncryptionAlgorithm Methods](Methods_T_CapyKit_Helpers_IEncryptionAlgorithm.md) + - [Decrypt Method](M_CapyKit_Helpers_IEncryptionAlgorithm_Decrypt__1.md) + - [Encrypt Method](M_CapyKit_Helpers_IEncryptionAlgorithm_Encrypt__1.md) - [LanguageHelper Class](T_CapyKit_Helpers_LanguageHelper.md) - [LanguageHelper Constructor](M_CapyKit_Helpers_LanguageHelper__ctor.md) - [LanguageHelper Methods](Methods_T_CapyKit_Helpers_LanguageHelper.md) @@ -160,23 +188,27 @@ - [SecurityHelper Class](T_CapyKit_Helpers_SecurityHelper.md) - [SecurityHelper Constructor](M_CapyKit_Helpers_SecurityHelper__ctor.md) - [SecurityHelper Methods](Methods_T_CapyKit_Helpers_SecurityHelper.md) - - [CompareHashedPassword Method](M_CapyKit_Helpers_SecurityHelper_CompareHashedPassword.md) + - [CompareHashedPassword Method](Overload_CapyKit_Helpers_SecurityHelper_CompareHashedPassword.md) + - [CompareHashedPassword(Password, String, Byte[], Object[]) Method](M_CapyKit_Helpers_SecurityHelper_CompareHashedPassword__1.md) + - [CompareHashedPassword(Password, String, Byte[], IPasswordAlgorithm, Object[]) Method](M_CapyKit_Helpers_SecurityHelper_CompareHashedPassword.md) - [CompareSessionID Method](M_CapyKit_Helpers_SecurityHelper_CompareSessionID.md) - [CompareStrings Method](M_CapyKit_Helpers_SecurityHelper_CompareStrings.md) + - [GetPassword Method](Overload_CapyKit_Helpers_SecurityHelper_GetPassword.md) + - [GetPassword(String, Object[]) Method](M_CapyKit_Helpers_SecurityHelper_GetPassword__1_1.md) + - [GetPassword(String, Byte[], Object[]) Method](M_CapyKit_Helpers_SecurityHelper_GetPassword__1.md) - [GetRandomBytes Method](M_CapyKit_Helpers_SecurityHelper_GetRandomBytes.md) - [GetRandomPassword Method](M_CapyKit_Helpers_SecurityHelper_GetRandomPassword.md) - [GetRandomString Method](Overload_CapyKit_Helpers_SecurityHelper_GetRandomString.md) - [GetRandomString(Int32) Method](M_CapyKit_Helpers_SecurityHelper_GetRandomString.md) - [GetRandomString(Int32, ValidCharacterCollection[]) Method](M_CapyKit_Helpers_SecurityHelper_GetRandomString_1.md) - [GetValidCharacterComposition Method](M_CapyKit_Helpers_SecurityHelper_GetValidCharacterComposition.md) - - [HashPassword Method](M_CapyKit_Helpers_SecurityHelper_HashPassword.md) - [Pbkdf2 Method](Overload_CapyKit_Helpers_SecurityHelper_Pbkdf2.md) - [Pbkdf2(String) Method](M_CapyKit_Helpers_SecurityHelper_Pbkdf2.md) - [Pbkdf2(String, Byte[]) Method](M_CapyKit_Helpers_SecurityHelper_Pbkdf2_1.md) - [SecurityHelper Fields](Fields_T_CapyKit_Helpers_SecurityHelper.md) - [LOWER_CASE_CHARACTERS Field](F_CapyKit_Helpers_SecurityHelper_LOWER_CASE_CHARACTERS.md) - [NUMBER_CHARACTERS Field](F_CapyKit_Helpers_SecurityHelper_NUMBER_CHARACTERS.md) - - [saltSize Field](F_CapyKit_Helpers_SecurityHelper_saltSize.md) + - [SALT_SIZE Field](F_CapyKit_Helpers_SecurityHelper_SALT_SIZE.md) - [SPECIAL_CHARACTERS Field](F_CapyKit_Helpers_SecurityHelper_SPECIAL_CHARACTERS.md) - [UPPER_CASE_CHARACTERS Field](F_CapyKit_Helpers_SecurityHelper_UPPER_CASE_CHARACTERS.md) - [SerializationHelper Class](T_CapyKit_Helpers_SerializationHelper.md)