diff --git a/src/Tizen.NUI/src/internal/NativeBinding/NDalic.cs b/src/Tizen.NUI/src/internal/NativeBinding/NDalic.cs index 1e7cd5babc5..8fcb3bd0195 100755 --- a/src/Tizen.NUI/src/internal/NativeBinding/NDalic.cs +++ b/src/Tizen.NUI/src/internal/NativeBinding/NDalic.cs @@ -218,1629 +218,1629 @@ public static bool RegisterProperty(string objectName, string name, int index, P } } - public static Vector4 ALICE_BLUE + public static Color ALICE_BLUE { get { global::System.IntPtr cPtr = Interop.NDalicColor.AliceBlueGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 ANTIQUE_WHITE + public static Color ANTIQUE_WHITE { get { global::System.IntPtr cPtr = Interop.NDalicColor.AntiqueWhiteGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 AQUA + public static Color AQUA { get { global::System.IntPtr cPtr = Interop.NDalicColor.AquaGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 AQUA_MARINE + public static Color AQUA_MARINE { get { global::System.IntPtr cPtr = Interop.NDalicColor.AquaMarineGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 AZURE + public static Color AZURE { get { global::System.IntPtr cPtr = Interop.NDalicColor.AzureGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 BEIGE + public static Color BEIGE { get { global::System.IntPtr cPtr = Interop.NDalicColor.BeigeGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 BISQUE + public static Color BISQUE { get { global::System.IntPtr cPtr = Interop.NDalicColor.BisqueGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 BLACK + public static Color BLACK { get { global::System.IntPtr cPtr = Interop.NDalicColor.BlackGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 BLANCHE_DALMOND + public static Color BLANCHE_DALMOND { get { global::System.IntPtr cPtr = Interop.NDalicColor.BlancheDalmondGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 BLUE + public static Color BLUE { get { global::System.IntPtr cPtr = Interop.NDalicColor.BlueGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 BLUE_VIOLET + public static Color BLUE_VIOLET { get { global::System.IntPtr cPtr = Interop.NDalicColor.BlueVioletGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 BROWN + public static Color BROWN { get { global::System.IntPtr cPtr = Interop.NDalicColor.BrownGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 BURLY_WOOD + public static Color BURLY_WOOD { get { global::System.IntPtr cPtr = Interop.NDalicColor.BurlyWoodGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 CADET_BLUE + public static Color CADET_BLUE { get { global::System.IntPtr cPtr = Interop.NDalicColor.CadetBlueGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 CHARTREUSE + public static Color CHARTREUSE { get { global::System.IntPtr cPtr = Interop.NDalicColor.ChartreuseGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 CHOCOLATE + public static Color CHOCOLATE { get { global::System.IntPtr cPtr = Interop.NDalicColor.ChocolateGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 CORAL + public static Color CORAL { get { global::System.IntPtr cPtr = Interop.NDalicColor.CoralGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 CORNFLOWER_BLUE + public static Color CORNFLOWER_BLUE { get { global::System.IntPtr cPtr = Interop.NDalicColor.CornflowerBlueGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 CORNSILK + public static Color CORNSILK { get { global::System.IntPtr cPtr = Interop.NDalicColor.CornsilkGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 CRIMSON + public static Color CRIMSON { get { global::System.IntPtr cPtr = Interop.NDalicColor.CrimsonGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 CYAN + public static Color CYAN { get { global::System.IntPtr cPtr = Interop.NDalicColor.CyanGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 DARK_BLUE + public static Color DARK_BLUE { get { global::System.IntPtr cPtr = Interop.NDalicColor.DarkBlueGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 DARK_CYAN + public static Color DARK_CYAN { get { global::System.IntPtr cPtr = Interop.NDalicColor.DarkCyanGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 DARK_GOLDENROD + public static Color DARK_GOLDENROD { get { global::System.IntPtr cPtr = Interop.NDalicColor.DarkGoldenrodGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 DARK_GRAY + public static Color DARK_GRAY { get { global::System.IntPtr cPtr = Interop.NDalicColor.DarkGrayGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 DARK_GREEN + public static Color DARK_GREEN { get { global::System.IntPtr cPtr = Interop.NDalicColor.DarkGreenGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 DARK_GREY + public static Color DARK_GREY { get { global::System.IntPtr cPtr = Interop.NDalicColor.DarkGreyGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 DARK_KHAKI + public static Color DARK_KHAKI { get { global::System.IntPtr cPtr = Interop.NDalicColor.DarkKhakiGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 DARK_MAGENTA + public static Color DARK_MAGENTA { get { global::System.IntPtr cPtr = Interop.NDalicColor.DarkMagentaGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 DARK_OLIVE_GREEN + public static Color DARK_OLIVE_GREEN { get { global::System.IntPtr cPtr = Interop.NDalicColor.DarkOliveGreenGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 DARK_ORANGE + public static Color DARK_ORANGE { get { global::System.IntPtr cPtr = Interop.NDalicColor.DarkOrangeGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 DARK_ORCHID + public static Color DARK_ORCHID { get { global::System.IntPtr cPtr = Interop.NDalicColor.DarkOrchidGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 DARK_RED + public static Color DARK_RED { get { global::System.IntPtr cPtr = Interop.NDalicColor.DarkRedGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 DARK_SALMON + public static Color DARK_SALMON { get { global::System.IntPtr cPtr = Interop.NDalicColor.DarkSalmonGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 DARK_SEA_GREEN + public static Color DARK_SEA_GREEN { get { global::System.IntPtr cPtr = Interop.NDalicColor.DarkSeaGreenGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 DARK_SLATE_BLUE + public static Color DARK_SLATE_BLUE { get { global::System.IntPtr cPtr = Interop.NDalicColor.DarkSlateBlueGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 DARK_SLATE_GRAY + public static Color DARK_SLATE_GRAY { get { global::System.IntPtr cPtr = Interop.NDalicColor.DarkSlateGrayGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 DARK_SLATE_GREY + public static Color DARK_SLATE_GREY { get { global::System.IntPtr cPtr = Interop.NDalicColor.DarkSlateGreyGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 DARK_TURQUOISE + public static Color DARK_TURQUOISE { get { global::System.IntPtr cPtr = Interop.NDalicColor.DarkTurquoiseGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 DARK_VIOLET + public static Color DARK_VIOLET { get { global::System.IntPtr cPtr = Interop.NDalicColor.DarkVioletGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 DEEP_PINK + public static Color DEEP_PINK { get { global::System.IntPtr cPtr = Interop.NDalicColor.DeepPinkGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 DEEP_SKY_BLUE + public static Color DEEP_SKY_BLUE { get { global::System.IntPtr cPtr = Interop.NDalicColor.DeepSkyBlueGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 DIM_GRAY + public static Color DIM_GRAY { get { global::System.IntPtr cPtr = Interop.NDalicColor.DimGrayGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 DIM_GREY + public static Color DIM_GREY { get { global::System.IntPtr cPtr = Interop.NDalicColor.DimGreyGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 DODGER_BLUE + public static Color DODGER_BLUE { get { global::System.IntPtr cPtr = Interop.NDalicColor.DodgerBlueGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 FIRE_BRICK + public static Color FIRE_BRICK { get { global::System.IntPtr cPtr = Interop.NDalicColor.FireBrickGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 FLORAL_WHITE + public static Color FLORAL_WHITE { get { global::System.IntPtr cPtr = Interop.NDalicColor.FloralWhiteGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 FOREST_GREEN + public static Color FOREST_GREEN { get { global::System.IntPtr cPtr = Interop.NDalicColor.ForestGreenGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 FUCHSIA + public static Color FUCHSIA { get { global::System.IntPtr cPtr = Interop.NDalicColor.FuchsiaGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 GAINSBORO + public static Color GAINSBORO { get { global::System.IntPtr cPtr = Interop.NDalicColor.GainsboroGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 GHOST_WHITE + public static Color GHOST_WHITE { get { global::System.IntPtr cPtr = Interop.NDalicColor.GhostWhiteGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 GOLD + public static Color GOLD { get { global::System.IntPtr cPtr = Interop.NDalicColor.GoldGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 GOLDEN_ROD + public static Color GOLDEN_ROD { get { global::System.IntPtr cPtr = Interop.NDalicColor.GoldenRodGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 GRAY + public static Color GRAY { get { global::System.IntPtr cPtr = Interop.NDalicColor.GrayGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 GREEN + public static Color GREEN { get { global::System.IntPtr cPtr = Interop.NDalicColor.GreenGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 GREEN_YELLOW + public static Color GREEN_YELLOW { get { global::System.IntPtr cPtr = Interop.NDalicColor.GreenYellowGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 GREY + public static Color GREY { get { global::System.IntPtr cPtr = Interop.NDalicColor.GreyGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 HONEYDEW + public static Color HONEYDEW { get { global::System.IntPtr cPtr = Interop.NDalicColor.HoneydewGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 HOT_PINK + public static Color HOT_PINK { get { global::System.IntPtr cPtr = Interop.NDalicColor.HotPinkGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 INDIANRED + public static Color INDIANRED { get { global::System.IntPtr cPtr = Interop.NDalicColor.IndianredGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 INDIGO + public static Color INDIGO { get { global::System.IntPtr cPtr = Interop.NDalicColor.IndigoGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 IVORY + public static Color IVORY { get { global::System.IntPtr cPtr = Interop.NDalicColor.IvoryGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 KHAKI + public static Color KHAKI { get { global::System.IntPtr cPtr = Interop.NDalicColor.KhakiGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 LAVENDER + public static Color LAVENDER { get { global::System.IntPtr cPtr = Interop.NDalicColor.LavenderGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 LAVENDER_BLUSH + public static Color LAVENDER_BLUSH { get { global::System.IntPtr cPtr = Interop.NDalicColor.LavenderBlushGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 LAWN_GREEN + public static Color LAWN_GREEN { get { global::System.IntPtr cPtr = Interop.NDalicColor.LawnGreenGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 LEMON_CHIFFON + public static Color LEMON_CHIFFON { get { global::System.IntPtr cPtr = Interop.NDalicColor.LemonChiffonGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 LIGHT_BLUE + public static Color LIGHT_BLUE { get { global::System.IntPtr cPtr = Interop.NDalicColor.LightBlueGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 LIGHT_CORAL + public static Color LIGHT_CORAL { get { global::System.IntPtr cPtr = Interop.NDalicColor.LightCoralGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 LIGHT_CYAN + public static Color LIGHT_CYAN { get { global::System.IntPtr cPtr = Interop.NDalicColor.LightCyanGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 LIGHT_GOLDEN_ROD_YELLOW + public static Color LIGHT_GOLDEN_ROD_YELLOW { get { global::System.IntPtr cPtr = Interop.NDalicColor.LightGoldenRodYellowGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 LIGHT_GRAY + public static Color LIGHT_GRAY { get { global::System.IntPtr cPtr = Interop.NDalicColor.LightGrayGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 LIGHT_GREEN + public static Color LIGHT_GREEN { get { global::System.IntPtr cPtr = Interop.NDalicColor.LightGreenGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 LIGHT_GREY + public static Color LIGHT_GREY { get { global::System.IntPtr cPtr = Interop.NDalicColor.LightGreyGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 LIGHT_PINK + public static Color LIGHT_PINK { get { global::System.IntPtr cPtr = Interop.NDalicColor.LightPinkGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 LIGHT_SALMON + public static Color LIGHT_SALMON { get { global::System.IntPtr cPtr = Interop.NDalicColor.LightSalmonGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 LIGHT_SEA_GREEN + public static Color LIGHT_SEA_GREEN { get { global::System.IntPtr cPtr = Interop.NDalicColor.LightSeaGreenGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 LIGHT_SKY_BLUE + public static Color LIGHT_SKY_BLUE { get { global::System.IntPtr cPtr = Interop.NDalicColor.LightSkyBlueGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 LIGHT_SLATE_GRAY + public static Color LIGHT_SLATE_GRAY { get { global::System.IntPtr cPtr = Interop.NDalicColor.LightSlateGrayGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 LIGHT_SLATE_GREY + public static Color LIGHT_SLATE_GREY { get { global::System.IntPtr cPtr = Interop.NDalicColor.LightSlateGreyGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 LIGHT_STEEL_BLUE + public static Color LIGHT_STEEL_BLUE { get { global::System.IntPtr cPtr = Interop.NDalicColor.LightSteelBlueGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 LIGHT_YELLOW + public static Color LIGHT_YELLOW { get { global::System.IntPtr cPtr = Interop.NDalicColor.LightYellowGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 LIME + public static Color LIME { get { global::System.IntPtr cPtr = Interop.NDalicColor.LimeGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 LIME_GREEN + public static Color LIME_GREEN { get { global::System.IntPtr cPtr = Interop.NDalicColor.LimeGreenGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 LINEN + public static Color LINEN { get { global::System.IntPtr cPtr = Interop.NDalicColor.LinenGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 MAGENTA + public static Color MAGENTA { get { global::System.IntPtr cPtr = Interop.NDalicColor.MagentaGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 MAROON + public static Color MAROON { get { global::System.IntPtr cPtr = Interop.NDalicColor.MaroonGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 MEDIUM_AQUA_MARINE + public static Color MEDIUM_AQUA_MARINE { get { global::System.IntPtr cPtr = Interop.NDalicColor.MediumAquaMarineGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 MEDIUM_BLUE + public static Color MEDIUM_BLUE { get { global::System.IntPtr cPtr = Interop.NDalicColor.MediumBlueGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 MEDIUM_ORCHID + public static Color MEDIUM_ORCHID { get { global::System.IntPtr cPtr = Interop.NDalicColor.MediumOrchidGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 MEDIUM_PURPLE + public static Color MEDIUM_PURPLE { get { global::System.IntPtr cPtr = Interop.NDalicColor.MediumPurpleGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 MEDIUM_SEA_GREEN + public static Color MEDIUM_SEA_GREEN { get { global::System.IntPtr cPtr = Interop.NDalicColor.MediumSeaGreenGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 MEDIUM_SLATE_BLUE + public static Color MEDIUM_SLATE_BLUE { get { global::System.IntPtr cPtr = Interop.NDalicColor.MediumSlateBlueGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 MEDIUM_SPRING_GREEN + public static Color MEDIUM_SPRING_GREEN { get { global::System.IntPtr cPtr = Interop.NDalicColor.MediumSpringGreenGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 MEDIUM_TURQUOISE + public static Color MEDIUM_TURQUOISE { get { global::System.IntPtr cPtr = Interop.NDalicColor.MediumTurquoiseGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 MEDIUM_VIOLETRED + public static Color MEDIUM_VIOLETRED { get { global::System.IntPtr cPtr = Interop.NDalicColor.MediumVioletredGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 MIDNIGHT_BLUE + public static Color MIDNIGHT_BLUE { get { global::System.IntPtr cPtr = Interop.NDalicColor.MidnightBlueGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 MINT_CREAM + public static Color MINT_CREAM { get { global::System.IntPtr cPtr = Interop.NDalicColor.MintCreamGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 MISTY_ROSE + public static Color MISTY_ROSE { get { global::System.IntPtr cPtr = Interop.NDalicColor.MistyRoseGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 MOCCASIN + public static Color MOCCASIN { get { global::System.IntPtr cPtr = Interop.NDalicColor.MoccasinGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 NAVAJO_WHITE + public static Color NAVAJO_WHITE { get { global::System.IntPtr cPtr = Interop.NDalicColor.NavajoWhiteGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 NAVY + public static Color NAVY { get { global::System.IntPtr cPtr = Interop.NDalicColor.NavyGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 OLD_LACE + public static Color OLD_LACE { get { global::System.IntPtr cPtr = Interop.NDalicColor.OldLaceGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 OLIVE + public static Color OLIVE { get { global::System.IntPtr cPtr = Interop.NDalicColor.OliveGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 OLIVE_DRAB + public static Color OLIVE_DRAB { get { global::System.IntPtr cPtr = Interop.NDalicColor.OliveDrabGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 ORANGE + public static Color ORANGE { get { global::System.IntPtr cPtr = Interop.NDalicColor.OrangeGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 ORANGE_RED + public static Color ORANGE_RED { get { global::System.IntPtr cPtr = Interop.NDalicColor.OrangeRedGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 ORCHID + public static Color ORCHID { get { global::System.IntPtr cPtr = Interop.NDalicColor.OrchidGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 PALE_GOLDEN_ROD + public static Color PALE_GOLDEN_ROD { get { global::System.IntPtr cPtr = Interop.NDalicColor.PaleGoldenRodGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 PALE_GREEN + public static Color PALE_GREEN { get { global::System.IntPtr cPtr = Interop.NDalicColor.PaleGreenGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 PALE_TURQUOISE + public static Color PALE_TURQUOISE { get { global::System.IntPtr cPtr = Interop.NDalicColor.PaleTurquoiseGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 PALE_VIOLET_RED + public static Color PALE_VIOLET_RED { get { global::System.IntPtr cPtr = Interop.NDalicColor.PaleVioletRedGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 PAPAYA_WHIP + public static Color PAPAYA_WHIP { get { global::System.IntPtr cPtr = Interop.NDalicColor.PapayaWhipGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 PEACH_PUFF + public static Color PEACH_PUFF { get { global::System.IntPtr cPtr = Interop.NDalicColor.PeachPuffGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 PERU + public static Color PERU { get { global::System.IntPtr cPtr = Interop.NDalicColor.PeruGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 PINK + public static Color PINK { get { global::System.IntPtr cPtr = Interop.NDalicColor.PinkGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 PLUM + public static Color PLUM { get { global::System.IntPtr cPtr = Interop.NDalicColor.PlumGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 POWDER_BLUE + public static Color POWDER_BLUE { get { global::System.IntPtr cPtr = Interop.NDalicColor.PowderBlueGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 PURPLE + public static Color PURPLE { get { global::System.IntPtr cPtr = Interop.NDalicColor.PurpleGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 RED + public static Color RED { get { global::System.IntPtr cPtr = Interop.NDalicColor.RedGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 ROSY_BROWN + public static Color ROSY_BROWN { get { global::System.IntPtr cPtr = Interop.NDalicColor.RosyBrownGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 ROYAL_BLUE + public static Color ROYAL_BLUE { get { global::System.IntPtr cPtr = Interop.NDalicColor.RoyalBlueGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 SADDLE_BROWN + public static Color SADDLE_BROWN { get { global::System.IntPtr cPtr = Interop.NDalicColor.SaddleBrownGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 SALMON + public static Color SALMON { get { global::System.IntPtr cPtr = Interop.NDalicColor.SalmonGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 SANDY_BROWN + public static Color SANDY_BROWN { get { global::System.IntPtr cPtr = Interop.NDalicColor.SandyBrownGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 SEA_GREEN + public static Color SEA_GREEN { get { global::System.IntPtr cPtr = Interop.NDalicColor.SeaGreenGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 SEA_SHELL + public static Color SEA_SHELL { get { global::System.IntPtr cPtr = Interop.NDalicColor.SeaShellGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 SIENNA + public static Color SIENNA { get { global::System.IntPtr cPtr = Interop.NDalicColor.SiennaGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 SILVER + public static Color SILVER { get { global::System.IntPtr cPtr = Interop.NDalicColor.SilverGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 SKY_BLUE + public static Color SKY_BLUE { get { global::System.IntPtr cPtr = Interop.NDalicColor.SkyBlueGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 SLATE_BLUE + public static Color SLATE_BLUE { get { global::System.IntPtr cPtr = Interop.NDalicColor.SlateBlueGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 SLATE_GRAY + public static Color SLATE_GRAY { get { global::System.IntPtr cPtr = Interop.NDalicColor.SlateGrayGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 SLATE_GREY + public static Color SLATE_GREY { get { global::System.IntPtr cPtr = Interop.NDalicColor.SlateGreyGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 SNOW + public static Color SNOW { get { global::System.IntPtr cPtr = Interop.NDalicColor.SnowGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 SPRING_GREEN + public static Color SPRING_GREEN { get { global::System.IntPtr cPtr = Interop.NDalicColor.SpringGreenGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 STEEL_BLUE + public static Color STEEL_BLUE { get { global::System.IntPtr cPtr = Interop.NDalicColor.SteelBlueGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 TAN + public static Color TAN { get { global::System.IntPtr cPtr = Interop.NDalicColor.TanGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 TEAL + public static Color TEAL { get { global::System.IntPtr cPtr = Interop.NDalicColor.TealGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 THISTLE + public static Color THISTLE { get { global::System.IntPtr cPtr = Interop.NDalicColor.ThistleGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 TOMATO + public static Color TOMATO { get { global::System.IntPtr cPtr = Interop.NDalicColor.TomatoGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 TRANSPARENT + public static Color TRANSPARENT { get { global::System.IntPtr cPtr = Interop.NDalicColor.TransparentGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 TURQUOISE + public static Color TURQUOISE { get { global::System.IntPtr cPtr = Interop.NDalicColor.TurquoiseGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 VIOLET + public static Color VIOLET { get { global::System.IntPtr cPtr = Interop.NDalicColor.VioletGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 WHEAT + public static Color WHEAT { get { global::System.IntPtr cPtr = Interop.NDalicColor.WheatGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 WHITE + public static Color WHITE { get { global::System.IntPtr cPtr = Interop.NDalicColor.WhiteGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 WHITE_SMOKE + public static Color WHITE_SMOKE { get { global::System.IntPtr cPtr = Interop.NDalicColor.WhiteSmokeGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 YELLOW + public static Color YELLOW { get { global::System.IntPtr cPtr = Interop.NDalicColor.YellowGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 YELLOW_GREEN + public static Color YELLOW_GREEN { get { global::System.IntPtr cPtr = Interop.NDalicColor.YellowGreenGet(); - Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + Color ret = (cPtr == global::System.IntPtr.Zero) ? null : new Color(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } diff --git a/src/Tizen.NUI/src/public/Application/NUIApplication.cs b/src/Tizen.NUI/src/public/Application/NUIApplication.cs index b63fab53542..7d4e663b966 100755 --- a/src/Tizen.NUI/src/public/Application/NUIApplication.cs +++ b/src/Tizen.NUI/src/public/Application/NUIApplication.cs @@ -782,6 +782,7 @@ static public void Preload() BaseComponents.TextEditor.Preload(); BaseComponents.TextField.Preload(); Disposable.Preload(); + Color.Preload(); // Initialize exception tasks. It must be called end of Preload() NDalicPINVOKE.Preload(); diff --git a/src/Tizen.NUI/src/public/Common/Color.cs b/src/Tizen.NUI/src/public/Common/Color.cs index dc843bb7118..b911ad92145 100755 --- a/src/Tizen.NUI/src/public/Common/Color.cs +++ b/src/Tizen.NUI/src/public/Common/Color.cs @@ -918,6 +918,10 @@ public class Color : Disposable, ICloneable [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color YellowGreen = NDalic.YELLOW_GREEN; + internal static new void Preload() + { + // Do nothing. Just call for load static values. + } /// /// Default constructor @@ -1089,7 +1093,7 @@ internal Color(ColorChangedCallback cb, Color other) : this(cb, other.R, other.G /// /// // DO NOT use as follows: /// Color color = new Color(); - /// color.R = 0.1f; + /// color.R = 0.1f; /// // USE like this /// float r = 0.1f, g = 0.5f, b = 0.9f, a = 1.0f; /// Color color = new Color(r, g, b, a); @@ -1122,7 +1126,7 @@ public float R /// /// // DO NOT use as follows: /// Color color = new Color(); - /// color.G = 0.5f; + /// color.G = 0.5f; /// // USE like this /// float r = 0.1f, g = 0.5f, b = 0.9f, a = 1.0f; /// Color color = new Color(r, g, b, a); @@ -1155,7 +1159,7 @@ public float G /// /// // DO NOT use as follows: /// Color color = new Color(); - /// color.B = 0.9f; + /// color.B = 0.9f; /// // USE like this /// float r = 0.1f, g = 0.5f, b = 0.9f, a = 1.0f; /// Color color = new Color(r, g, b, a); @@ -1188,7 +1192,7 @@ public float B /// /// // DO NOT use as follows: /// Color color = new Color(); - /// color.A = 1.0f; + /// color.A = 1.0f; /// // USE like this /// float r = 0.1f, g = 0.5f, b = 0.9f, a = 1.0f; /// Color color = new Color(r, g, b, a); @@ -1631,7 +1635,7 @@ public override bool Equals(System.Object obj) { if (arg2 is null) return true; - + return false; }