From 79b8323faf77d0b635908840945990d578b9bd50 Mon Sep 17 00:00:00 2001 From: Xiaohui Fang Date: Thu, 6 Feb 2025 15:38:30 +0800 Subject: [PATCH] [Optimization] Remove unused PInvoke of default Color value --- .../src/internal/NativeBinding/NDalic.cs | 1707 ----------------- src/Tizen.NUI/src/public/Common/Color.cs | 298 +-- 2 files changed, 149 insertions(+), 1856 deletions(-) diff --git a/src/Tizen.NUI/src/internal/NativeBinding/NDalic.cs b/src/Tizen.NUI/src/internal/NativeBinding/NDalic.cs index e681e9fa725..e205780ff85 100755 --- a/src/Tizen.NUI/src/internal/NativeBinding/NDalic.cs +++ b/src/Tizen.NUI/src/internal/NativeBinding/NDalic.cs @@ -218,1713 +218,6 @@ public static bool RegisterProperty(string objectName, string name, int index, P } } - public static Color ALICE_BLUE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.AliceBlueGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color ANTIQUE_WHITE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.AntiqueWhiteGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color AQUA - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.AquaGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color AQUA_MARINE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.AquaMarineGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color AZURE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.AzureGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color BEIGE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.BeigeGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color BISQUE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.BisqueGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color BLACK - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.BlackGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color BLANCHE_DALMOND - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.BlancheDalmondGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color BLUE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.BlueGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color BLUE_VIOLET - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.BlueVioletGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color BROWN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.BrownGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color BURLY_WOOD - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.BurlyWoodGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color CADET_BLUE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.CadetBlueGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color CHARTREUSE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.ChartreuseGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color CHOCOLATE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.ChocolateGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color CORAL - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.CoralGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color CORNFLOWER_BLUE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.CornflowerBlueGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color CORNSILK - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.CornsilkGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color CRIMSON - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.CrimsonGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color CYAN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.CyanGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color DARK_BLUE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.DarkBlueGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color DARK_CYAN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.DarkCyanGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color DARK_GOLDENROD - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.DarkGoldenrodGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color DARK_GRAY - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.DarkGrayGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color DARK_GREEN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.DarkGreenGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color DARK_GREY - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.DarkGreyGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color DARK_KHAKI - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.DarkKhakiGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color DARK_MAGENTA - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.DarkMagentaGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color DARK_OLIVE_GREEN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.DarkOliveGreenGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color DARK_ORANGE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.DarkOrangeGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color DARK_ORCHID - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.DarkOrchidGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color DARK_RED - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.DarkRedGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color DARK_SALMON - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.DarkSalmonGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color DARK_SEA_GREEN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.DarkSeaGreenGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color DARK_SLATE_BLUE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.DarkSlateBlueGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color DARK_SLATE_GRAY - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.DarkSlateGrayGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color DARK_SLATE_GREY - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.DarkSlateGreyGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color DARK_TURQUOISE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.DarkTurquoiseGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color DARK_VIOLET - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.DarkVioletGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color DEEP_PINK - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.DeepPinkGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color DEEP_SKY_BLUE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.DeepSkyBlueGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color DIM_GRAY - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.DimGrayGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color DIM_GREY - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.DimGreyGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color DODGER_BLUE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.DodgerBlueGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color FIRE_BRICK - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.FireBrickGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color FLORAL_WHITE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.FloralWhiteGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color FOREST_GREEN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.ForestGreenGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color FUCHSIA - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.FuchsiaGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color GAINSBORO - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.GainsboroGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color GHOST_WHITE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.GhostWhiteGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color GOLD - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.GoldGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color GOLDEN_ROD - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.GoldenRodGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color GRAY - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.GrayGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color GREEN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.GreenGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color GREEN_YELLOW - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.GreenYellowGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color GREY - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.GreyGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color HONEYDEW - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.HoneydewGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color HOT_PINK - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.HotPinkGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color INDIANRED - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.IndianredGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color INDIGO - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.IndigoGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color IVORY - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.IvoryGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color KHAKI - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.KhakiGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color LAVENDER - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.LavenderGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color LAVENDER_BLUSH - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.LavenderBlushGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color LAWN_GREEN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.LawnGreenGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color LEMON_CHIFFON - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.LemonChiffonGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color LIGHT_BLUE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.LightBlueGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color LIGHT_CORAL - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.LightCoralGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color LIGHT_CYAN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.LightCyanGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color LIGHT_GOLDEN_ROD_YELLOW - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.LightGoldenRodYellowGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color LIGHT_GRAY - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.LightGrayGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color LIGHT_GREEN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.LightGreenGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color LIGHT_GREY - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.LightGreyGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color LIGHT_PINK - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.LightPinkGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color LIGHT_SALMON - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.LightSalmonGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color LIGHT_SEA_GREEN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.LightSeaGreenGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color LIGHT_SKY_BLUE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.LightSkyBlueGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color LIGHT_SLATE_GRAY - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.LightSlateGrayGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color LIGHT_SLATE_GREY - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.LightSlateGreyGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color LIGHT_STEEL_BLUE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.LightSteelBlueGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color LIGHT_YELLOW - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.LightYellowGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color LIME - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.LimeGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color LIME_GREEN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.LimeGreenGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color LINEN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.LinenGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color MAGENTA - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.MagentaGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color MAROON - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.MaroonGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color MEDIUM_AQUA_MARINE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.MediumAquaMarineGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color MEDIUM_BLUE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.MediumBlueGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color MEDIUM_ORCHID - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.MediumOrchidGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color MEDIUM_PURPLE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.MediumPurpleGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color MEDIUM_SEA_GREEN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.MediumSeaGreenGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color MEDIUM_SLATE_BLUE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.MediumSlateBlueGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color MEDIUM_SPRING_GREEN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.MediumSpringGreenGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color MEDIUM_TURQUOISE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.MediumTurquoiseGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color MEDIUM_VIOLETRED - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.MediumVioletredGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color MIDNIGHT_BLUE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.MidnightBlueGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color MINT_CREAM - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.MintCreamGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color MISTY_ROSE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.MistyRoseGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color MOCCASIN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.MoccasinGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color NAVAJO_WHITE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.NavajoWhiteGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color NAVY - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.NavyGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color OLD_LACE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.OldLaceGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color OLIVE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.OliveGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color OLIVE_DRAB - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.OliveDrabGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color ORANGE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.OrangeGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color ORANGE_RED - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.OrangeRedGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color ORCHID - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.OrchidGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color PALE_GOLDEN_ROD - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.PaleGoldenRodGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color PALE_GREEN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.PaleGreenGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color PALE_TURQUOISE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.PaleTurquoiseGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color PALE_VIOLET_RED - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.PaleVioletRedGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color PAPAYA_WHIP - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.PapayaWhipGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color PEACH_PUFF - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.PeachPuffGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color PERU - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.PeruGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color PINK - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.PinkGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color PLUM - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.PlumGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color POWDER_BLUE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.PowderBlueGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color PURPLE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.PurpleGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color RED - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.RedGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color ROSY_BROWN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.RosyBrownGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color ROYAL_BLUE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.RoyalBlueGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color SADDLE_BROWN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.SaddleBrownGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color SALMON - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.SalmonGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color SANDY_BROWN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.SandyBrownGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color SEA_GREEN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.SeaGreenGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color SEA_SHELL - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.SeaShellGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color SIENNA - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.SiennaGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color SILVER - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.SilverGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color SKY_BLUE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.SkyBlueGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color SLATE_BLUE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.SlateBlueGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color SLATE_GRAY - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.SlateGrayGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color SLATE_GREY - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.SlateGreyGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color SNOW - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.SnowGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color SPRING_GREEN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.SpringGreenGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color STEEL_BLUE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.SteelBlueGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color TAN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.TanGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color TEAL - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.TealGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color THISTLE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.ThistleGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color TOMATO - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.TomatoGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color TRANSPARENT - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.TransparentGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color TURQUOISE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.TurquoiseGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color VIOLET - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.VioletGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color WHEAT - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.WheatGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color WHITE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.WhiteGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color WHITE_SMOKE - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.WhiteSmokeGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color YELLOW - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.YellowGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - public static Color YELLOW_GREEN - { - get - { - global::System.IntPtr cPtr = Interop.NDalicColor.YellowGreenGet(); - Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - - internal static float MACHINE_EPSILON_0 - { - get - { - float ret = Interop.NDalicMachine.MachineEpsilon0Get(); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - internal static float MACHINE_EPSILON_1 - { - get - { - float ret = Interop.NDalicMachine.MachineEpsilon1Get(); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - internal static float MACHINE_EPSILON_10 - { - get - { - float ret = Interop.NDalicMachine.MachineEpsilon10Get(); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - internal static float MACHINE_EPSILON_100 - { - get - { - float ret = Interop.NDalicMachine.MachineEpsilon100Get(); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - internal static float MACHINE_EPSILON_1000 - { - get - { - float ret = Interop.NDalicMachine.MachineEpsilon1000Get(); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - internal static float MACHINE_EPSILON_10000 - { - get - { - float ret = Interop.NDalicMachine.MachineEpsilon10000Get(); - if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); - return ret; - } - } - - internal static PixelFormat FIRST_VALID_PIXEL_FORMAT - { - get - { - //this originates to FIRST_VALID_PIXEL_FORMAT = A8 - return PixelFormat.A8; - } - } - - internal static PixelFormat LAST_VALID_PIXEL_FORMAT - { - get - { - //this originates to LAST_VALID_PIXEL_FORMAT = CHROMINANCE_V - return (PixelFormat)62; - } - } - internal static bool HasAlpha(PixelFormat pixelformat) { bool ret = Interop.NDalic.HasAlpha((int)pixelformat); diff --git a/src/Tizen.NUI/src/public/Common/Color.cs b/src/Tizen.NUI/src/public/Common/Color.cs index b911ad92145..666609b7569 100755 --- a/src/Tizen.NUI/src/public/Common/Color.cs +++ b/src/Tizen.NUI/src/public/Common/Color.cs @@ -34,889 +34,889 @@ public class Color : Disposable, ICloneable /// Gets the alice_blue colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color AliceBlue = NDalic.ALICE_BLUE; + public static readonly Color AliceBlue = new Color(240.0f / 255.0f, 248.0f / 255.0f, 1.0f, 1.0f); /// /// Gets the antique_white colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color AntiqueWhite = NDalic.ANTIQUE_WHITE; + public static readonly Color AntiqueWhite = new Color(250.0f / 255.0f, 235.0f / 255.0f, 215.0f / 255.0f, 1.0f); /// /// Gets the aqua colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Aqua = NDalic.AQUA; + public static readonly Color Aqua = new Color(0.0f, 1.0f, 1.0f, 1.0f); /// /// Gets the aqua_marine colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color AquaMarine = NDalic.AQUA_MARINE; + public static readonly Color AquaMarine = new Color(127.0f / 255.0f, 1.0f, 212.0f / 255.0f, 1.0f); /// /// Gets the azure colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Azure = NDalic.AZURE; + public static readonly Color Azure = new Color(240.0f / 255.0f, 1.0f, 1.0f, 1.0f); /// /// Gets the beige colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Beige = NDalic.BEIGE; + public static readonly Color Beige = new Color(245.0f / 255.0f, 245.0f / 255.0f, 220.0f / 255.0f, 1.0f); /// /// Gets the bisque colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Bisque = NDalic.BISQUE; + public static readonly Color Bisque = new Color(1.0f, 228.0f / 255.0f, 196.0f / 255.0f, 1.0f); /// /// Gets the black colored Color class. /// /// 3 - public static readonly Color Black = NDalic.BLACK; + public static readonly Color Black = new Color(0.0f, 0.0f, 0.0f, 1.0f); /// /// Gets the blanche_dalmond colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color BlancheDalmond = NDalic.BLANCHE_DALMOND; + public static readonly Color BlancheDalmond = new Color(1.0f, 235.0f / 255.0f, 205.0f / 255.0f, 1.0f); /// /// Gets the blue colored Color class. /// /// 3 - public static readonly Color Blue = NDalic.BLUE; + public static readonly Color Blue = new Color(0.0f, 0.0f, 1.0f, 1.0f); /// /// Gets the blue_violet colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color BlueViolet = NDalic.BLUE_VIOLET; + public static readonly Color BlueViolet = new Color(138.0f / 255.0f, 43.0f / 255.0f, 226.0f / 255.0f, 1.0f); /// /// Gets the brown colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Brown = NDalic.BROWN; + public static readonly Color Brown = new Color(165.0f / 255.0f, 42.0f / 255.0f, 42.0f / 255.0f, 1.0f); /// /// Gets the burly_wood colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color BurlyWood = NDalic.BURLY_WOOD; + public static readonly Color BurlyWood = new Color(222.0f / 255.0f, 184.0f / 255.0f, 135.0f / 255.0f, 1.0f); /// /// Gets the cadet_blue colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color CadetBlue = NDalic.CADET_BLUE; + public static readonly Color CadetBlue = new Color(95.0f / 255.0f, 158.0f / 255.0f, 160.0f / 255.0f, 1.0f); /// /// Gets the chartreuse colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Chartreuse = NDalic.CHARTREUSE; + public static readonly Color Chartreuse = new Color(127.0f / 255.0f, 1.0f, 0.0f, 1.0f); /// /// Gets the chocolate colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Chocolate = NDalic.CHOCOLATE; + public static readonly Color Chocolate = new Color(210.0f / 255.0f, 105.0f / 255.0f, 30.0f / 255.0f, 1.0f); /// /// Gets the coral colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Coral = NDalic.CORAL; + public static readonly Color Coral = new Color(1.0f, 127.0f / 255.0f, 80.0f / 255.0f, 1.0f); /// /// Gets the cornflower_blue colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color CornflowerBlue = NDalic.CORNFLOWER_BLUE; + public static readonly Color CornflowerBlue = new Color(100.0f / 255.0f, 149.0f / 255.0f, 237.0f / 255.0f, 1.0f); /// /// Gets the cornsilk colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Cornsilk = NDalic.CORNSILK; + public static readonly Color Cornsilk = new Color(1.0f, 248.0f / 255.0f, 220.0f / 255.0f, 1.0f); /// /// Gets the crimson colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Crimson = NDalic.CRIMSON; + public static readonly Color Crimson = new Color(220.0f / 255.0f, 20.0f / 255.0f, 60.0f / 255.0f, 1.0f); /// /// Gets the cyan colored Color class. /// /// 3 - public static readonly Color Cyan = NDalic.CYAN; + public static readonly Color Cyan = new Color(0.0f, 1.0f, 1.0f, 1.0f); /// /// Gets the dark_blue colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color DarkBlue = NDalic.DARK_BLUE; + public static readonly Color DarkBlue = new Color(0.0f, 0.0f, 139.0f / 255.0f, 1.0f); /// /// Gets the dark_cyan colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color DarkCyan = NDalic.DARK_CYAN; + public static readonly Color DarkCyan = new Color(0.0f, 139.0f / 255.0f, 139.0f / 255.0f, 1.0f); /// /// Gets the dark_goldenrod colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color DarkGoldenrod = NDalic.DARK_GOLDENROD; + public static readonly Color DarkGoldenrod = new Color(184.0f / 255.0f, 134.0f / 255.0f, 11.0f / 255.0f, 1.0f); /// /// Gets the dark_gray colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color DarkGray = NDalic.DARK_GRAY; + public static readonly Color DarkGray = new Color(169.0f / 255.0f, 169.0f / 255.0f, 169.0f / 255.0f, 1.0f); /// /// Gets the dark_green colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color DarkGreen = NDalic.DARK_GREEN; + public static readonly Color DarkGreen = new Color(0.0f, 100.0f / 255.0f, 0.0f, 1.0f); /// /// Gets the dark_grey colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color DarkGrey = NDalic.DARK_GREY; + public static readonly Color DarkGrey = new Color(169.0f / 255.0f, 169.0f / 255.0f, 169.0f / 255.0f, 1.0f); /// /// Gets the dark_khaki colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color DarkKhaki = NDalic.DARK_KHAKI; + public static readonly Color DarkKhaki = new Color(189.0f / 255.0f, 183.0f / 255.0f, 107.0f / 255.0f, 1.0f); /// /// Gets the dark_magenta colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color DarkMagenta = NDalic.DARK_MAGENTA; + public static readonly Color DarkMagenta = new Color(139.0f / 255.0f, 0.0f, 139.0f / 255.0f, 1.0f); /// /// Gets the dark_olive_green colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color DarkOliveGreen = NDalic.DARK_OLIVE_GREEN; + public static readonly Color DarkOliveGreen = new Color(85.0f / 255.0f, 107.0f / 255.0f, 47.0f / 255.0f, 1.0f); /// /// Gets the dark_orange colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color DarkOrange = NDalic.DARK_ORANGE; + public static readonly Color DarkOrange = new Color(1.0f, 140.0f / 255.0f, 0.0f, 1.0f); /// /// Gets the dark_orchid colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color DarkOrchid = NDalic.DARK_ORCHID; + public static readonly Color DarkOrchid = new Color(153.0f / 255.0f, 50.0f / 255.0f, 204.0f / 255.0f, 1.0f); /// /// Gets the dark_red colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color DarkRed = NDalic.DARK_RED; + public static readonly Color DarkRed = new Color(139.0f / 255.0f, 0.0f, 0.0f, 1.0f); /// /// Gets the dark_salmon colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color DarkSalmon = NDalic.DARK_SALMON; + public static readonly Color DarkSalmon = new Color(233.0f / 255.0f, 150.0f / 255.0f, 122.0f / 255.0f, 1.0f); /// /// Gets the dark_sea_green colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color DarkSeaGreen = NDalic.DARK_SEA_GREEN; + public static readonly Color DarkSeaGreen = new Color(143.0f / 255.0f, 188.0f / 255.0f, 143.0f / 255.0f, 1.0f); /// /// Gets the dark_slate_blue colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color DarkSlateBlue = NDalic.DARK_SLATE_BLUE; + public static readonly Color DarkSlateBlue = new Color(72.0f / 255.0f, 61.0f / 255.0f, 139.0f / 255.0f, 1.0f); /// /// Gets the dark_slate_gray colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color DarkSlateGray = NDalic.DARK_SLATE_GRAY; + public static readonly Color DarkSlateGray = new Color(47.0f / 255.0f, 79.0f / 255.0f, 79.0f / 255.0f, 1.0f); /// /// Gets the dark_slate_grey colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color DarkSlateGrey = NDalic.DARK_SLATE_GREY; + public static readonly Color DarkSlateGrey = new Color(47.0f / 255.0f, 79.0f / 255.0f, 79.0f / 255.0f, 1.0f); /// /// Gets the dark_turquoise colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color DarkTurquoise = NDalic.DARK_TURQUOISE; + public static readonly Color DarkTurquoise = new Color(0.0f, 206.0f / 255.0f, 209.0f / 255.0f, 1.0f); /// /// Gets the dark_violet colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color DarkViolet = NDalic.DARK_VIOLET; + public static readonly Color DarkViolet = new Color(148.0f / 255.0f, 0.0f, 211.0f / 255.0f, 1.0f); /// /// Gets the deep_pink colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color DeepPink = NDalic.DEEP_PINK; + public static readonly Color DeepPink = new Color(1.0f, 20.0f / 255.0f, 147.0f / 255.0f, 1.0f); /// /// Gets the deep_sky_blue colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color DeepSkyBlue = NDalic.DEEP_SKY_BLUE; + public static readonly Color DeepSkyBlue = new Color(0.0f, 191.0f / 255.0f, 1.0f, 1.0f); /// /// Gets the dim_gray colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color DimGray = NDalic.DIM_GRAY; + public static readonly Color DimGray = new Color(105.0f / 255.0f, 105.0f / 255.0f, 105.0f / 255.0f, 1.0f); /// /// Gets the dim_grey colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color DimGrey = NDalic.DIM_GREY; + public static readonly Color DimGrey = new Color(105.0f / 255.0f, 105.0f / 255.0f, 105.0f / 255.0f, 1.0f); /// /// Gets the dodger_blue colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color DodgerBlue = NDalic.DODGER_BLUE; + public static readonly Color DodgerBlue = new Color(30.0f / 255.0f, 144.0f / 255.0f, 1.0f, 1.0f); /// /// Gets the fire_brick colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color FireBrick = NDalic.FIRE_BRICK; + public static readonly Color FireBrick = new Color(178.0f / 255.0f, 34.0f / 255.0f, 34.0f / 255.0f, 1.0f); /// /// Gets the floral_white colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color FloralWhite = NDalic.FLORAL_WHITE; + public static readonly Color FloralWhite = new Color(1.0f, 250.0f / 255.0f, 240.0f / 255.0f, 1.0f); /// /// Gets the forest_green colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color ForestGreen = NDalic.FOREST_GREEN; + public static readonly Color ForestGreen = new Color(34.0f / 255.0f, 139.0f / 255.0f, 34.0f / 255.0f, 1.0f); /// /// Gets the fuchsia colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Fuchsia = NDalic.FUCHSIA; + public static readonly Color Fuchsia = new Color(1.0f, 0.0f, 1.0f, 1.0f); /// /// Gets the gainsboro colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Gainsboro = NDalic.GAINSBORO; + public static readonly Color Gainsboro = new Color(220.0f / 255.0f, 220.0f / 255.0f, 220.0f / 255.0f, 1.0f); /// /// Gets the ghost_white colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color GhostWhite = NDalic.GHOST_WHITE; + public static readonly Color GhostWhite = new Color(248.0f / 255.0f, 248.0f / 255.0f, 1.0f, 1.0f); /// /// Gets the gold colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Gold = NDalic.GOLD; + public static readonly Color Gold = new Color(1.0f, 215.0f / 255.0f, 0.0f, 1.0f); /// /// Gets the golden_rod colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color GoldenRod = NDalic.GOLDEN_ROD; + public static readonly Color GoldenRod = new Color(218.0f / 255.0f, 165.0f / 255.0f, 32.0f / 255.0f, 1.0f); /// /// Gets the gray colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Gray = NDalic.GRAY; + public static readonly Color Gray = new Color(190.0f / 255.0f, 190.0f / 255.0f, 190.0f / 255.0f, 1.0f); /// /// Gets the green colored Color class. /// /// 3 - public static readonly Color Green = NDalic.GREEN; + public static readonly Color Green = new Color(0.0f, 1.0f, 0.0f, 1.0f); /// /// Gets the green_yellow colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color GreenYellow = NDalic.GREEN_YELLOW; + public static readonly Color GreenYellow = new Color(173.0f / 255.0f, 1.0f, 47.0f / 255.0f, 1.0f); /// /// Gets the grey colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Grey = NDalic.GREY; + public static readonly Color Grey = new Color(128.0f / 255.0f, 128.0f / 255.0f, 128.0f / 255.0f, 1.0f); /// /// Gets the honeydew colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Honeydew = NDalic.HONEYDEW; + public static readonly Color Honeydew = new Color(240.0f / 255.0f, 1.0f, 240.0f / 255.0f, 1.0f); /// /// Gets the hot_pink colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color HotPink = NDalic.HOT_PINK; + public static readonly Color HotPink = new Color(1.0f, 105.0f / 255.0f, 180.0f / 255.0f, 1.0f); /// /// Gets the indianred colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Indianred = NDalic.INDIANRED; + public static readonly Color Indianred = new Color(205.0f / 255.0f, 92.0f / 255.0f, 92.0f / 255.0f, 1.0f); /// /// Gets the indigo colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Indigo = NDalic.INDIGO; + public static readonly Color Indigo = new Color(75.0f / 255.0f, 0.0f, 130.0f / 255.0f, 1.0f); /// /// Gets the ivory colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Ivory = NDalic.IVORY; + public static readonly Color Ivory = new Color(1.0f, 1.0f, 240.0f / 255.0f, 1.0f); /// /// Gets the khaki colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Khaki = NDalic.KHAKI; + public static readonly Color Khaki = new Color(240.0f / 255.0f, 230.0f / 255.0f, 140.0f / 255.0f, 1.0f); /// /// Gets the lavender colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Lavender = NDalic.LAVENDER; + public static readonly Color Lavender = new Color(230.0f / 255.0f, 230.0f / 255.0f, 250.0f / 255.0f, 1.0f); /// /// Gets the lavender_blush colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color LavenderBlush = NDalic.LAVENDER_BLUSH; + public static readonly Color LavenderBlush = new Color(1.0f, 240.0f / 255.0f, 245.0f / 255.0f, 1.0f); /// /// Gets the lawn_green colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color LawnGreen = NDalic.LAWN_GREEN; + public static readonly Color LawnGreen = new Color(124.0f / 255.0f, 252.0f / 255.0f, 0.0f, 1.0f); /// /// Gets the lemon_chiffon colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color LemonChiffon = NDalic.LEMON_CHIFFON; + public static readonly Color LemonChiffon = new Color(1.0f, 250.0f / 255.0f, 205.0f / 255.0f, 1.0f); /// /// Gets the light_blue colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color LightBlue = NDalic.LIGHT_BLUE; + public static readonly Color LightBlue = new Color(173.0f / 255.0f, 216.0f / 255.0f, 230.0f / 255.0f, 1.0f); /// /// Gets the light_coral colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color LightCoral = NDalic.LIGHT_CORAL; + public static readonly Color LightCoral = new Color(240.0f / 255.0f, 128.0f / 255.0f, 128.0f / 255.0f, 1.0f); /// /// Gets the light_cyan colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color LightCyan = NDalic.LIGHT_CYAN; + public static readonly Color LightCyan = new Color(224.0f / 255.0f, 1.0f, 1.0f, 1.0f); /// /// Gets the light_golden_rod_yellow colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color LightGoldenRodYellow = NDalic.LIGHT_GOLDEN_ROD_YELLOW; + public static readonly Color LightGoldenRodYellow = new Color(250.0f / 255.0f, 250.0f / 255.0f, 210.0f / 255.0f, 1.0f); /// /// Gets the light_gray colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color LightGray = NDalic.LIGHT_GRAY; + public static readonly Color LightGray = new Color(211.0f / 255.0f, 211.0f / 255.0f, 211.0f / 255.0f, 1.0f); /// /// Gets the light_green colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color LightGreen = NDalic.LIGHT_GREEN; + public static readonly Color LightGreen = new Color(144.0f / 255.0f, 238.0f / 255.0f, 144.0f / 255.0f, 1.0f); /// /// Gets the light_grey colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color LightGrey = NDalic.LIGHT_GREY; + public static readonly Color LightGrey = new Color(211.0f / 255.0f, 211.0f / 255.0f, 211.0f / 255.0f, 1.0f); /// /// Gets the light_pink colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color LightPink = NDalic.LIGHT_PINK; + public static readonly Color LightPink = new Color(1.0f, 182.0f / 255.0f, 193.0f / 255.0f, 1.0f); /// /// Gets the light_salmon colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color LightSalmon = NDalic.LIGHT_SALMON; + public static readonly Color LightSalmon = new Color(1.0f, 160.0f / 255.0f, 122.0f / 255.0f, 1.0f); /// /// Gets the light_sea_green colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color LightSeaGreen = NDalic.LIGHT_SEA_GREEN; + public static readonly Color LightSeaGreen = new Color(32.0f / 255.0f, 178.0f / 255.0f, 170.0f / 255.0f, 1.0f); /// /// Gets the light_sky_blue colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color LightSkyBlue = NDalic.LIGHT_SKY_BLUE; + public static readonly Color LightSkyBlue = new Color(135.0f / 255.0f, 206.0f / 255.0f, 250.0f / 255.0f, 1.0f); /// /// Gets the light_slate_gray colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color LightSlateGray = NDalic.LIGHT_SLATE_GRAY; + public static readonly Color LightSlateGray = new Color(119.0f / 255.0f, 136.0f / 255.0f, 153.0f / 255.0f, 1.0f); /// /// Gets the light_slate_grey colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color LightSlateGrey = NDalic.LIGHT_SLATE_GREY; + public static readonly Color LightSlateGrey = new Color(119.0f / 255.0f, 136.0f / 255.0f, 153.0f / 255.0f, 1.0f); /// /// Gets the light_steel_blue colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color LightSteelBlue = NDalic.LIGHT_STEEL_BLUE; + public static readonly Color LightSteelBlue = new Color(176.0f / 255.0f, 196.0f / 255.0f, 222.0f / 255.0f, 1.0f); /// /// Gets the light_yellow colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color LightYellow = NDalic.LIGHT_YELLOW; + public static readonly Color LightYellow = new Color(1.0f, 1.0f, 224.0f / 255.0f, 1.0f); /// /// Gets the lime colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Lime = NDalic.LIME; + public static readonly Color Lime = new Color(0.0f, 1.0f, 0.0f, 1.0f); /// /// Gets the lime_green colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color LimeGreen = NDalic.LIME_GREEN; + public static readonly Color LimeGreen = new Color(50.0f / 255.0f, 205.0f / 255.0f, 50.0f / 255.0f, 1.0f); /// /// Gets the linen colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Linen = NDalic.LINEN; + public static readonly Color Linen = new Color(250.0f / 255.0f, 240.0f / 255.0f, 230.0f / 255.0f, 1.0f); /// /// Gets the magenta colored Color class. /// /// 3 - public static readonly Color Magenta = NDalic.MAGENTA; + public static readonly Color Magenta = new Color(1.0f, 0.0f, 1.0f, 1.0f); /// /// Gets the maroon colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Maroon = NDalic.MAROON; + public static readonly Color Maroon = new Color(176.0f / 255.0f, 48.0f / 255.0f, 96.0f / 255.0f, 1.0f); /// /// Gets the medium_aqua_marine colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color MediumAquaMarine = NDalic.MEDIUM_AQUA_MARINE; + public static readonly Color MediumAquaMarine = new Color(102.0f / 255.0f, 205.0f / 255.0f, 170.0f / 255.0f, 1.0f); /// /// Gets the medium_blue colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color MediumBlue = NDalic.MEDIUM_BLUE; + public static readonly Color MediumBlue = new Color(0.0f, 0.0f, 205.0f / 255.0f, 1.0f); /// /// Gets the medium_orchid colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color MediumOrchid = NDalic.MEDIUM_ORCHID; + public static readonly Color MediumOrchid = new Color(186.0f / 255.0f, 85.0f / 255.0f, 211.0f / 255.0f, 1.0f); /// /// Gets the medium_purple colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color MediumPurple = NDalic.MEDIUM_PURPLE; + public static readonly Color MediumPurple = new Color(147.0f / 255.0f, 112.0f / 255.0f, 219.0f / 255.0f, 1.0f); /// /// Gets the medium_sea_green colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color MediumSeaGreen = NDalic.MEDIUM_SEA_GREEN; + public static readonly Color MediumSeaGreen = new Color(60.0f / 255.0f, 179.0f / 255.0f, 113.0f / 255.0f, 1.0f); /// /// Gets the medium_slate_blue colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color MediumSlateBlue = NDalic.MEDIUM_SLATE_BLUE; + public static readonly Color MediumSlateBlue = new Color(123.0f / 255.0f, 104.0f / 255.0f, 238.0f / 255.0f, 1.0f); /// /// Gets the medium_spring_green colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color MediumSpringGreen = NDalic.MEDIUM_SPRING_GREEN; + public static readonly Color MediumSpringGreen = new Color(0.0f, 250.0f / 255.0f, 154.0f / 255.0f, 1.0f); /// /// Gets the medium_turquoise colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color MediumTurquoise = NDalic.MEDIUM_TURQUOISE; + public static readonly Color MediumTurquoise = new Color(72.0f / 255.0f, 209.0f / 255.0f, 204.0f / 255.0f, 1.0f); /// /// Gets the medium_violetred colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color MediumVioletred = NDalic.MEDIUM_VIOLETRED; + public static readonly Color MediumVioletred = new Color(199.0f / 255.0f, 21.0f / 255.0f, 133.0f / 255.0f, 1.0f); /// /// Gets the midnight_blue colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color MidnightBlue = NDalic.MIDNIGHT_BLUE; + public static readonly Color MidnightBlue = new Color(25.0f / 255.0f, 25.0f / 255.0f, 112.0f / 255.0f, 1.0f); /// /// Gets the mint_cream colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color MintCream = NDalic.MINT_CREAM; + public static readonly Color MintCream = new Color(245.0f / 255.0f, 1.0f, 250.0f / 255.0f, 1.0f); /// /// Gets the misty_rose colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color MistyRose = NDalic.MISTY_ROSE; + public static readonly Color MistyRose = new Color(1.0f, 228.0f / 255.0f, 225.0f / 255.0f, 1.0f); /// /// Gets the moccasin colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Moccasin = NDalic.MOCCASIN; + public static readonly Color Moccasin = new Color(1.0f, 228.0f / 255.0f, 181.0f / 255.0f, 1.0f); /// /// Gets the navajo_white colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color NavajoWhite = NDalic.NAVAJO_WHITE; + public static readonly Color NavajoWhite = new Color(1.0f, 222.0f / 255.0f, 173.0f / 255.0f, 1.0f); /// /// Gets the navy colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Navy = NDalic.NAVY; + public static readonly Color Navy = new Color(0.0f, 0.0f, 128.0f / 255.0f, 1.0f); /// /// Gets the old_lace colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color OldLace = NDalic.OLD_LACE; + public static readonly Color OldLace = new Color(253.0f / 255.0f, 245.0f / 255.0f, 230.0f / 255.0f, 1.0f); /// /// Gets the olive colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Olive = NDalic.OLIVE; + public static readonly Color Olive = new Color(128.0f / 255.0f, 128.0f / 255.0f, 0.0f, 1.0f); /// /// Gets the olive_drab colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color OliveDrab = NDalic.OLIVE_DRAB; + public static readonly Color OliveDrab = new Color(107.0f / 255.0f, 142.0f / 255.0f, 35.0f / 255.0f, 1.0f); /// /// Gets the orange colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Orange = NDalic.ORANGE; + public static readonly Color Orange = new Color(1.0f, 165.0f / 255.0f, 0.0f, 1.0f); /// /// Gets the orange_red colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color OrangeRed = NDalic.ORANGE_RED; + public static readonly Color OrangeRed = new Color(1.0f, 69.0f / 255.0f, 0.0f, 1.0f); /// /// Gets the orchid colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Orchid = NDalic.ORCHID; + public static readonly Color Orchid = new Color(218.0f / 255.0f, 112.0f / 255.0f, 214.0f / 255.0f, 1.0f); /// /// Gets the pale_golden_rod colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color PaleGoldenRod = NDalic.PALE_GOLDEN_ROD; + public static readonly Color PaleGoldenRod = new Color(238.0f / 255.0f, 232.0f / 255.0f, 170.0f / 255.0f, 1.0f); /// /// Gets the pale_green colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color PaleGreen = NDalic.PALE_GREEN; + public static readonly Color PaleGreen = new Color(152.0f / 255.0f, 251.0f / 255.0f, 152.0f / 255.0f, 1.0f); /// /// Gets the Pale_Turquoise colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color PaleTurquoise = NDalic.PALE_TURQUOISE; + public static readonly Color PaleTurquoise = new Color(175.0f / 255.0f, 238.0f / 255.0f, 238.0f / 255.0f, 1.0f); /// /// Gets the Pale_Violet_Red colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color PaleVioletRed = NDalic.PALE_VIOLET_RED; + public static readonly Color PaleVioletRed = new Color(219.0f / 255.0f, 112.0f / 255.0f, 147.0f / 255.0f, 1.0f); /// /// Gets the Papaya_whip colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color PapayaWhip = NDalic.PAPAYA_WHIP; + public static readonly Color PapayaWhip = new Color(1.0f, 239.0f / 255.0f, 213.0f / 255.0f, 1.0f); /// /// Gets the Peach_puff colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color PeachPuff = NDalic.PEACH_PUFF; + public static readonly Color PeachPuff = new Color(1.0f, 218.0f / 255.0f, 185.0f / 255.0f, 1.0f); /// /// Gets the peru colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Peru = NDalic.PERU; + public static readonly Color Peru = new Color(205.0f / 255.0f, 133.0f / 255.0f, 63.0f / 255.0f, 1.0f); /// /// Gets the pink colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Pink = NDalic.PINK; + public static readonly Color Pink = new Color(1.0f, 192.0f / 255.0f, 203.0f / 255.0f, 1.0f); /// /// Gets the plum colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Plum = NDalic.PLUM; + public static readonly Color Plum = new Color(221.0f / 255.0f, 160.0f / 255.0f, 221.0f / 255.0f, 1.0f); /// /// Gets the powder_blue colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color PowderBlue = NDalic.POWDER_BLUE; + public static readonly Color PowderBlue = new Color(176.0f / 255.0f, 224.0f / 255.0f, 230.0f / 255.0f, 1.0f); /// /// Gets the purple colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Purple = NDalic.PURPLE; + public static readonly Color Purple = new Color(160.0f / 255.0f, 32.0f / 255.0f, 240.0f / 255.0f, 1.0f); /// /// Gets the red colored Color class. /// /// 3 - public static readonly Color Red = NDalic.RED; + public static readonly Color Red = new Color(1.0f, 0.0f, 0.0f, 1.0f); /// /// Gets the rosy_brown colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color RosyBrown = NDalic.ROSY_BROWN; + public static readonly Color RosyBrown = new Color(188.0f / 255.0f, 143.0f / 255.0f, 143.0f / 255.0f, 1.0f); /// /// Gets the royal_blue colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color RoyalBlue = NDalic.ROYAL_BLUE; + public static readonly Color RoyalBlue = new Color(65.0f / 255.0f, 105.0f / 255.0f, 225.0f / 255.0f, 1.0f); /// /// Gets the saddle_brown colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color SaddleBrown = NDalic.SADDLE_BROWN; + public static readonly Color SaddleBrown = new Color(139.0f / 255.0f, 69.0f / 255.0f, 19.0f / 255.0f, 1.0f); /// /// Gets the salmon colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Salmon = NDalic.SALMON; + public static readonly Color Salmon = new Color(250.0f / 255.0f, 128.0f / 255.0f, 114.0f / 255.0f, 1.0f); /// /// Gets the sandy_brown colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color SandyBrown = NDalic.SANDY_BROWN; + public static readonly Color SandyBrown = new Color(244.0f / 255.0f, 164.0f / 255.0f, 96.0f / 255.0f, 1.0f); /// /// Gets the sea_green colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color SeaGreen = NDalic.SEA_GREEN; + public static readonly Color SeaGreen = new Color(46.0f / 255.0f, 139.0f / 255.0f, 87.0f / 255.0f, 1.0f); /// /// Gets the sea_shell colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color SeaShell = NDalic.SEA_SHELL; + public static readonly Color SeaShell = new Color(1.0f, 245.0f / 255.0f, 238.0f / 255.0f, 1.0f); /// /// Gets the sienna colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Sienna = NDalic.SIENNA; + public static readonly Color Sienna = new Color(160.0f / 255.0f, 82.0f / 255.0f, 45.0f / 255.0f, 1.0f); /// /// Gets the silver colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Silver = NDalic.SILVER; + public static readonly Color Silver = new Color(192.0f / 255.0f, 192.0f / 255.0f, 192.0f / 255.0f, 1.0f); /// /// Gets the sky_blue colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color SkyBlue = NDalic.SKY_BLUE; + public static readonly Color SkyBlue = new Color(135.0f / 255.0f, 206.0f / 255.0f, 235.0f / 255.0f, 1.0f); /// /// Gets the slate_blue colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color SlateBlue = NDalic.SLATE_BLUE; + public static readonly Color SlateBlue = new Color(106.0f / 255.0f, 90.0f / 255.0f, 205.0f / 255.0f, 1.0f); /// /// Gets the slate_gray colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color SlateGray = NDalic.SLATE_GRAY; + public static readonly Color SlateGray = new Color(112.0f / 255.0f, 128.0f / 255.0f, 144.0f / 255.0f, 1.0f); /// /// Gets the slate_grey colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color SlateGrey = NDalic.SLATE_GREY; + public static readonly Color SlateGrey = new Color(112.0f / 255.0f, 128.0f / 255.0f, 144.0f / 255.0f, 1.0f); /// /// Gets the snow colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Snow = NDalic.SNOW; + public static readonly Color Snow = new Color(1.0f, 250.0f / 255.0f, 250.0f / 255.0f, 1.0f); /// /// Gets the spring_green colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color SpringGreen = NDalic.SPRING_GREEN; + public static readonly Color SpringGreen = new Color(0.0f, 1.0f, 127.0f / 255.0f, 1.0f); /// /// Gets the steel_blue colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color SteelBlue = NDalic.STEEL_BLUE; + public static readonly Color SteelBlue = new Color(70.0f / 255.0f, 130.0f / 255.0f, 180.0f / 255.0f, 1.0f); /// /// Gets the tan colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Tan = NDalic.TAN; + public static readonly Color Tan = new Color(210.0f / 255.0f, 180.0f / 255.0f, 140.0f / 255.0f, 1.0f); /// /// Gets the teal colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Teal = NDalic.TEAL; + public static readonly Color Teal = new Color(0.0f, 128.0f / 255.0f, 128.0f / 255.0f, 1.0f); /// /// Gets the thistle colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Thistle = NDalic.THISTLE; + public static readonly Color Thistle = new Color(216.0f / 255.0f, 191.0f / 255.0f, 216.0f / 255.0f, 1.0f); /// /// Gets the tomato colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Tomato = NDalic.TOMATO; + public static readonly Color Tomato = new Color(1.0f, 99.0f / 255.0f, 71.0f / 255.0f, 1.0f); /// - /// Gets the transparent colored Color class. + /// Gets the transparent colored Color class. /// /// 3 - public static readonly Color Transparent = NDalic.TRANSPARENT; + public static readonly Color Transparent = new Color(0.0f, 0.0f, 0.0f, 0.0f); /// /// Gets the turquoise colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Turquoise = NDalic.TURQUOISE; + public static readonly Color Turquoise = new Color(64.0f / 255.0f, 224.0f / 255.0f, 208.0f / 255.0f, 1.0f); /// /// Gets the violet colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Violet = NDalic.VIOLET; + public static readonly Color Violet = new Color(238.0f / 255.0f, 130.0f / 255.0f, 238.0f / 255.0f, 1.0f); /// /// Gets the wheat colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color Wheat = NDalic.WHEAT; + public static readonly Color Wheat = new Color(245.0f / 255.0f, 222.0f / 255.0f, 179.0f / 255.0f, 1.0f); /// /// Gets the white colored Color class. /// /// 3 - public static readonly Color White = NDalic.WHITE; + public static readonly Color White = new Color(1.0f, 1.0f, 1.0f, 1.0f); /// /// Gets the white_smoke colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color WhiteSmoke = NDalic.WHITE_SMOKE; + public static readonly Color WhiteSmoke = new Color(245.0f / 255.0f, 245.0f / 255.0f, 245.0f / 255.0f, 1.0f); /// /// Gets the yellow colored Color class. /// /// 3 - public static readonly Color Yellow = NDalic.YELLOW; + public static readonly Color Yellow = new Color(1.0f, 1.0f, 0.0f, 1.0f); /// /// Gets the yellow_green colored Color class. /// [EditorBrowsable(EditorBrowsableState.Never)] - public static readonly Color YellowGreen = NDalic.YELLOW_GREEN; + public static readonly Color YellowGreen = new Color(154.0f / 255.0f, 205.0f / 255.0f, 50.0f / 255.0f, 1.0f); internal static new void Preload() {