API Reference
RGBColor
Predefined colors (potential for autogeneration)
Inheritance
- Object
- RGBColor
Constructors
public RGBColor(String colorString) #Public constructor that accepts hex color strings like "#111827", "#FFF", "111827" or RGBA format like "rgba(255, 0, 0, 0.5)"
Parameters
- colorString System.String
- Color string in hex or RGBA format
Methods
public static RGBColor FromHex(String hexColor) #RGBColorCreates an RGBColor from a hex color string like "#111827", "#FFF", or "111827"
Parameters
- hexColor System.String
- Hex color string with or without # prefix
Returns
RGBColor instance
ParseColorString(System.String colorString) #Parses a color string in hex or RGBA format and sets the RGB values Supports formats: "#RRGGBB", "#RGB", "RRGGBB", "RGB", "rgba(r,g,b,a)", "rgb(r,g,b)"
Parameters
- colorString System.String
- The color string to parse
ParseHexColor(System.String hexColor) #Parses a hex color string and sets the RGB values Supports formats: "#RRGGBB", "#RGB", "RRGGBB", "RGB"
Parameters
- hexColor System.String
- The hex color string to parse
ParseRgbaColor(System.String rgbaColor) #Parses an RGBA color string like "rgba(255, 0, 0, 0.5)" or "rgb(255, 0, 0)"
Parameters
- rgbaColor System.String
- The RGBA color string to parse
public String ToHex() #StringConverts this color to a hexadecimal string suitable for HTML use.
Returns
The hex representation beginning with #.
public override String ToString() #StringReturns the string representation of this color. Returns RGBA format when alpha is not full opacity, otherwise hex format.
public static Boolean TryFromHex(String hexColor, out RGBColor result) #BooleanTries to create an RGBColor from a hex color string
Parameters
- hexColor System.String
- Hex color string with or without # prefix
- result HtmlForgeX.Email.RGBColor@
- The parsed RGBColor, or null if parsing failed
Returns
True if parsing succeeded, false otherwise
Inherited Methods
Properties
public static RGBColor AirForceBlue { get; } #Gets the AirForceBlue color.
public static RGBColor Akaroa { get; } #Gets the Akaroa color.
public static RGBColor AlbescentWhite { get; } #Gets the AlbescentWhite color.
public static RGBColor AliceBlue { get; } #Gets the AliceBlue color.
public static RGBColor Alizarin { get; } #Gets the Alizarin color.
public static RGBColor Allports { get; } #Gets the Allports color.
public static RGBColor Amaranth { get; } #Gets the Amaranth color.
public static RGBColor Amazon { get; } #Gets the Amazon color.
public static RGBColor Amethyst { get; } #Gets the Amethyst color.
public static RGBColor AmethystSmoke { get; } #Gets the AmethystSmoke color.
public static RGBColor AntiqueWhite { get; } #Gets the AntiqueWhite color.
public static RGBColor AppleBlossom { get; } #Gets the AppleBlossom color.
public static RGBColor Apricot { get; } #Gets the Apricot color.
public static RGBColor Aquamarine { get; } #Gets the Aquamarine color.
public static RGBColor Armygreen { get; } #Gets the Armygreen color.
public static RGBColor Arsenic { get; } #Gets the Arsenic color.
public static RGBColor Astral { get; } #Gets the Astral color.
public static RGBColor Atlantis { get; } #Gets the Atlantis color.
public static RGBColor Atomic { get; } #Gets the Atomic color.
public static RGBColor AtomicTangerine { get; } #Gets the AtomicTangerine color.
public static RGBColor Axolotl { get; } #Gets the Axolotl color.
public static RGBColor BakersChocolate { get; } #Gets the BakersChocolate color.
public static RGBColor BaliHai { get; } #Gets the BaliHai color.
public static RGBColor BananaMania { get; } #Gets the BananaMania color.
public static RGBColor BattleshipGrey { get; } #Gets the BattleshipGrey color.
public static RGBColor BayOfMany { get; } #Gets the BayOfMany color.
public static RGBColor Bermuda { get; } #Gets the Bermuda color.
public static RGBColor Bilbao { get; } #Gets the Bilbao color.
public static RGBColor BilobaFlower { get; } #Gets the BilobaFlower color.
public static RGBColor Bismark { get; } #Gets the Bismark color.
public static RGBColor Bisque { get; } #Gets the Bisque color.
public static RGBColor Bistre { get; } #Gets the Bistre color.
public static RGBColor Bittersweet { get; } #Gets the Bittersweet color.
public static RGBColor BlackPearl { get; } #Gets the BlackPearl color.
public static RGBColor BlackRose { get; } #Gets the BlackRose color.
public static RGBColor BlackRussian { get; } #Gets the BlackRussian color.
public static RGBColor BlanchedAlmond { get; } #Gets the BlanchedAlmond color.
public static RGBColor BlizzardBlue { get; } #Gets the BlizzardBlue color.
public static RGBColor BlueDiamond { get; } #Gets the BlueDiamond color.
public static RGBColor BlueMarguerite { get; } #Gets the BlueMarguerite color.
public static RGBColor BlueSmoke { get; } #Gets the BlueSmoke color.
public static RGBColor BlueViolet { get; } #Gets the BlueViolet color.
public static RGBColor BokaraGrey { get; } #Gets the BokaraGrey color.
public static RGBColor BondiBlue { get; } #Gets the BondiBlue color.
public static RGBColor Bordeaux { get; } #Gets the Bordeaux color.
public static RGBColor Bossanova { get; } #Gets the Bossanova color.
public static RGBColor Boulder { get; } #Gets the Boulder color.
public static RGBColor Bouquet { get; } #Gets the Bouquet color.
public static RGBColor Bourbon { get; } #Gets the Bourbon color.
public static RGBColor BrickRed { get; } #Gets the BrickRed color.
public static RGBColor BrightGreen { get; } #Gets the BrightGreen color.
public static RGBColor BrightRed { get; } #Gets the BrightRed color.
public static RGBColor BrightTurquoise { get; } #Gets the BrightTurquoise color.
public static RGBColor BrilliantRose { get; } #Gets the BrilliantRose color.
public static RGBColor BrinkPink { get; } #Gets the BrinkPink color.
public static RGBColor BritishRacingGreen { get; } #Gets the BritishRacingGreen color.
public static RGBColor Bronze { get; } #Gets the Bronze color.
public static RGBColor BrownPod { get; } #Gets the BrownPod color.
public static RGBColor BuddhaGold { get; } #Gets the BuddhaGold color.
public static RGBColor Burgundy { get; } #Gets the Burgundy color.
public static RGBColor BurlyWood { get; } #Gets the BurlyWood color.
public static RGBColor BurntOrange { get; } #Gets the BurntOrange color.
public static RGBColor BurntSienna { get; } #Gets the BurntSienna color.
public static RGBColor BurntUmber { get; } #Gets the BurntUmber color.
public static RGBColor ButteredRum { get; } #Gets the ButteredRum color.
public static RGBColor CadetBlue { get; } #Gets the CadetBlue color.
public static RGBColor California { get; } #Gets the California color.
public static RGBColor CamouflageGreen { get; } #Gets the CamouflageGreen color.
public static RGBColor Canary { get; } #Gets the Canary color.
public static RGBColor CandyPink { get; } #Gets the CandyPink color.
public static RGBColor Cardinal { get; } #Gets the Cardinal color.
public static RGBColor Carmine { get; } #Gets the Carmine color.
public static RGBColor Carnation { get; } #Gets the Carnation color.
public static RGBColor CarnationPink { get; } #Gets the CarnationPink color.
public static RGBColor CarrotOrange { get; } #Gets the CarrotOrange color.
public static RGBColor Casablanca { get; } #Gets the Casablanca color.
public static RGBColor Cascade { get; } #Gets the Cascade color.
public static RGBColor Cashmere { get; } #Gets the Cashmere color.
public static RGBColor CastletonGreen { get; } #Gets the CastletonGreen color.
public static RGBColor CatalinaBlue { get; } #Gets the CatalinaBlue color.
public static RGBColor Catawba { get; } #Gets the Catawba color.
public static RGBColor Celadon { get; } #Gets the Celadon color.
public static RGBColor CeladonBlue { get; } #Gets the CeladonBlue color.
public static RGBColor CeladonGreen { get; } #Gets the CeladonGreen color.
public static RGBColor Celeste { get; } #Gets the Celeste color.
public static RGBColor CelestialBlue { get; } #Gets the CelestialBlue color.
public static RGBColor Cerise { get; } #Gets the Cerise color.
public static RGBColor CerisePink { get; } #Gets the CerisePink color.
public static RGBColor Cerulean { get; } #Gets the Cerulean color.
public static RGBColor CeruleanBlue { get; } #Gets the CeruleanBlue color.
public static RGBColor CeruleanFrost { get; } #Gets the CeruleanFrost color.
public static RGBColor Chamoisee { get; } #Gets the Chamoisee color.
public static RGBColor Champagne { get; } #Gets the Champagne color.
public static RGBColor Charcoal { get; } #Gets the Charcoal color.
public static RGBColor Chartreuse { get; } #Gets the Chartreuse color.
public static RGBColor Cherry { get; } #Gets the Cherry color.
public static RGBColor CherryBlossomPink { get; } #Gets the CherryBlossomPink color.
public static RGBColor Chestnut { get; } #Gets the Chestnut color.
public static RGBColor ChinaPink { get; } #Gets the ChinaPink color.
public static RGBColor ChinaRose { get; } #Gets the ChinaRose color.
public static RGBColor ChineseRed { get; } #Gets the ChineseRed color.
public static RGBColor ChineseViolet { get; } #Gets the ChineseViolet color.
public static RGBColor ChlorophyllGreen { get; } #Gets the ChlorophyllGreen color.
public static RGBColor Chocolate { get; } #Gets the Chocolate color.
public static RGBColor ChromeYellow { get; } #Gets the ChromeYellow color.
public static RGBColor Cinereous { get; } #Gets the Cinereous color.
public static RGBColor Cinnabar { get; } #Gets the Cinnabar color.
public static RGBColor CinnamonSatin { get; } #Gets the CinnamonSatin color.
public static RGBColor Citrine { get; } #Gets the Citrine color.
public static RGBColor Citron { get; } #Gets the Citron color.
public static RGBColor Claret { get; } #Gets the Claret color.
public static RGBColor ClassicRose { get; } #Gets the ClassicRose color.
public static RGBColor CobaltBlue { get; } #Gets the CobaltBlue color.
public static RGBColor CocoaBrown { get; } #Gets the CocoaBrown color.
public static RGBColor Coconut { get; } #Gets the Coconut color.
public static RGBColor Coffee { get; } #Gets the Coffee color.
public static RGBColor ColumbiaBlue { get; } #Gets the ColumbiaBlue color.
public static RGBColor CongoPink { get; } #Gets the CongoPink color.
public static RGBColor CoolBlack { get; } #Gets the CoolBlack color.
public static RGBColor CoolGrey { get; } #Gets the CoolGrey color.
public static RGBColor Copper { get; } #Gets the Copper color.
public static RGBColor CopperPenny { get; } #Gets the CopperPenny color.
public static RGBColor CopperRed { get; } #Gets the CopperRed color.
public static RGBColor CopperRose { get; } #Gets the CopperRose color.
public static RGBColor Coquelicot { get; } #Gets the Coquelicot color.
public static RGBColor CoralPink { get; } #Gets the CoralPink color.
public static RGBColor CoralRed { get; } #Gets the CoralRed color.
public static RGBColor Cordovan { get; } #Gets the Cordovan color.
public static RGBColor CornellRed { get; } #Gets the CornellRed color.
public static RGBColor CornflowerBlue { get; } #Gets the CornflowerBlue color.
public static RGBColor Cornsilk { get; } #Gets the Cornsilk color.
public static RGBColor CosmicCobalt { get; } #Gets the CosmicCobalt color.
public static RGBColor CosmicLatte { get; } #Gets the CosmicLatte color.
public static RGBColor CoyoteBrown { get; } #Gets the CoyoteBrown color.
public static RGBColor CottonCandy { get; } #Gets the CottonCandy color.
public static RGBColor Crimson { get; } #Gets the Crimson color.
public static RGBColor CrimsonGlory { get; } #Gets the CrimsonGlory color.
public static RGBColor CyanAzure { get; } #Gets the CyanAzure color.
public static RGBColor CyanBlueAzure { get; } #Gets the CyanBlueAzure color.
public static RGBColor CyanCobaltBlue { get; } #Gets the CyanCobaltBlue color.
public static RGBColor CyanCornflowerBlue { get; } #Gets the CyanCornflowerBlue color.
public static RGBColor CyanProcess { get; } #Gets the CyanProcess color.
public static RGBColor CyberGrape { get; } #Gets the CyberGrape color.
public static RGBColor CyberYellow { get; } #Gets the CyberYellow color.
public static RGBColor Daffodil { get; } #Gets the Daffodil color.
public static RGBColor Dandelion { get; } #Gets the Dandelion color.
public static RGBColor DarkBlue { get; } #Gets the DarkBlue color.
public static RGBColor DarkBrown { get; } #Gets the DarkBrown color.
public static RGBColor DarkByzantium { get; } #Gets the DarkByzantium color.
public static RGBColor DarkCandyAppleRed { get; } #Gets the DarkCandyAppleRed color.
public static RGBColor DarkCerulean { get; } #Gets the DarkCerulean color.
public static RGBColor DarkChestnut { get; } #Gets the DarkChestnut color.
public static RGBColor DarkCoral { get; } #Gets the DarkCoral color.
public static RGBColor DarkCyan { get; } #Gets the DarkCyan color.
public static RGBColor DarkElectricBlue { get; } #Gets the DarkElectricBlue color.
public static RGBColor DarkGoldenrod { get; } #Gets the DarkGoldenrod color.
public static RGBColor DarkGray { get; } #Gets the DarkGray color.
public static RGBColor DarkGreen { get; } #Gets the DarkGreen color.
public static RGBColor DarkImperialBlue { get; } #Gets the DarkImperialBlue color.
public static RGBColor DarkJungleGreen { get; } #Gets the DarkJungleGreen color.
public static RGBColor DarkKhaki { get; } #Gets the DarkKhaki color.
public static RGBColor DarkLava { get; } #Gets the DarkLava color.
public static RGBColor DarkLavender { get; } #Gets the DarkLavender color.
public static RGBColor DarkLiver { get; } #Gets the DarkLiver color.
public static RGBColor DarkMagenta { get; } #Gets the DarkMagenta color.
public static RGBColor DarkMediumGray { get; } #Gets the DarkMediumGray color.
public static RGBColor DarkMidnightBlue { get; } #Gets the DarkMidnightBlue color.
public static RGBColor DarkMossGreen { get; } #Gets the DarkMossGreen color.
public static RGBColor DarkOliveGreen { get; } #Gets the DarkOliveGreen color.
public static RGBColor DarkOrange { get; } #Gets the DarkOrange color.
public static RGBColor DarkOrchid { get; } #Gets the DarkOrchid color.
public static RGBColor DarkPastelBlue { get; } #Gets the DarkPastelBlue color.
public static RGBColor DarkPastelGreen { get; } #Gets the DarkPastelGreen color.
public static RGBColor DarkPastelPurple { get; } #Gets the DarkPastelPurple color.
public static RGBColor DarkPastelRed { get; } #Gets the DarkPastelRed color.
public static RGBColor DarkPink { get; } #Gets the DarkPink color.
public static RGBColor DarkPowderBlue { get; } #Gets the DarkPowderBlue color.
public static RGBColor DarkPuce { get; } #Gets the DarkPuce color.
public static RGBColor DarkPurple { get; } #Gets the DarkPurple color.
public static RGBColor DarkRaspberry { get; } #Gets the DarkRaspberry color.
public static RGBColor DarkRed { get; } #Gets the DarkRed color.
public static RGBColor DarkSalmon { get; } #Gets the DarkSalmon color.
public static RGBColor DarkScarlet { get; } #Gets the DarkScarlet color.
public static RGBColor DarkSeaGreen { get; } #Gets the DarkSeaGreen color.
public static RGBColor DarkSienna { get; } #Gets the DarkSienna color.
public static RGBColor DarkSkyBlue { get; } #Gets the DarkSkyBlue color.
public static RGBColor DarkSlateBlue { get; } #Gets the DarkSlateBlue color.
public static RGBColor DarkSlateGray { get; } #Gets the DarkSlateGray color.
public static RGBColor DarkSpringGreen { get; } #Gets the DarkSpringGreen color.
public static RGBColor DarkTan { get; } #Gets the DarkTan color.
public static RGBColor DarkTangerine { get; } #Gets the DarkTangerine color.
public static RGBColor DarkTaupe { get; } #Gets the DarkTaupe color.
public static RGBColor DarkTerraCotta { get; } #Gets the DarkTerraCotta color.
public static RGBColor DarkTurquoise { get; } #Gets the DarkTurquoise color.
public static RGBColor DarkVanilla { get; } #Gets the DarkVanilla color.
public static RGBColor DarkViolet { get; } #Gets the DarkViolet color.
public static RGBColor DarkYellow { get; } #Gets the DarkYellow color.
public static RGBColor DartmouthGreen { get; } #Gets the DartmouthGreen color.
public static RGBColor DavysGrey { get; } #Gets the DavysGrey color.
public static RGBColor DebianRed { get; } #Gets the DebianRed color.
public static RGBColor DeepAquamarine { get; } #Gets the DeepAquamarine color.
public static RGBColor DeepCarmine { get; } #Gets the DeepCarmine color.
public static RGBColor DeepCarminePink { get; } #Gets the DeepCarminePink color.
public static RGBColor DeepCarrotOrange { get; } #Gets the DeepCarrotOrange color.
public static RGBColor DeepCerise { get; } #Gets the DeepCerise color.
public static RGBColor DeepChampagne { get; } #Gets the DeepChampagne color.
public static RGBColor DeepChestnut { get; } #Gets the DeepChestnut color.
public static RGBColor DeepCoffee { get; } #Gets the DeepCoffee color.
public static RGBColor DeepFuchsia { get; } #Gets the DeepFuchsia color.
public static RGBColor DeepGreen { get; } #Gets the DeepGreen color.
public static RGBColor DeepGreenCyanTurquoise { get; } #Gets the DeepGreenCyanTurquoise color.
public static RGBColor DeepJungleGreen { get; } #Gets the DeepJungleGreen color.
public static RGBColor DeepKoamaru { get; } #Gets the DeepKoamaru color.
public static RGBColor DeepLemon { get; } #Gets the DeepLemon color.
public static RGBColor DeepLilac { get; } #Gets the DeepLilac color.
public static RGBColor DeepMaroon { get; } #Gets the DeepMaroon color.
public static RGBColor DeepMauve { get; } #Gets the DeepMauve color.
public static RGBColor DeepMossGreen { get; } #Gets the DeepMossGreen color.
public static RGBColor DeepPeach { get; } #Gets the DeepPeach color.
public static RGBColor DeepPink { get; } #Gets the DeepPink color.
public static RGBColor DeepPuce { get; } #Gets the DeepPuce color.
public static RGBColor DeepRed { get; } #Gets the DeepRed color.
public static RGBColor DeepRuby { get; } #Gets the DeepRuby color.
public static RGBColor DeepSaffron { get; } #Gets the DeepSaffron color.
public static RGBColor DeepSkyBlue { get; } #Gets the DeepSkyBlue color.
public static RGBColor DeepSpaceSparkle { get; } #Gets the DeepSpaceSparkle color.
public static RGBColor DeepSpringBud { get; } #Gets the DeepSpringBud color.
public static RGBColor DeepTaupe { get; } #Gets the DeepTaupe color.
public static RGBColor DeepTuscanRed { get; } #Gets the DeepTuscanRed color.
public static RGBColor DeepViolet { get; } #Gets the DeepViolet color.
public static RGBColor Denim { get; } #Gets the Denim color.
public static RGBColor DenimBlue { get; } #Gets the DenimBlue color.
public static RGBColor DesaturatedCyan { get; } #Gets the DesaturatedCyan color.
public static RGBColor Desert { get; } #Gets the Desert color.
public static RGBColor DesertSand { get; } #Gets the DesertSand color.
public static RGBColor Desire { get; } #Gets the Desire color.
public static RGBColor Diamond { get; } #Gets the Diamond color.
public static RGBColor DimGray { get; } #Gets the DimGray color.
public static RGBColor DingyDungeon { get; } #Gets the DingyDungeon color.
public static RGBColor DodgerBlue { get; } #Gets the DodgerBlue color.
public static RGBColor DogwoodRose { get; } #Gets the DogwoodRose color.
public static RGBColor DollarBill { get; } #Gets the DollarBill color.
public static RGBColor DolphinGray { get; } #Gets the DolphinGray color.
public static RGBColor DonkeyBrown { get; } #Gets the DonkeyBrown color.
public static RGBColor DukeBlue { get; } #Gets the DukeBlue color.
public static RGBColor DustStorm { get; } #Gets the DustStorm color.
public static RGBColor DutchWhite { get; } #Gets the DutchWhite color.
public static RGBColor EarthYellow { get; } #Gets the EarthYellow color.
public static RGBColor Ebony { get; } #Gets the Ebony color.
public static RGBColor EerieBlack { get; } #Gets the EerieBlack color.
public static RGBColor Eggplant { get; } #Gets the Eggplant color.
public static RGBColor Eggshell { get; } #Gets the Eggshell color.
public static RGBColor EgyptianBlue { get; } #Gets the EgyptianBlue color.
public static RGBColor ElectricBlue { get; } #Gets the ElectricBlue color.
public static RGBColor ElectricCrimson { get; } #Gets the ElectricCrimson color.
public static RGBColor ElectricCyan { get; } #Gets the ElectricCyan color.
public static RGBColor ElectricGreen { get; } #Gets the ElectricGreen color.
public static RGBColor ElectricIndigo { get; } #Gets the ElectricIndigo color.
public static RGBColor ElectricLavender { get; } #Gets the ElectricLavender color.
public static RGBColor ElectricLime { get; } #Gets the ElectricLime color.
public static RGBColor ElectricPurple { get; } #Gets the ElectricPurple color.
public static RGBColor ElectricUltramarine { get; } #Gets the ElectricUltramarine color.
public static RGBColor ElectricViolet { get; } #Gets the ElectricViolet color.
public static RGBColor ElectricYellow { get; } #Gets the ElectricYellow color.
public static RGBColor Emerald { get; } #Gets the Emerald color.
public static RGBColor Eminence { get; } #Gets the Eminence color.
public static RGBColor EnglishGreen { get; } #Gets the EnglishGreen color.
public static RGBColor EnglishLavender { get; } #Gets the EnglishLavender color.
public static RGBColor EnglishRed { get; } #Gets the EnglishRed color.
public static RGBColor EnglishViolet { get; } #Gets the EnglishViolet color.
public static RGBColor EtonBlue { get; } #Gets the EtonBlue color.
public static RGBColor Eucalyptus { get; } #Gets the Eucalyptus color.
public static RGBColor Fallow { get; } #Gets the Fallow color.
public static RGBColor FaluRed { get; } #Gets the FaluRed color.
public static RGBColor Fandango { get; } #Gets the Fandango color.
public static RGBColor FandangoPink { get; } #Gets the FandangoPink color.
public static RGBColor FashionFuchsia { get; } #Gets the FashionFuchsia color.
public static RGBColor Feldgrau { get; } #Gets the Feldgrau color.
public static RGBColor Feldspar { get; } #Gets the Feldspar color.
public static RGBColor FernGreen { get; } #Gets the FernGreen color.
public static RGBColor FerrariRed { get; } #Gets the FerrariRed color.
public static RGBColor FieldDrab { get; } #Gets the FieldDrab color.
public static RGBColor FieryRose { get; } #Gets the FieryRose color.
public static RGBColor FireEngineRed { get; } #Gets the FireEngineRed color.
public static RGBColor Firebrick { get; } #Gets the Firebrick color.
public static RGBColor Flame { get; } #Gets the Flame color.
public static RGBColor Flamingo { get; } #Gets the Flamingo color.
public static RGBColor Flirt { get; } #Gets the Flirt color.
public static RGBColor FloralWhite { get; } #Gets the FloralWhite color.
public static RGBColor FoggyGray { get; } #Gets the FoggyGray color.
public static RGBColor ForestGreen { get; } #Gets the ForestGreen color.
public static RGBColor ForgetMeNot { get; } #Gets the ForgetMeNot color.
public static RGBColor FountainBlue { get; } #Gets the FountainBlue color.
public static RGBColor Frangipani { get; } #Gets the Frangipani color.
public static RGBColor FrenchGray { get; } #Gets the FrenchGray color.
public static RGBColor FrenchLilac { get; } #Gets the FrenchLilac color.
public static RGBColor FrenchRose { get; } #Gets the FrenchRose color.
public static RGBColor FreshEggplant { get; } #Gets the FreshEggplant color.
public static RGBColor Frost { get; } #Gets the Frost color.
public static RGBColor FrostedMint { get; } #Gets the FrostedMint color.
public static RGBColor Frostee { get; } #Gets the Frostee color.
public static RGBColor FruitSalad { get; } #Gets the FruitSalad color.
public static RGBColor Fuchsia { get; } #Gets the Fuchsia color.
public static RGBColor FuchsiaPink { get; } #Gets the FuchsiaPink color.
public static RGBColor Fuego { get; } #Gets the Fuego color.
public static RGBColor FujiGreen { get; } #Gets the FujiGreen color.
public static RGBColor FuscousGray { get; } #Gets the FuscousGray color.
public static RGBColor FuzzyWuzzyBrown { get; } #Gets the FuzzyWuzzyBrown color.
public static RGBColor GableGreen { get; } #Gets the GableGreen color.
public static RGBColor Gallery { get; } #Gets the Gallery color.
public static RGBColor Galliano { get; } #Gets the Galliano color.
public static RGBColor Gamboge { get; } #Gets the Gamboge color.
public static RGBColor GargoyleGas { get; } #Gets the GargoyleGas color.
public static RGBColor Geebung { get; } #Gets the Geebung color.
public static RGBColor Genoa { get; } #Gets the Genoa color.
public static RGBColor Geraldine { get; } #Gets the Geraldine color.
public static RGBColor Geyser { get; } #Gets the Geyser color.
public static RGBColor Ghost { get; } #Gets the Ghost color.
public static RGBColor GhostWhite { get; } #Gets the GhostWhite color.
public static RGBColor Gigas { get; } #Gets the Gigas color.
public static RGBColor Gimblet { get; } #Gets the Gimblet color.
public static RGBColor GinFizz { get; } #Gets the GinFizz color.
public static RGBColor Givry { get; } #Gets the Givry color.
public static RGBColor Glacier { get; } #Gets the Glacier color.
public static RGBColor GladeGreen { get; } #Gets the GladeGreen color.
public static RGBColor GoBen { get; } #Gets the GoBen color.
public static RGBColor Gondola { get; } #Gets the Gondola color.
public static RGBColor GoodSamaritan { get; } #Gets the GoodSamaritan color.
public static RGBColor Gorse { get; } #Gets the Gorse color.
public static RGBColor Gothic { get; } #Gets the Gothic color.
public static RGBColor GovernorBay { get; } #Gets the GovernorBay color.
public static RGBColor GrainBrown { get; } #Gets the GrainBrown color.
public static RGBColor Grandis { get; } #Gets the Grandis color.
public static RGBColor GraniteGreen { get; } #Gets the GraniteGreen color.
public static RGBColor GrannyApple { get; } #Gets the GrannyApple color.
public static RGBColor GrannySmith { get; } #Gets the GrannySmith color.
public static RGBColor GrannySmithApple { get; } #Gets the GrannySmithApple color.
public static RGBColor Grape { get; } #Gets the Grape color.
public static RGBColor Graphite { get; } #Gets the Graphite color.
public static RGBColor GrassHopper { get; } #Gets the GrassHopper color.
public static RGBColor Gravel { get; } #Gets the Gravel color.
public static RGBColor GrayAsparagus { get; } #Gets the GrayAsparagus color.
public static RGBColor GrayChateau { get; } #Gets the GrayChateau color.
public static RGBColor GrayNickel { get; } #Gets the GrayNickel color.
public static RGBColor GrayNurse { get; } #Gets the GrayNurse color.
public static RGBColor GrayOlive { get; } #Gets the GrayOlive color.
public static RGBColor GraySuit { get; } #Gets the GraySuit color.
public static RGBColor Green { get; } #Gets the Green color.
public static RGBColor GreenBlue { get; } #Gets the GreenBlue color.
public static RGBColor GreenCyan { get; } #Gets the GreenCyan color.
public static RGBColor GreenHaze { get; } #Gets the GreenHaze color.
public static RGBColor GreenHouse { get; } #Gets the GreenHouse color.
public static RGBColor GreenKelp { get; } #Gets the GreenKelp color.
public static RGBColor GreenLeaf { get; } #Gets the GreenLeaf color.
public static RGBColor GreenMist { get; } #Gets the GreenMist color.
public static RGBColor GreenPea { get; } #Gets the GreenPea color.
public static RGBColor GreenSmoke { get; } #Gets the GreenSmoke color.
public static RGBColor GreenSpring { get; } #Gets the GreenSpring color.
public static RGBColor GreenVogue { get; } #Gets the GreenVogue color.
public static RGBColor GreenWaterloo { get; } #Gets the GreenWaterloo color.
public static RGBColor GreenWhite { get; } #Gets the GreenWhite color.
public static RGBColor GreenYellow { get; } #Gets the GreenYellow color.
public static RGBColor Grenadier { get; } #Gets the Grenadier color.
public static RGBColor GreyChateau { get; } #Gets the GreyChateau color.
public static RGBColor GreyGreen { get; } #Gets the GreyGreen color.
public static RGBColor GreyNurse { get; } #Gets the GreyNurse color.
public static RGBColor GreyOlive { get; } #Gets the GreyOlive color.
public static RGBColor GreySuit { get; } #Gets the GreySuit color.
public static RGBColor GuardsmanRed { get; } #Gets the GuardsmanRed color.
public static RGBColor GulfBlue { get; } #Gets the GulfBlue color.
public static RGBColor GulfStream { get; } #Gets the GulfStream color.
public static RGBColor GullGray { get; } #Gets the GullGray color.
public static RGBColor GumLeaf { get; } #Gets the GumLeaf color.
public static RGBColor Gumboot { get; } #Gets the Gumboot color.
public static RGBColor GunPowder { get; } #Gets the GunPowder color.
public static RGBColor Gunmetal { get; } #Gets the Gunmetal color.
public static RGBColor Gunsmoke { get; } #Gets the Gunsmoke color.
public static RGBColor GypsyQueen { get; } #Gets the GypsyQueen color.
public static RGBColor Hacienda { get; } #Gets the Hacienda color.
public static RGBColor HairyHeath { get; } #Gets the HairyHeath color.
public static RGBColor Haiti { get; } #Gets the Haiti color.
public static RGBColor HalfBaked { get; } #Gets the HalfBaked color.
public static RGBColor HalfColonialWhite { get; } #Gets the HalfColonialWhite color.
public static RGBColor HalfDutchWhite { get; } #Gets the HalfDutchWhite color.
public static RGBColor HalfSpanishWhite { get; } #Gets the HalfSpanishWhite color.
public static RGBColor HalfAndHalf { get; } #Gets the HalfAndHalf color.
public static RGBColor Hampton { get; } #Gets the Hampton color.
public static RGBColor Harlequin { get; } #Gets the Harlequin color.
public static RGBColor HarvestGold { get; } #Gets the HarvestGold color.
public static RGBColor HavelockBlue { get; } #Gets the HavelockBlue color.
public static RGBColor HawaiianTan { get; } #Gets the HawaiianTan color.
public static RGBColor HawkesBlue { get; } #Gets the HawkesBlue color.
public static RGBColor Haystack { get; } #Gets the Haystack color.
public static RGBColor Hazel { get; } #Gets the Hazel color.
public static RGBColor Hazelnut { get; } #Gets the Hazelnut color.
public static RGBColor Heirloom { get; } #Gets the Heirloom color.
public static RGBColor Hibiscus { get; } #Gets the Hibiscus color.
public static RGBColor Highball { get; } #Gets the Highball color.
public static RGBColor Highland { get; } #Gets the Highland color.
public static RGBColor Hillary { get; } #Gets the Hillary color.
public static RGBColor HollywoodCerise { get; } #Gets the HollywoodCerise color.
public static RGBColor Honeydew { get; } #Gets the Honeydew color.
public static RGBColor HonoluluBlue { get; } #Gets the HonoluluBlue color.
public static RGBColor HookersGreen { get; } #Gets the HookersGreen color.
public static RGBColor HotMagenta { get; } #Gets the HotMagenta color.
public static RGBColor HotPink { get; } #Gets the HotPink color.
public static RGBColor HunterGreen { get; } #Gets the HunterGreen color.
public static RGBColor Iceberg { get; } #Gets the Iceberg color.
public static RGBColor Icterine { get; } #Gets the Icterine color.
public static RGBColor IlluminatingEmerald { get; } #Gets the IlluminatingEmerald color.
public static RGBColor Imperial { get; } #Gets the Imperial color.
public static RGBColor ImperialBlue { get; } #Gets the ImperialBlue color.
public static RGBColor ImperialPurple { get; } #Gets the ImperialPurple color.
public static RGBColor ImperialRed { get; } #Gets the ImperialRed color.
public static RGBColor Inchworm { get; } #Gets the Inchworm color.
public static RGBColor Independence { get; } #Gets the Independence color.
public static RGBColor IndiaGreen { get; } #Gets the IndiaGreen color.
public static RGBColor IndianRed { get; } #Gets the IndianRed color.
public static RGBColor IndianYellow { get; } #Gets the IndianYellow color.
public static RGBColor Indigo { get; } #Gets the Indigo color.
public static RGBColor IndigoDye { get; } #Gets the IndigoDye color.
public static RGBColor IndigoRainbow { get; } #Gets the IndigoRainbow color.
public static RGBColor InfraRed { get; } #Gets the InfraRed color.
public static RGBColor InterdimensionalBlue { get; } #Gets the InterdimensionalBlue color.
public static RGBColor InternationalKleinBlue { get; } #Gets the InternationalKleinBlue color.
public static RGBColor InternationalOrange { get; } #Gets the InternationalOrange color.
public static RGBColor Irresistible { get; } #Gets the Irresistible color.
public static RGBColor Isabelline { get; } #Gets the Isabelline color.
public static RGBColor IslamicGreen { get; } #Gets the IslamicGreen color.
public static RGBColor ItalianSkyBlue { get; } #Gets the ItalianSkyBlue color.
public static RGBColor Ivory { get; } #Gets the Ivory color.
public static RGBColor JapaneseCarmine { get; } #Gets the JapaneseCarmine color.
public static RGBColor JapaneseViolet { get; } #Gets the JapaneseViolet color.
public static RGBColor Jasmine { get; } #Gets the Jasmine color.
public static RGBColor Jasper { get; } #Gets the Jasper color.
public static RGBColor JazzberryJam { get; } #Gets the JazzberryJam color.
public static RGBColor JellyBean { get; } #Gets the JellyBean color.
public static RGBColor Jonquil { get; } #Gets the Jonquil color.
public static RGBColor JordyBlue { get; } #Gets the JordyBlue color.
public static RGBColor JuneBud { get; } #Gets the JuneBud color.
public static RGBColor JungleGreen { get; } #Gets the JungleGreen color.
public static RGBColor KellyGreen { get; } #Gets the KellyGreen color.
public static RGBColor KenyanCopper { get; } #Gets the KenyanCopper color.
public static RGBColor Keppel { get; } #Gets the Keppel color.
public static RGBColor KeyLime { get; } #Gets the KeyLime color.
public static RGBColor Khaki { get; } #Gets the Khaki color.
public static RGBColor Kobicha { get; } #Gets the Kobicha color.
public static RGBColor KombuGreen { get; } #Gets the KombuGreen color.
public static RGBColor KSUPurple { get; } #Gets the KSUPurple color.
public static RGBColor KUCrimson { get; } #Gets the KUCrimson color.
public static RGBColor LaSalleGreen { get; } #Gets the LaSalleGreen color.
public static RGBColor LanguidLavender { get; } #Gets the LanguidLavender color.
public static RGBColor LapisLazuli { get; } #Gets the LapisLazuli color.
public static RGBColor LaserLemon { get; } #Gets the LaserLemon color.
public static RGBColor LaurelGreen { get; } #Gets the LaurelGreen color.
public static RGBColor Lavender { get; } #Gets the Lavender color.
public static RGBColor LavenderBlue { get; } #Gets the LavenderBlue color.
public static RGBColor LavenderBlush { get; } #Gets the LavenderBlush color.
public static RGBColor LavenderGray { get; } #Gets the LavenderGray color.
public static RGBColor LavenderIndigo { get; } #Gets the LavenderIndigo color.
public static RGBColor LavenderMagenta { get; } #Gets the LavenderMagenta color.
public static RGBColor LavenderMist { get; } #Gets the LavenderMist color.
public static RGBColor LavenderPink { get; } #Gets the LavenderPink color.
public static RGBColor LavenderPurple { get; } #Gets the LavenderPurple color.
public static RGBColor LavenderRose { get; } #Gets the LavenderRose color.
public static RGBColor LawnGreen { get; } #Gets the LawnGreen color.
public static RGBColor Lemon { get; } #Gets the Lemon color.
public static RGBColor LemonChiffon { get; } #Gets the LemonChiffon color.
public static RGBColor LemonCurry { get; } #Gets the LemonCurry color.
public static RGBColor LemonGlacier { get; } #Gets the LemonGlacier color.
public static RGBColor LemonLime { get; } #Gets the LemonLime color.
public static RGBColor LemonMeringue { get; } #Gets the LemonMeringue color.
public static RGBColor LemonYellow { get; } #Gets the LemonYellow color.
public static RGBColor LemonYellowCrayola { get; } #Gets the LemonYellowCrayola color.
public static RGBColor Liberty { get; } #Gets the Liberty color.
public static RGBColor Licorice { get; } #Gets the Licorice color.
public static RGBColor LightApricot { get; } #Gets the LightApricot color.
public static RGBColor LightBlue { get; } #Gets the LightBlue color.
public static RGBColor LightBrown { get; } #Gets the LightBrown color.
public static RGBColor LightCarminePink { get; } #Gets the LightCarminePink color.
public static RGBColor LightCobaltBlue { get; } #Gets the LightCobaltBlue color.
public static RGBColor LightCoral { get; } #Gets the LightCoral color.
public static RGBColor LightCornflowerBlue { get; } #Gets the LightCornflowerBlue color.
public static RGBColor LightCrimson { get; } #Gets the LightCrimson color.
public static RGBColor LightCyan { get; } #Gets the LightCyan color.
public static RGBColor LightDeepPink { get; } #Gets the LightDeepPink color.
public static RGBColor LightFrenchBeige { get; } #Gets the LightFrenchBeige color.
public static RGBColor LightFuchsiaPink { get; } #Gets the LightFuchsiaPink color.
public static RGBColor LightGold { get; } #Gets the LightGold color.
public static RGBColor LightGoldenrodYellow { get; } #Gets the LightGoldenrodYellow color.
public static RGBColor LightGray { get; } #Gets the LightGray color.
public static RGBColor LightGreen { get; } #Gets the LightGreen color.
public static RGBColor LightHotPink { get; } #Gets the LightHotPink color.
public static RGBColor LightKhaki { get; } #Gets the LightKhaki color.
public static RGBColor LightMediumOrchid { get; } #Gets the LightMediumOrchid color.
public static RGBColor LightMossGreen { get; } #Gets the LightMossGreen color.
public static RGBColor LightOrchid { get; } #Gets the LightOrchid color.
public static RGBColor LightPastelPurple { get; } #Gets the LightPastelPurple color.
public static RGBColor LightPink { get; } #Gets the LightPink color.
public static RGBColor LightRedOchre { get; } #Gets the LightRedOchre color.
public static RGBColor LightSalmon { get; } #Gets the LightSalmon color.
public static RGBColor LightSalmonPink { get; } #Gets the LightSalmonPink color.
public static RGBColor LightSeaGreen { get; } #Gets the LightSeaGreen color.
public static RGBColor LightSkyBlue { get; } #Gets the LightSkyBlue color.
public static RGBColor LightSlateGray { get; } #Gets the LightSlateGray color.
public static RGBColor LightSteelBlue { get; } #Gets the LightSteelBlue color.
public static RGBColor LightTaupe { get; } #Gets the LightTaupe color.
public static RGBColor LightThulianPink { get; } #Gets the LightThulianPink color.
public static RGBColor LightYellow { get; } #Gets the LightYellow color.
public static RGBColor Lilac { get; } #Gets the Lilac color.
public static RGBColor LilacLuster { get; } #Gets the LilacLuster color.
public static RGBColor LimeGreen { get; } #Gets the LimeGreen color.
public static RGBColor Limerick { get; } #Gets the Limerick color.
public static RGBColor LincolnGreen { get; } #Gets the LincolnGreen color.
public static RGBColor Linen { get; } #Gets the Linen color.
public static RGBColor LiseranPurple { get; } #Gets the LiseranPurple color.
public static RGBColor LittleBoyBlue { get; } #Gets the LittleBoyBlue color.
public static RGBColor Liver { get; } #Gets the Liver color.
public static RGBColor LiverChestnut { get; } #Gets the LiverChestnut color.
public static RGBColor LiverOrgan { get; } #Gets the LiverOrgan color.
public static RGBColor LiverDogs { get; } #Gets the LiverDogs color.
public static RGBColor LustyGallant { get; } #Gets the LustyGallant color.
public static RGBColor MacaroniAndCheese { get; } #Gets the MacaroniAndCheese color.
public static RGBColor MadderLake { get; } #Gets the MadderLake color.
public static RGBColor Magenta { get; } #Gets the Magenta color.
public static RGBColor MagentaCrayola { get; } #Gets the MagentaCrayola color.
public static RGBColor MagentaDye { get; } #Gets the MagentaDye color.
public static RGBColor MagentaPantone { get; } #Gets the MagentaPantone color.
public static RGBColor MagentaProcess { get; } #Gets the MagentaProcess color.
public static RGBColor MagentaHaze { get; } #Gets the MagentaHaze color.
public static RGBColor MagicMint { get; } #Gets the MagicMint color.
public static RGBColor Magnolia { get; } #Gets the Magnolia color.
public static RGBColor Mahogany { get; } #Gets the Mahogany color.
public static RGBColor Maize { get; } #Gets the Maize color.
public static RGBColor Malachite { get; } #Gets the Malachite color.
public static RGBColor Manatee { get; } #Gets the Manatee color.
public static RGBColor Mandarin { get; } #Gets the Mandarin color.
public static RGBColor MangoTango { get; } #Gets the MangoTango color.
public static RGBColor Mantis { get; } #Gets the Mantis color.
public static RGBColor MardiGras { get; } #Gets the MardiGras color.
public static RGBColor Marigold { get; } #Gets the Marigold color.
public static RGBColor Maroon { get; } #Gets the Maroon color.
public static RGBColor Mauve { get; } #Gets the Mauve color.
public static RGBColor MauveTaupe { get; } #Gets the MauveTaupe color.
public static RGBColor Mauvelous { get; } #Gets the Mauvelous color.
public static RGBColor MaximumBlue { get; } #Gets the MaximumBlue color.
public static RGBColor MaximumBlueGreen { get; } #Gets the MaximumBlueGreen color.
public static RGBColor MaximumBluePurple { get; } #Gets the MaximumBluePurple color.
public static RGBColor MaximumGreen { get; } #Gets the MaximumGreen color.
public static RGBColor MaximumGreenYellow { get; } #Gets the MaximumGreenYellow color.
public static RGBColor MaximumPurple { get; } #Gets the MaximumPurple color.
public static RGBColor MaximumRed { get; } #Gets the MaximumRed color.
public static RGBColor MaximumRedPurple { get; } #Gets the MaximumRedPurple color.
public static RGBColor MaximumYellow { get; } #Gets the MaximumYellow color.
public static RGBColor MaximumYellowRed { get; } #Gets the MaximumYellowRed color.
public static RGBColor MayGreen { get; } #Gets the MayGreen color.
public static RGBColor MayaBlue { get; } #Gets the MayaBlue color.
public static RGBColor MediumAquamarine { get; } #Gets the MediumAquamarine color.
public static RGBColor MediumBlue { get; } #Gets the MediumBlue color.
public static RGBColor MediumCandyAppleRed { get; } #Gets the MediumCandyAppleRed color.
public static RGBColor MediumCarmine { get; } #Gets the MediumCarmine color.
public static RGBColor MediumChampagne { get; } #Gets the MediumChampagne color.
public static RGBColor MediumOrchid { get; } #Gets the MediumOrchid color.
public static RGBColor MediumPurple { get; } #Gets the MediumPurple color.
public static RGBColor MediumSeaGreen { get; } #Gets the MediumSeaGreen color.
public static RGBColor MediumSlateBlue { get; } #Gets the MediumSlateBlue color.
public static RGBColor MediumSpringGreen { get; } #Gets the MediumSpringGreen color.
public static RGBColor MediumTurquoise { get; } #Gets the MediumTurquoise color.
public static RGBColor MediumVioletRed { get; } #Gets the MediumVioletRed color.
public static RGBColor MellowApricot { get; } #Gets the MellowApricot color.
public static RGBColor MellowYellow { get; } #Gets the MellowYellow color.
public static RGBColor Melon { get; } #Gets the Melon color.
public static RGBColor MetallicSeaweed { get; } #Gets the MetallicSeaweed color.
public static RGBColor MetallicSunburst { get; } #Gets the MetallicSunburst color.
public static RGBColor MexicanPink { get; } #Gets the MexicanPink color.
public static RGBColor MiddleBlue { get; } #Gets the MiddleBlue color.
public static RGBColor MiddleBlueGreen { get; } #Gets the MiddleBlueGreen color.
public static RGBColor MiddleBluePurple { get; } #Gets the MiddleBluePurple color.
public static RGBColor MiddleGrey { get; } #Gets the MiddleGrey color.
public static RGBColor MiddleGreen { get; } #Gets the MiddleGreen color.
public static RGBColor MiddleGreenYellow { get; } #Gets the MiddleGreenYellow color.
public static RGBColor MiddlePurple { get; } #Gets the MiddlePurple color.
public static RGBColor MiddleRed { get; } #Gets the MiddleRed color.
public static RGBColor MiddleRedPurple { get; } #Gets the MiddleRedPurple color.
public static RGBColor MiddleYellow { get; } #Gets the MiddleYellow color.
public static RGBColor MiddleYellowRed { get; } #Gets the MiddleYellowRed color.
public static RGBColor MidnightBlue { get; } #Gets the MidnightBlue color.
public static RGBColor MidnightGreen { get; } #Gets the MidnightGreen color.
public static RGBColor MikadoYellow { get; } #Gets the MikadoYellow color.
public static RGBColor MilkChocolate { get; } #Gets the MilkChocolate color.
public static RGBColor MintCream { get; } #Gets the MintCream color.
public static RGBColor MistyRose { get; } #Gets the MistyRose color.
public static RGBColor Moccasin { get; } #Gets the Moccasin color.
public static RGBColor ModeBeige { get; } #Gets the ModeBeige color.
public static RGBColor MoonstoneBlue { get; } #Gets the MoonstoneBlue color.
public static RGBColor MordantRed19 { get; } #Gets the MordantRed19 color.
public static RGBColor MossGreen { get; } #Gets the MossGreen color.
public static RGBColor MountainMeadow { get; } #Gets the MountainMeadow color.
public static RGBColor MountbattenPink { get; } #Gets the MountbattenPink color.
public static RGBColor MSUGreen { get; } #Gets the MSUGreen color.
public static RGBColor Mulberry { get; } #Gets the Mulberry color.
public static RGBColor Mustard { get; } #Gets the Mustard color.
public static RGBColor MyrtleGreen { get; } #Gets the MyrtleGreen color.
public static RGBColor Mystic { get; } #Gets the Mystic color.
public static RGBColor MysticMaroon { get; } #Gets the MysticMaroon color.
public static RGBColor NadeshikoPink { get; } #Gets the NadeshikoPink color.
public static RGBColor NapierGreen { get; } #Gets the NapierGreen color.
public static RGBColor NaplesYellow { get; } #Gets the NaplesYellow color.
public static RGBColor NeonCarrot { get; } #Gets the NeonCarrot color.
public static RGBColor NeonFuchsia { get; } #Gets the NeonFuchsia color.
public static RGBColor NeonGreen { get; } #Gets the NeonGreen color.
public static RGBColor NewYorkPink { get; } #Gets the NewYorkPink color.
public static RGBColor Nickel { get; } #Gets the Nickel color.
public static RGBColor NonPhotoBlue { get; } #Gets the NonPhotoBlue color.
public static RGBColor NorthTexasGreen { get; } #Gets the NorthTexasGreen color.
public static RGBColor Nyanza { get; } #Gets the Nyanza color.
public static RGBColor OceanBlue { get; } #Gets the OceanBlue color.
public static RGBColor OceanGreen { get; } #Gets the OceanGreen color.
public static RGBColor Ochre { get; } #Gets the Ochre color.
public static RGBColor OfficeGreen { get; } #Gets the OfficeGreen color.
public static RGBColor OldBurgundy { get; } #Gets the OldBurgundy color.
public static RGBColor OldGold { get; } #Gets the OldGold color.
public static RGBColor OldHeliotrope { get; } #Gets the OldHeliotrope color.
public static RGBColor OldLace { get; } #Gets the OldLace color.
public static RGBColor OldLavender { get; } #Gets the OldLavender color.
public static RGBColor OldMauve { get; } #Gets the OldMauve color.
public static RGBColor OldMossGreen { get; } #Gets the OldMossGreen color.
public static RGBColor OldRose { get; } #Gets the OldRose color.
public static RGBColor OldSilver { get; } #Gets the OldSilver color.
public static RGBColor Olive { get; } #Gets the Olive color.
public static RGBColor OliveDrab7 { get; } #Gets the OliveDrab7 color.
public static RGBColor OliveGreen { get; } #Gets the OliveGreen color.
public static RGBColor Olivine { get; } #Gets the Olivine color.
public static RGBColor OperaMauve { get; } #Gets the OperaMauve color.
public static RGBColor Orange { get; } #Gets the Orange color.
public static RGBColor OrangePeel { get; } #Gets the OrangePeel color.
public static RGBColor OrangeRed { get; } #Gets the OrangeRed color.
public static RGBColor OrangeYellow { get; } #Gets the OrangeYellow color.
public static RGBColor Orchid { get; } #Gets the Orchid color.
public static RGBColor OrchidPink { get; } #Gets the OrchidPink color.
public static RGBColor OriolesOrange { get; } #Gets the OriolesOrange color.
public static RGBColor OtterBrown { get; } #Gets the OtterBrown color.
public static RGBColor OuterSpace { get; } #Gets the OuterSpace color.
public static RGBColor OutrageousOrange { get; } #Gets the OutrageousOrange color.
public static RGBColor OxfordBlue { get; } #Gets the OxfordBlue color.
public static RGBColor OUcrimsonRed { get; } #Gets the OUcrimsonRed color.
public static RGBColor PacificBlue { get; } #Gets the PacificBlue color.
public static RGBColor PakistanGreen { get; } #Gets the PakistanGreen color.
public static RGBColor PalatinateBlue { get; } #Gets the PalatinateBlue color.
public static RGBColor PalatinatePurple { get; } #Gets the PalatinatePurple color.
public static RGBColor PaleAqua { get; } #Gets the PaleAqua color.
public static RGBColor PaleBlue { get; } #Gets the PaleBlue color.
public static RGBColor PaleBrown { get; } #Gets the PaleBrown color.
public static RGBColor PaleCarmine { get; } #Gets the PaleCarmine color.
public static RGBColor PaleCerulean { get; } #Gets the PaleCerulean color.
public static RGBColor PaleChestnut { get; } #Gets the PaleChestnut color.
public static RGBColor PaleCopper { get; } #Gets the PaleCopper color.
public static RGBColor PaleCornflowerBlue { get; } #Gets the PaleCornflowerBlue color.
public static RGBColor PaleCyan { get; } #Gets the PaleCyan color.
public static RGBColor PaleGold { get; } #Gets the PaleGold color.
public static RGBColor PaleGoldenrod { get; } #Gets the PaleGoldenrod color.
public static RGBColor PaleGreen { get; } #Gets the PaleGreen color.
public static RGBColor PaleLavender { get; } #Gets the PaleLavender color.
public static RGBColor PaleMagenta { get; } #Gets the PaleMagenta color.
public static RGBColor PaleMagentaPink { get; } #Gets the PaleMagentaPink color.
public static RGBColor PalePink { get; } #Gets the PalePink color.
public static RGBColor PalePlum { get; } #Gets the PalePlum color.
public static RGBColor PaleRedViolet { get; } #Gets the PaleRedViolet color.
public static RGBColor PaleRobinEggBlue { get; } #Gets the PaleRobinEggBlue color.
public static RGBColor PaleSilver { get; } #Gets the PaleSilver color.
public static RGBColor PaleSpringBud { get; } #Gets the PaleSpringBud color.
public static RGBColor PaleTaupe { get; } #Gets the PaleTaupe color.
public static RGBColor PaleTurquoise { get; } #Gets the PaleTurquoise color.
public static RGBColor PaleViolet { get; } #Gets the PaleViolet color.
public static RGBColor PaleVioletRed { get; } #Gets the PaleVioletRed color.
public static RGBColor PalmLeaf { get; } #Gets the PalmLeaf color.
public static RGBColor PansyPurple { get; } #Gets the PansyPurple color.
public static RGBColor PaoloVeroneseGreen { get; } #Gets the PaoloVeroneseGreen color.
public static RGBColor PapayaWhip { get; } #Gets the PapayaWhip color.
public static RGBColor ParadisePink { get; } #Gets the ParadisePink color.
public static RGBColor ParisGreen { get; } #Gets the ParisGreen color.
public static RGBColor PastelBlue { get; } #Gets the PastelBlue color.
public static RGBColor PastelBrown { get; } #Gets the PastelBrown color.
public static RGBColor PastelGray { get; } #Gets the PastelGray color.
public static RGBColor PastelGreen { get; } #Gets the PastelGreen color.
public static RGBColor PastelMagenta { get; } #Gets the PastelMagenta color.
public static RGBColor PastelOrange { get; } #Gets the PastelOrange color.
public static RGBColor PastelPink { get; } #Gets the PastelPink color.
public static RGBColor PastelPurple { get; } #Gets the PastelPurple color.
public static RGBColor PastelRed { get; } #Gets the PastelRed color.
public static RGBColor PastelViolet { get; } #Gets the PastelViolet color.
public static RGBColor PastelYellow { get; } #Gets the PastelYellow color.
public static RGBColor Patriarch { get; } #Gets the Patriarch color.
public static RGBColor PayneGrey { get; } #Gets the PayneGrey color.
public static RGBColor Peach { get; } #Gets the Peach color.
public static RGBColor PeachOrange { get; } #Gets the PeachOrange color.
public static RGBColor PeachPuff { get; } #Gets the PeachPuff color.
public static RGBColor PeachYellow { get; } #Gets the PeachYellow color.
public static RGBColor Pearl { get; } #Gets the Pearl color.
public static RGBColor PearlAqua { get; } #Gets the PearlAqua color.
public static RGBColor PearlyPurple { get; } #Gets the PearlyPurple color.
public static RGBColor Peridot { get; } #Gets the Peridot color.
public static RGBColor Periwinkle { get; } #Gets the Periwinkle color.
public static RGBColor PersianBlue { get; } #Gets the PersianBlue color.
public static RGBColor PersianGreen { get; } #Gets the PersianGreen color.
public static RGBColor PersianIndigo { get; } #Gets the PersianIndigo color.
public static RGBColor PersianOrange { get; } #Gets the PersianOrange color.
public static RGBColor PersianPink { get; } #Gets the PersianPink color.
public static RGBColor PersianPlum { get; } #Gets the PersianPlum color.
public static RGBColor PersianRed { get; } #Gets the PersianRed color.
public static RGBColor PersianRose { get; } #Gets the PersianRose color.
public static RGBColor Persimmon { get; } #Gets the Persimmon color.
public static RGBColor Phlox { get; } #Gets the Phlox color.
public static RGBColor PhthaloBlue { get; } #Gets the PhthaloBlue color.
public static RGBColor PhthaloGreen { get; } #Gets the PhthaloGreen color.
public static RGBColor PictonBlue { get; } #Gets the PictonBlue color.
public static RGBColor PictorialCarmine { get; } #Gets the PictorialCarmine color.
public static RGBColor PiggyPink { get; } #Gets the PiggyPink color.
public static RGBColor PineGreen { get; } #Gets the PineGreen color.
public static RGBColor Pineapple { get; } #Gets the Pineapple color.
public static RGBColor PinkLace { get; } #Gets the PinkLace color.
public static RGBColor PinkLavender { get; } #Gets the PinkLavender color.
public static RGBColor PinkPearl { get; } #Gets the PinkPearl color.
public static RGBColor PinkRaspberry { get; } #Gets the PinkRaspberry color.
public static RGBColor PinkSherbet { get; } #Gets the PinkSherbet color.
public static RGBColor Pistachio { get; } #Gets the Pistachio color.
public static RGBColor Platinum { get; } #Gets the Platinum color.
public static RGBColor PlumWeb { get; } #Gets the PlumWeb color.
public static RGBColor PompAndPower { get; } #Gets the PompAndPower color.
public static RGBColor Popstar { get; } #Gets the Popstar color.
public static RGBColor PortlandOrange { get; } #Gets the PortlandOrange color.
public static RGBColor PowderBlue { get; } #Gets the PowderBlue color.
public static RGBColor PrincetonOrange { get; } #Gets the PrincetonOrange color.
public static RGBColor Prune { get; } #Gets the Prune color.
public static RGBColor PrussianBlue { get; } #Gets the PrussianBlue color.
public static RGBColor PsychedelicPurple { get; } #Gets the PsychedelicPurple color.
public static RGBColor PuceRed { get; } #Gets the PuceRed color.
public static RGBColor PullmanBrown { get; } #Gets the PullmanBrown color.
public static RGBColor PullmanGreen { get; } #Gets the PullmanGreen color.
public static RGBColor Pumpkin { get; } #Gets the Pumpkin color.
public static RGBColor Purple { get; } #Gets the Purple color.
public static RGBColor PurpleHeart { get; } #Gets the PurpleHeart color.
public static RGBColor PurpleMountainMajesty { get; } #Gets the PurpleMountainMajesty color.
public static RGBColor PurplePizzazz { get; } #Gets the PurplePizzazz color.
public static RGBColor PurpleTaupe { get; } #Gets the PurpleTaupe color.
public static RGBColor Purpureus { get; } #Gets the Purpureus color.
public static RGBColor Quartz { get; } #Gets the Quartz color.
public static RGBColor QueenBlue { get; } #Gets the QueenBlue color.
public static RGBColor QueenPink { get; } #Gets the QueenPink color.
public static RGBColor QuickSilver { get; } #Gets the QuickSilver color.
public static RGBColor RadicalRed { get; } #Gets the RadicalRed color.
public static RGBColor RaisinBlack { get; } #Gets the RaisinBlack color.
public static RGBColor Rajah { get; } #Gets the Rajah color.
public static RGBColor Raspberry { get; } #Gets the Raspberry color.
public static RGBColor RaspberryPink { get; } #Gets the RaspberryPink color.
public static RGBColor RawSienna { get; } #Gets the RawSienna color.
public static RGBColor RazzleDazzleRose { get; } #Gets the RazzleDazzleRose color.
public static RGBColor Razzmatazz { get; } #Gets the Razzmatazz color.
public static RGBColor RazzmicBerry { get; } #Gets the RazzmicBerry color.
public static RGBColor RebeccaPurple { get; } #Gets the RebeccaPurple color.
public static RGBColor RedDevil { get; } #Gets the RedDevil color.
public static RGBColor RedOrange { get; } #Gets the RedOrange color.
public static RGBColor RedPurple { get; } #Gets the RedPurple color.
public static RGBColor RedSalsa { get; } #Gets the RedSalsa color.
public static RGBColor RedViolet { get; } #Gets the RedViolet color.
public static RGBColor Redwood { get; } #Gets the Redwood color.
public static RGBColor Regalia { get; } #Gets the Regalia color.
public static RGBColor ResolutionBlue { get; } #Gets the ResolutionBlue color.
public static RGBColor Rhythm { get; } #Gets the Rhythm color.
public static RGBColor RichBlack { get; } #Gets the RichBlack color.
public static RGBColor RichBrilliantLavender { get; } #Gets the RichBrilliantLavender color.
public static RGBColor RichCarmine { get; } #Gets the RichCarmine color.
public static RGBColor RichElectricBlue { get; } #Gets the RichElectricBlue color.
public static RGBColor RichLavender { get; } #Gets the RichLavender color.
public static RGBColor RichLilac { get; } #Gets the RichLilac color.
public static RGBColor RichMaroon { get; } #Gets the RichMaroon color.
public static RGBColor RifleGreen { get; } #Gets the RifleGreen color.
public static RGBColor RoastCoffee { get; } #Gets the RoastCoffee color.
public static RGBColor RobinEggBlue { get; } #Gets the RobinEggBlue color.
public static RGBColor RocketMetallic { get; } #Gets the RocketMetallic color.
public static RGBColor RomanSilver { get; } #Gets the RomanSilver color.
public static RGBColor RoseBonbon { get; } #Gets the RoseBonbon color.
public static RGBColor RoseDust { get; } #Gets the RoseDust color.
public static RGBColor RoseEbony { get; } #Gets the RoseEbony color.
public static RGBColor RoseGold { get; } #Gets the RoseGold color.
public static RGBColor RoseMadder { get; } #Gets the RoseMadder color.
public static RGBColor RosePink { get; } #Gets the RosePink color.
public static RGBColor RoseQuartz { get; } #Gets the RoseQuartz color.
public static RGBColor RoseRed { get; } #Gets the RoseRed color.
public static RGBColor RoseTaupe { get; } #Gets the RoseTaupe color.
public static RGBColor RoseVale { get; } #Gets the RoseVale color.
public static RGBColor Rosewood { get; } #Gets the Rosewood color.
public static RGBColor RossoCorsa { get; } #Gets the RossoCorsa color.
public static RGBColor RosyBrown { get; } #Gets the RosyBrown color.
public static RGBColor RoyalAzure { get; } #Gets the RoyalAzure color.
public static RGBColor RoyalBlue { get; } #Gets the RoyalBlue color.
public static RGBColor RoyalFuchsia { get; } #Gets the RoyalFuchsia color.
public static RGBColor RoyalPurple { get; } #Gets the RoyalPurple color.
public static RGBColor RoyalYellow { get; } #Gets the RoyalYellow color.
public static RGBColor Ruber { get; } #Gets the Ruber color.
public static RGBColor RubineRed { get; } #Gets the RubineRed color.
public static RGBColor RubyRed { get; } #Gets the RubyRed color.
public static RGBColor Ruddy { get; } #Gets the Ruddy color.
public static RGBColor RuddyBrown { get; } #Gets the RuddyBrown color.
public static RGBColor RuddyPink { get; } #Gets the RuddyPink color.
public static RGBColor Rufous { get; } #Gets the Rufous color.
public static RGBColor Russet { get; } #Gets the Russet color.
public static RGBColor RussianGreen { get; } #Gets the RussianGreen color.
public static RGBColor RussianViolet { get; } #Gets the RussianViolet color.
public static RGBColor RustyRed { get; } #Gets the RustyRed color.
public static RGBColor SacramentoStateGreen { get; } #Gets the SacramentoStateGreen color.
public static RGBColor SaddleBrown { get; } #Gets the SaddleBrown color.
public static RGBColor SafetyOrange { get; } #Gets the SafetyOrange color.
public static RGBColor SafetyYellow { get; } #Gets the SafetyYellow color.
public static RGBColor Saffron { get; } #Gets the Saffron color.
public static RGBColor StPatricksBlue { get; } #Gets the StPatricksBlue color.
public static RGBColor Salmon { get; } #Gets the Salmon color.
public static RGBColor SalmonPink { get; } #Gets the SalmonPink color.
public static RGBColor SandDune { get; } #Gets the SandDune color.
public static RGBColor Sandstorm { get; } #Gets the Sandstorm color.
public static RGBColor SandyBrown { get; } #Gets the SandyBrown color.
public static RGBColor SandyTan { get; } #Gets the SandyTan color.
public static RGBColor SandyTaupe { get; } #Gets the SandyTaupe color.
public static RGBColor Sangria { get; } #Gets the Sangria color.
public static RGBColor SapGreen { get; } #Gets the SapGreen color.
public static RGBColor Sapphire { get; } #Gets the Sapphire color.
public static RGBColor SapphireBlue { get; } #Gets the SapphireBlue color.
public static RGBColor SatinSheenGold { get; } #Gets the SatinSheenGold color.
public static RGBColor Scarlet { get; } #Gets the Scarlet color.
public static RGBColor SchaussPink { get; } #Gets the SchaussPink color.
public static RGBColor SchoolBusYellow { get; } #Gets the SchoolBusYellow color.
public static RGBColor ScreaminGreen { get; } #Gets the ScreaminGreen color.
public static RGBColor SeaBlue { get; } #Gets the SeaBlue color.
public static RGBColor SeaGreen { get; } #Gets the SeaGreen color.
public static RGBColor SealBrown { get; } #Gets the SealBrown color.
public static RGBColor Seashell { get; } #Gets the Seashell color.
public static RGBColor SelectiveYellow { get; } #Gets the SelectiveYellow color.
public static RGBColor Sepia { get; } #Gets the Sepia color.
public static RGBColor Shadow { get; } #Gets the Shadow color.
public static RGBColor ShadowBlue { get; } #Gets the ShadowBlue color.
public static RGBColor Shampoo { get; } #Gets the Shampoo color.
public static RGBColor ShamrockGreen { get; } #Gets the ShamrockGreen color.
public static RGBColor SheenGreen { get; } #Gets the SheenGreen color.
public static RGBColor ShimmeringBlush { get; } #Gets the ShimmeringBlush color.
public static RGBColor ShinyShamrock { get; } #Gets the ShinyShamrock color.
public static RGBColor ShockingPink { get; } #Gets the ShockingPink color.
public static RGBColor Sienna { get; } #Gets the Sienna color.
public static RGBColor Silver { get; } #Gets the Silver color.
public static RGBColor SilverChalice { get; } #Gets the SilverChalice color.
public static RGBColor SilverLakeBlue { get; } #Gets the SilverLakeBlue color.
public static RGBColor SilverPink { get; } #Gets the SilverPink color.
public static RGBColor SilverSand { get; } #Gets the SilverSand color.
public static RGBColor Sinopia { get; } #Gets the Sinopia color.
public static RGBColor SizzlingRed { get; } #Gets the SizzlingRed color.
public static RGBColor SizzlingSunrise { get; } #Gets the SizzlingSunrise color.
public static RGBColor Skobeloff { get; } #Gets the Skobeloff color.
public static RGBColor SkyBlue { get; } #Gets the SkyBlue color.
public static RGBColor SkyMagenta { get; } #Gets the SkyMagenta color.
public static RGBColor SlateBlue { get; } #Gets the SlateBlue color.
public static RGBColor SlateGray { get; } #Gets the SlateGray color.
public static RGBColor Smalt { get; } #Gets the Smalt color.
public static RGBColor SmashedPumpkin { get; } #Gets the SmashedPumpkin color.
public static RGBColor Smitten { get; } #Gets the Smitten color.
public static RGBColor Smoke { get; } #Gets the Smoke color.
public static RGBColor SmokeyTopaz { get; } #Gets the SmokeyTopaz color.
public static RGBColor SolidPink { get; } #Gets the SolidPink color.
public static RGBColor SonicSilver { get; } #Gets the SonicSilver color.
public static RGBColor SpartanCrimson { get; } #Gets the SpartanCrimson color.
public static RGBColor SpaceCadet { get; } #Gets the SpaceCadet color.
public static RGBColor SpanishBistre { get; } #Gets the SpanishBistre color.
public static RGBColor SpanishBlue { get; } #Gets the SpanishBlue color.
public static RGBColor SpanishCarmine { get; } #Gets the SpanishCarmine color.
public static RGBColor SpanishGray { get; } #Gets the SpanishGray color.
public static RGBColor SpanishGreen { get; } #Gets the SpanishGreen color.
public static RGBColor SpanishOrange { get; } #Gets the SpanishOrange color.
public static RGBColor SpanishPink { get; } #Gets the SpanishPink color.
public static RGBColor SpanishRed { get; } #Gets the SpanishRed color.
public static RGBColor SpanishSkyBlue { get; } #Gets the SpanishSkyBlue color.
public static RGBColor SpanishViolet { get; } #Gets the SpanishViolet color.
public static RGBColor SpanishViridian { get; } #Gets the SpanishViridian color.
public static RGBColor SpectralBlue { get; } #Gets the SpectralBlue color.
public static RGBColor SpectralGreen { get; } #Gets the SpectralGreen color.
public static RGBColor SpectralRed { get; } #Gets the SpectralRed color.
public static RGBColor Spice { get; } #Gets the Spice color.
public static RGBColor SpicyMix { get; } #Gets the SpicyMix color.
public static RGBColor SpiroDiscoBall { get; } #Gets the SpiroDiscoBall color.
public static RGBColor SpringBud { get; } #Gets the SpringBud color.
public static RGBColor SpringFrost { get; } #Gets the SpringFrost color.
public static RGBColor SpringGreen { get; } #Gets the SpringGreen color.
public static RGBColor StarCommandBlue { get; } #Gets the StarCommandBlue color.
public static RGBColor SteelBlue { get; } #Gets the SteelBlue color.
public static RGBColor SteelPink { get; } #Gets the SteelPink color.
public static RGBColor SteelTeal { get; } #Gets the SteelTeal color.
public static RGBColor StilDeGrainYellow { get; } #Gets the StilDeGrainYellow color.
public static RGBColor Stizza { get; } #Gets the Stizza color.
public static RGBColor Stormcloud { get; } #Gets the Stormcloud color.
public static RGBColor Straw { get; } #Gets the Straw color.
public static RGBColor Strawberry { get; } #Gets the Strawberry color.
public static RGBColor SugarPlum { get; } #Gets the SugarPlum color.
public static RGBColor SunburntCyclops { get; } #Gets the SunburntCyclops color.
public static RGBColor Sunglow { get; } #Gets the Sunglow color.
public static RGBColor Sunny { get; } #Gets the Sunny color.
public static RGBColor Sunray { get; } #Gets the Sunray color.
public static RGBColor Sunset { get; } #Gets the Sunset color.
public static RGBColor SunsetOrange { get; } #Gets the SunsetOrange color.
public static RGBColor SuperPink { get; } #Gets the SuperPink color.
public static RGBColor SweetBrown { get; } #Gets the SweetBrown color.
public static RGBColor Tangelo { get; } #Gets the Tangelo color.
public static RGBColor Tangerine { get; } #Gets the Tangerine color.
public static RGBColor TangerineYellow { get; } #Gets the TangerineYellow color.
public static RGBColor TangoPink { get; } #Gets the TangoPink color.
public static RGBColor TartOrange { get; } #Gets the TartOrange color.
public static RGBColor Taupe { get; } #Gets the Taupe color.
public static RGBColor TaupeGray { get; } #Gets the TaupeGray color.
public static RGBColor TeaGreen { get; } #Gets the TeaGreen color.
public static RGBColor TeaRose { get; } #Gets the TeaRose color.
public static RGBColor TealBlue { get; } #Gets the TealBlue color.
public static RGBColor TealDeer { get; } #Gets the TealDeer color.
public static RGBColor TealGreen { get; } #Gets the TealGreen color.
public static RGBColor Telemagenta { get; } #Gets the Telemagenta color.
public static RGBColor TerraCotta { get; } #Gets the TerraCotta color.
public static RGBColor Thistle { get; } #Gets the Thistle color.
public static RGBColor ThulianPink { get; } #Gets the ThulianPink color.
public static RGBColor TickleMePink { get; } #Gets the TickleMePink color.
public static RGBColor TiffanyBlue { get; } #Gets the TiffanyBlue color.
public static RGBColor TigersEye { get; } #Gets the TigersEye color.
public static RGBColor Timberwolf { get; } #Gets the Timberwolf color.
public static RGBColor TitaniumYellow { get; } #Gets the TitaniumYellow color.
public static RGBColor Tomato { get; } #Gets the Tomato color.
public static RGBColor Toolbox { get; } #Gets the Toolbox color.
public static RGBColor Topaz { get; } #Gets the Topaz color.
public static RGBColor TractorRed { get; } #Gets the TractorRed color.
public static RGBColor TrolleyGrey { get; } #Gets the TrolleyGrey color.
public static RGBColor TropicalRainForest { get; } #Gets the TropicalRainForest color.
public static RGBColor TrueBlue { get; } #Gets the TrueBlue color.
public static RGBColor TuftsBlue { get; } #Gets the TuftsBlue color.
public static RGBColor Tulip { get; } #Gets the Tulip color.
public static RGBColor Tumbleweed { get; } #Gets the Tumbleweed color.
public static RGBColor TurkishRose { get; } #Gets the TurkishRose color.
public static RGBColor Turquoise { get; } #Gets the Turquoise color.
public static RGBColor TurquoiseBlue { get; } #Gets the TurquoiseBlue color.
public static RGBColor TurquoiseGreen { get; } #Gets the TurquoiseGreen color.
public static RGBColor TurquoiseSurf { get; } #Gets the TurquoiseSurf color.
public static RGBColor TurtleGreen { get; } #Gets the TurtleGreen color.
public static RGBColor Tuscan { get; } #Gets the Tuscan color.
public static RGBColor TuscanBrown { get; } #Gets the TuscanBrown color.
public static RGBColor TuscanRed { get; } #Gets the TuscanRed color.
public static RGBColor TuscanTan { get; } #Gets the TuscanTan color.
public static RGBColor Tuscany { get; } #Gets the Tuscany color.
public static RGBColor TwilightLavender { get; } #Gets the TwilightLavender color.
public static RGBColor TyrianPurple { get; } #Gets the TyrianPurple color.
public static RGBColor UAblue { get; } #Gets the UAblue color.
public static RGBColor UARed { get; } #Gets the UARed color.
public static RGBColor UCLAblue { get; } #Gets the UCLAblue color.
public static RGBColor UFOGreen { get; } #Gets the UFOGreen color.
public static RGBColor Ultramarine { get; } #Gets the Ultramarine color.
public static RGBColor UltramarineBlue { get; } #Gets the UltramarineBlue color.
public static RGBColor UltraPink { get; } #Gets the UltraPink color.
public static RGBColor UltraRed { get; } #Gets the UltraRed color.
public static RGBColor Umber { get; } #Gets the Umber color.
public static RGBColor UnbleachedSilk { get; } #Gets the UnbleachedSilk color.
public static RGBColor UnitedNationsBlue { get; } #Gets the UnitedNationsBlue color.
public static RGBColor UniversityOfCaliforniaGold { get; } #Gets the UniversityOfCaliforniaGold color.
public static RGBColor UnmellowYellow { get; } #Gets the UnmellowYellow color.
public static RGBColor UPForestGreen { get; } #Gets the UPForestGreen color.
public static RGBColor UPMaroon { get; } #Gets the UPMaroon color.
public static RGBColor UpsdellRed { get; } #Gets the UpsdellRed color.
public static RGBColor Urobilin { get; } #Gets the Urobilin color.
public static RGBColor USAFABlue { get; } #Gets the USAFABlue color.
public static RGBColor UtahCrimson { get; } #Gets the UtahCrimson color.
public static RGBColor Vanilla { get; } #Gets the Vanilla color.
public static RGBColor VanillaIce { get; } #Gets the VanillaIce color.
public static RGBColor VegasGold { get; } #Gets the VegasGold color.
public static RGBColor VenetianRed { get; } #Gets the VenetianRed color.
public static RGBColor Verdigris { get; } #Gets the Verdigris color.
public static RGBColor Vermilion { get; } #Gets the Vermilion color.
public static RGBColor Veronica { get; } #Gets the Veronica color.
public static RGBColor VeryLightAzure { get; } #Gets the VeryLightAzure color.
public static RGBColor VeryLightBlue { get; } #Gets the VeryLightBlue color.
public static RGBColor VeryLightMalachiteGreen { get; } #Gets the VeryLightMalachiteGreen color.
public static RGBColor VeryLightTangelo { get; } #Gets the VeryLightTangelo color.
public static RGBColor VeryPaleOrange { get; } #Gets the VeryPaleOrange color.
public static RGBColor VeryPaleYellow { get; } #Gets the VeryPaleYellow color.
public static RGBColor Violet { get; } #Gets the Violet color.
public static RGBColor VioletBlue { get; } #Gets the VioletBlue color.
public static RGBColor VioletRed { get; } #Gets the VioletRed color.
public static RGBColor Viridian { get; } #Gets the Viridian color.
public static RGBColor ViridianGreen { get; } #Gets the ViridianGreen color.
public static RGBColor VistaBlue { get; } #Gets the VistaBlue color.
public static RGBColor VividAuburn { get; } #Gets the VividAuburn color.
public static RGBColor VividBurgundy { get; } #Gets the VividBurgundy color.
public static RGBColor VividCerise { get; } #Gets the VividCerise color.
public static RGBColor VividTangerine { get; } #Gets the VividTangerine color.
public static RGBColor VividViolet { get; } #Gets the VividViolet color.
public static RGBColor WarmBlack { get; } #Gets the WarmBlack color.
public static RGBColor Waterspout { get; } #Gets the Waterspout color.
public static RGBColor Wenge { get; } #Gets the Wenge color.
public static RGBColor Wheat { get; } #Gets the Wheat color.
public static RGBColor White { get; } #Gets the White color.
public static RGBColor WhiteSmoke { get; } #Gets the WhiteSmoke color.
public static RGBColor WildBlueYonder { get; } #Gets the WildBlueYonder color.
public static RGBColor WildStrawberry { get; } #Gets the WildStrawberry color.
public static RGBColor WildWatermelon { get; } #Gets the WildWatermelon color.
public static RGBColor WinterSky { get; } #Gets the WinterSky color.
public static RGBColor WinterWizard { get; } #Gets the WinterWizard color.
public static RGBColor Wisteria { get; } #Gets the Wisteria color.
public static RGBColor Xanadu { get; } #Gets the Xanadu color.
public static RGBColor YaleBlue { get; } #Gets the YaleBlue color.
public static RGBColor Yellow { get; } #Gets the Yellow color.
public static RGBColor YellowGreen { get; } #Gets the YellowGreen color.
public static RGBColor YellowOrange { get; } #Gets the YellowOrange color.
public static RGBColor YellowRose { get; } #Gets the YellowRose color.
public static RGBColor Zaffre { get; } #Gets the Zaffre color.
public static RGBColor ZinnwalditeBrown { get; } #Gets the ZinnwalditeBrown color.