From: Ali-Alzyoud Date: Wed, 10 Feb 2021 01:15:16 +0000 (+0200) Subject: Add all Dali colors to NUI (#2626) X-Git-Tag: accepted/tizen/unified/20210219.040944~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed759b9b95c6eada731d8e3ba7e33863ba991ca2;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Add all Dali colors to NUI (#2626) Replace NUI defines with Dali exported defines Co-authored-by: Jiyun Yang --- diff --git a/src/Tizen.NUI/src/internal/Interop/Interop.NDalicColor.cs b/src/Tizen.NUI/src/internal/Interop/Interop.NDalicColor.cs index ec2d0fa..fc69fbf 100755 --- a/src/Tizen.NUI/src/internal/Interop/Interop.NDalicColor.cs +++ b/src/Tizen.NUI/src/internal/Interop/Interop.NDalicColor.cs @@ -8,32 +8,449 @@ namespace Tizen.NUI { internal static partial class NDalicColor { + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ALICE_BLUE_get")] + public static extern global::System.IntPtr AliceBlueGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ANTIQUE_WHITE_get")] + public static extern global::System.IntPtr AntiqueWhiteGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_AQUA_get")] + public static extern global::System.IntPtr AquaGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_AQUA_MARINE_get")] + public static extern global::System.IntPtr AquaMarineGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_AZURE_get")] + public static extern global::System.IntPtr AzureGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_BEIGE_get")] + public static extern global::System.IntPtr BeigeGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_BISQUE_get")] + public static extern global::System.IntPtr BisqueGet(); + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_BLACK_get")] public static extern global::System.IntPtr BlackGet(); - [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_WHITE_get")] - public static extern global::System.IntPtr WhiteGet(); + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_BLANCHE_DALMOND_get")] + public static extern global::System.IntPtr BlancheDalmondGet(); - [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_RED_get")] - public static extern global::System.IntPtr RedGet(); + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_BLUE_get")] + public static extern global::System.IntPtr BlueGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_BLUE_VIOLET_get")] + public static extern global::System.IntPtr BlueVioletGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_BROWN_get")] + public static extern global::System.IntPtr BrownGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_BURLY_WOOD_get")] + public static extern global::System.IntPtr BurlyWoodGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_CADET_BLUE_get")] + public static extern global::System.IntPtr CadetBlueGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_CHARTREUSE_get")] + public static extern global::System.IntPtr ChartreuseGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_CHOCOLATE_get")] + public static extern global::System.IntPtr ChocolateGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_CORAL_get")] + public static extern global::System.IntPtr CoralGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_CORNFLOWER_BLUE_get")] + public static extern global::System.IntPtr CornflowerBlueGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_CORNSILK_get")] + public static extern global::System.IntPtr CornsilkGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_CRIMSON_get")] + public static extern global::System.IntPtr CrimsonGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_CYAN_get")] + public static extern global::System.IntPtr CyanGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DARK_BLUE_get")] + public static extern global::System.IntPtr DarkBlueGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DARK_CYAN_get")] + public static extern global::System.IntPtr DarkCyanGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DARK_GOLDENROD_get")] + public static extern global::System.IntPtr DarkGoldenrodGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DARK_GRAY_get")] + public static extern global::System.IntPtr DarkGrayGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DARK_GREEN_get")] + public static extern global::System.IntPtr DarkGreenGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DARK_GREY_get")] + public static extern global::System.IntPtr DarkGreyGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DARK_KHAKI_get")] + public static extern global::System.IntPtr DarkKhakiGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DARK_MAGENTA_get")] + public static extern global::System.IntPtr DarkMagentaGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DARK_OLIVE_GREEN_get")] + public static extern global::System.IntPtr DarkOliveGreenGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DARK_ORANGE_get")] + public static extern global::System.IntPtr DarkOrangeGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DARK_ORCHID_get")] + public static extern global::System.IntPtr DarkOrchidGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DARK_RED_get")] + public static extern global::System.IntPtr DarkRedGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DARK_SALMON_get")] + public static extern global::System.IntPtr DarkSalmonGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DARK_SEA_GREEN_get")] + public static extern global::System.IntPtr DarkSeaGreenGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DARK_SLATE_BLUE_get")] + public static extern global::System.IntPtr DarkSlateBlueGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DARK_SLATE_GRAY_get")] + public static extern global::System.IntPtr DarkSlateGrayGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DARK_SLATE_GREY_get")] + public static extern global::System.IntPtr DarkSlateGreyGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DARK_TURQUOISE_get")] + public static extern global::System.IntPtr DarkTurquoiseGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DARK_VIOLET_get")] + public static extern global::System.IntPtr DarkVioletGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DEEP_PINK_get")] + public static extern global::System.IntPtr DeepPinkGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DEEP_SKY_BLUE_get")] + public static extern global::System.IntPtr DeepSkyBlueGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DIM_GRAY_get")] + public static extern global::System.IntPtr DimGrayGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DIM_GREY_get")] + public static extern global::System.IntPtr DimGreyGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_DODGER_BLUE_get")] + public static extern global::System.IntPtr DodgerBlueGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_FIRE_BRICK_get")] + public static extern global::System.IntPtr FireBrickGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_FLORAL_WHITE_get")] + public static extern global::System.IntPtr FloralWhiteGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_FOREST_GREEN_get")] + public static extern global::System.IntPtr ForestGreenGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_FUCHSIA_get")] + public static extern global::System.IntPtr FuchsiaGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GAINSBORO_get")] + public static extern global::System.IntPtr GainsboroGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GHOST_WHITE_get")] + public static extern global::System.IntPtr GhostWhiteGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GOLD_get")] + public static extern global::System.IntPtr GoldGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GOLDEN_ROD_get")] + public static extern global::System.IntPtr GoldenRodGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GRAY_get")] + public static extern global::System.IntPtr GrayGet(); [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GREEN_get")] public static extern global::System.IntPtr GreenGet(); - [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_BLUE_get")] - public static extern global::System.IntPtr BlueGet(); + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GREEN_YELLOW_get")] + public static extern global::System.IntPtr GreenYellowGet(); - [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_YELLOW_get")] - public static extern global::System.IntPtr YellowGet(); + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_GREY_get")] + public static extern global::System.IntPtr GreyGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_HONEYDEW_get")] + public static extern global::System.IntPtr HoneydewGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_HOT_PINK_get")] + public static extern global::System.IntPtr HotPinkGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_INDIANRED_get")] + public static extern global::System.IntPtr IndianredGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_INDIGO_get")] + public static extern global::System.IntPtr IndigoGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_IVORY_get")] + public static extern global::System.IntPtr IvoryGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_KHAKI_get")] + public static extern global::System.IntPtr KhakiGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LAVENDER_get")] + public static extern global::System.IntPtr LavenderGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LAVENDER_BLUSH_get")] + public static extern global::System.IntPtr LavenderBlushGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LAWN_GREEN_get")] + public static extern global::System.IntPtr LawnGreenGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LEMON_CHIFFON_get")] + public static extern global::System.IntPtr LemonChiffonGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LIGHT_BLUE_get")] + public static extern global::System.IntPtr LightBlueGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LIGHT_CORAL_get")] + public static extern global::System.IntPtr LightCoralGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LIGHT_CYAN_get")] + public static extern global::System.IntPtr LightCyanGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LIGHT_GOLDEN_ROD_YELLOW_get")] + public static extern global::System.IntPtr LightGoldenRodYellowGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LIGHT_GRAY_get")] + public static extern global::System.IntPtr LightGrayGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LIGHT_GREEN_get")] + public static extern global::System.IntPtr LightGreenGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LIGHT_GREY_get")] + public static extern global::System.IntPtr LightGreyGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LIGHT_PINK_get")] + public static extern global::System.IntPtr LightPinkGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LIGHT_SALMON_get")] + public static extern global::System.IntPtr LightSalmonGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LIGHT_SEA_GREEN_get")] + public static extern global::System.IntPtr LightSeaGreenGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LIGHT_SKY_BLUE_get")] + public static extern global::System.IntPtr LightSkyBlueGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LIGHT_SLATE_GRAY_get")] + public static extern global::System.IntPtr LightSlateGrayGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LIGHT_SLATE_GREY_get")] + public static extern global::System.IntPtr LightSlateGreyGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LIGHT_STEEL_BLUE_get")] + public static extern global::System.IntPtr LightSteelBlueGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LIGHT_YELLOW_get")] + public static extern global::System.IntPtr LightYellowGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LIME_get")] + public static extern global::System.IntPtr LimeGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LIME_GREEN_get")] + public static extern global::System.IntPtr LimeGreenGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_LINEN_get")] + public static extern global::System.IntPtr LinenGet(); [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_MAGENTA_get")] public static extern global::System.IntPtr MagentaGet(); - [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_CYAN_get")] - public static extern global::System.IntPtr CyanGet(); + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_MAROON_get")] + public static extern global::System.IntPtr MaroonGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_MEDIUM_AQUA_MARINE_get")] + public static extern global::System.IntPtr MediumAquaMarineGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_MEDIUM_BLUE_get")] + public static extern global::System.IntPtr MediumBlueGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_MEDIUM_ORCHID_get")] + public static extern global::System.IntPtr MediumOrchidGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_MEDIUM_PURPLE_get")] + public static extern global::System.IntPtr MediumPurpleGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_MEDIUM_SEA_GREEN_get")] + public static extern global::System.IntPtr MediumSeaGreenGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_MEDIUM_SLATE_BLUE_get")] + public static extern global::System.IntPtr MediumSlateBlueGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_MEDIUM_SPRING_GREEN_get")] + public static extern global::System.IntPtr MediumSpringGreenGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_MEDIUM_TURQUOISE_get")] + public static extern global::System.IntPtr MediumTurquoiseGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_MEDIUM_VIOLETRED_get")] + public static extern global::System.IntPtr MediumVioletredGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_MIDNIGHT_BLUE_get")] + public static extern global::System.IntPtr MidnightBlueGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_MINT_CREAM_get")] + public static extern global::System.IntPtr MintCreamGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_MISTY_ROSE_get")] + public static extern global::System.IntPtr MistyRoseGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_MOCCASIN_get")] + public static extern global::System.IntPtr MoccasinGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_NAVAJO_WHITE_get")] + public static extern global::System.IntPtr NavajoWhiteGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_NAVY_get")] + public static extern global::System.IntPtr NavyGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_OLD_LACE_get")] + public static extern global::System.IntPtr OldLaceGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_OLIVE_get")] + public static extern global::System.IntPtr OliveGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_OLIVE_DRAB_get")] + public static extern global::System.IntPtr OliveDrabGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ORANGE_get")] + public static extern global::System.IntPtr OrangeGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ORANGE_RED_get")] + public static extern global::System.IntPtr OrangeRedGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ORCHID_get")] + public static extern global::System.IntPtr OrchidGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_PALE_GOLDEN_ROD_get")] + public static extern global::System.IntPtr PaleGoldenRodGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_PALE_GREEN_get")] + public static extern global::System.IntPtr PaleGreenGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ PALE_TURQUOISE_get")] + public static extern global::System.IntPtr PaleTurquoiseGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_PALE_VIOLET_RED_get")] + public static extern global::System.IntPtr PaleVioletRedGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_PAPAYA_WHIP _get")] + public static extern global::System.IntPtr PapayaWhipGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_PEACH_PUFF_get")] + public static extern global::System.IntPtr PeachPuffGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_PERU_get")] + public static extern global::System.IntPtr PeruGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_PINK_get")] + public static extern global::System.IntPtr PinkGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_PLUM_get")] + public static extern global::System.IntPtr PlumGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_POWDER_BLUE_get")] + public static extern global::System.IntPtr PowderBlueGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_PURPLE_get")] + public static extern global::System.IntPtr PurpleGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_RED_get")] + public static extern global::System.IntPtr RedGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ROSY_BROWN_get")] + public static extern global::System.IntPtr RosyBrownGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_ROYAL_BLUE_get")] + public static extern global::System.IntPtr RoyalBlueGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_SADDLE_BROWN_get")] + public static extern global::System.IntPtr SaddleBrownGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_SALMON_get")] + public static extern global::System.IntPtr SalmonGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_SANDY_BROWN_get")] + public static extern global::System.IntPtr SandyBrownGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_SEA_GREEN_get")] + public static extern global::System.IntPtr SeaGreenGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_SEA_SHELL_get")] + public static extern global::System.IntPtr SeaShellGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_SIENNA_get")] + public static extern global::System.IntPtr SiennaGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_SILVER_get")] + public static extern global::System.IntPtr SilverGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_SKY_BLUE_get")] + public static extern global::System.IntPtr SkyBlueGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_SLATE_BLUE_get")] + public static extern global::System.IntPtr SlateBlueGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_SLATE_GRAY_get")] + public static extern global::System.IntPtr SlateGrayGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_SLATE_GREY_get")] + public static extern global::System.IntPtr SlateGreyGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_SNOW_get")] + public static extern global::System.IntPtr SnowGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_SPRING_GREEN_get")] + public static extern global::System.IntPtr SpringGreenGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_STEEL_BLUE_get")] + public static extern global::System.IntPtr SteelBlueGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TAN_get")] + public static extern global::System.IntPtr TanGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TEAL_get")] + public static extern global::System.IntPtr TealGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_THISTLE_get")] + public static extern global::System.IntPtr ThistleGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TOMATO_get")] + public static extern global::System.IntPtr TomatoGet(); [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TRANSPARENT_get")] public static extern global::System.IntPtr TransparentGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_TURQUOISE_get")] + public static extern global::System.IntPtr TurquoiseGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_VIOLET_get")] + public static extern global::System.IntPtr VioletGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_WHEAT_get")] + public static extern global::System.IntPtr WheatGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_WHITE_get")] + public static extern global::System.IntPtr WhiteGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_WHITE_SMOKE_get")] + public static extern global::System.IntPtr WhiteSmokeGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_YELLOW_get")] + public static extern global::System.IntPtr YellowGet(); + + [global::System.Runtime.InteropServices.DllImport(NDalicPINVOKE.Lib, EntryPoint = "CSharp_Dali_YELLOW_GREEN_get")] + public static extern global::System.IntPtr YellowGreenGet(); } } } diff --git a/src/Tizen.NUI/src/internal/NativeBinding/NDalic.cs b/src/Tizen.NUI/src/internal/NativeBinding/NDalic.cs index bb8e4d6..0c2ca11 100755 --- a/src/Tizen.NUI/src/internal/NativeBinding/NDalic.cs +++ b/src/Tizen.NUI/src/internal/NativeBinding/NDalic.cs @@ -218,22 +218,1309 @@ namespace Tizen.NUI } } + public static Vector4 ALICE_BLUE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.AliceBlueGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 ANTIQUE_WHITE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.AntiqueWhiteGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 AQUA + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.AquaGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 AQUA_MARINE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.AquaMarineGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 AZURE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.AzureGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 BEIGE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.BeigeGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 BISQUE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.BisqueGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + public static Vector4 BLACK { get { - global::System.IntPtr cPtr = Interop.NDalicColor.BlackGet(); + global::System.IntPtr cPtr = Interop.NDalicColor.BlackGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 BLANCHE_DALMOND + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.BlancheDalmondGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 BLUE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.BlueGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 BLUE_VIOLET + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.BlueVioletGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 BROWN + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.BrownGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 BURLY_WOOD + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.BurlyWoodGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 CADET_BLUE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.CadetBlueGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 CHARTREUSE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.ChartreuseGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 CHOCOLATE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.ChocolateGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 CORAL + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.CoralGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 CORNFLOWER_BLUE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.CornflowerBlueGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 CORNSILK + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.CornsilkGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 CRIMSON + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.CrimsonGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 CYAN + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.CyanGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 DARK_BLUE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.DarkBlueGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 DARK_CYAN + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.DarkCyanGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 DARK_GOLDENROD + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.DarkGoldenrodGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 DARK_GRAY + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.DarkGrayGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 DARK_GREEN + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.DarkGreenGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 DARK_GREY + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.DarkGreyGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 DARK_KHAKI + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.DarkKhakiGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 DARK_MAGENTA + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.DarkMagentaGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 DARK_OLIVE_GREEN + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.DarkOliveGreenGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 DARK_ORANGE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.DarkOrangeGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 DARK_ORCHID + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.DarkOrchidGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 DARK_RED + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.DarkRedGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 DARK_SALMON + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.DarkSalmonGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 DARK_SEA_GREEN + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.DarkSeaGreenGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 DARK_SLATE_BLUE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.DarkSlateBlueGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 DARK_SLATE_GRAY + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.DarkSlateGrayGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 DARK_SLATE_GREY + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.DarkSlateGreyGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 DARK_TURQUOISE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.DarkTurquoiseGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 DARK_VIOLET + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.DarkVioletGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 DEEP_PINK + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.DeepPinkGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 DEEP_SKY_BLUE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.DeepSkyBlueGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 DIM_GRAY + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.DimGrayGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 DIM_GREY + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.DimGreyGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 DODGER_BLUE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.DodgerBlueGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 FIRE_BRICK + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.FireBrickGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 FLORAL_WHITE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.FloralWhiteGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 FOREST_GREEN + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.ForestGreenGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 FUCHSIA + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.FuchsiaGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 GAINSBORO + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.GainsboroGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 GHOST_WHITE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.GhostWhiteGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 GOLD + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.GoldGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 GOLDEN_ROD + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.GoldenRodGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 GRAY + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.GrayGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 GREEN + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.GreenGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 GREEN_YELLOW + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.GreenYellowGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 GREY + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.GreyGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 HONEYDEW + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.HoneydewGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 HOT_PINK + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.HotPinkGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 INDIANRED + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.IndianredGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 INDIGO + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.IndigoGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 IVORY + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.IvoryGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 KHAKI + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.KhakiGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 LAVENDER + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.LavenderGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 LAVENDER_BLUSH + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.LavenderBlushGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 LAWN_GREEN + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.LawnGreenGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 LEMON_CHIFFON + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.LemonChiffonGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 LIGHT_BLUE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.LightBlueGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 LIGHT_CORAL + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.LightCoralGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 LIGHT_CYAN + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.LightCyanGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 LIGHT_GOLDEN_ROD_YELLOW + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.LightGoldenRodYellowGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 LIGHT_GRAY + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.LightGrayGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 LIGHT_GREEN + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.LightGreenGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 LIGHT_GREY + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.LightGreyGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 LIGHT_PINK + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.LightPinkGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 LIGHT_SALMON + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.LightSalmonGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 LIGHT_SEA_GREEN + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.LightSeaGreenGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 LIGHT_SKY_BLUE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.LightSkyBlueGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 LIGHT_SLATE_GRAY + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.LightSlateGrayGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 LIGHT_SLATE_GREY + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.LightSlateGreyGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 LIGHT_STEEL_BLUE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.LightSteelBlueGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 LIGHT_YELLOW + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.LightYellowGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 LIME + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.LimeGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 LIME_GREEN + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.LimeGreenGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 LINEN + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.LinenGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 MAGENTA + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.MagentaGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 MAROON + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.MaroonGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 MEDIUM_AQUA_MARINE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.MediumAquaMarineGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 MEDIUM_BLUE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.MediumBlueGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 MEDIUM_ORCHID + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.MediumOrchidGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 MEDIUM_PURPLE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.MediumPurpleGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 MEDIUM_SEA_GREEN + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.MediumSeaGreenGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 MEDIUM_SLATE_BLUE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.MediumSlateBlueGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 MEDIUM_SPRING_GREEN + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.MediumSpringGreenGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 MEDIUM_TURQUOISE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.MediumTurquoiseGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 MEDIUM_VIOLETRED + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.MediumVioletredGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 MIDNIGHT_BLUE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.MidnightBlueGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 MINT_CREAM + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.MintCreamGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 MISTY_ROSE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.MistyRoseGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 MOCCASIN + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.MoccasinGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 NAVAJO_WHITE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.NavajoWhiteGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 NAVY + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.NavyGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 OLD_LACE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.OldLaceGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 OLIVE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.OliveGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 OLIVE_DRAB + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.OliveDrabGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 ORANGE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.OrangeGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 ORANGE_RED + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.OrangeRedGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 ORCHID + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.OrchidGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 PALE_GOLDEN_ROD + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.PaleGoldenRodGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 PALE_GREEN + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.PaleGreenGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 PALE_TURQUOISE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.PaleTurquoiseGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 PALE_VIOLET_RED + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.PaleVioletRedGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 PAPAYA_WHIP + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.PapayaWhipGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 PEACH_PUFF + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.PeachPuffGet(); Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 WHITE + public static Vector4 PERU { get { - global::System.IntPtr cPtr = Interop.NDalicColor.WhiteGet(); + global::System.IntPtr cPtr = Interop.NDalicColor.PeruGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 PINK + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.PinkGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 PLUM + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.PlumGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 POWDER_BLUE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.PowderBlueGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 PURPLE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.PurpleGet(); Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; @@ -251,55 +1538,220 @@ namespace Tizen.NUI } } - public static Vector4 GREEN + public static Vector4 ROSY_BROWN { get { - global::System.IntPtr cPtr = Interop.NDalicColor.GreenGet(); + global::System.IntPtr cPtr = Interop.NDalicColor.RosyBrownGet(); Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 BLUE + public static Vector4 ROYAL_BLUE { get { - global::System.IntPtr cPtr = Interop.NDalicColor.BlueGet(); + global::System.IntPtr cPtr = Interop.NDalicColor.RoyalBlueGet(); Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 YELLOW + public static Vector4 SADDLE_BROWN { get { - global::System.IntPtr cPtr = Interop.NDalicColor.YellowGet(); + global::System.IntPtr cPtr = Interop.NDalicColor.SaddleBrownGet(); Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 MAGENTA + public static Vector4 SALMON { get { - global::System.IntPtr cPtr = Interop.NDalicColor.MagentaGet(); + global::System.IntPtr cPtr = Interop.NDalicColor.SalmonGet(); Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; } } - public static Vector4 CYAN + public static Vector4 SANDY_BROWN { get { - global::System.IntPtr cPtr = Interop.NDalicColor.CyanGet(); + global::System.IntPtr cPtr = Interop.NDalicColor.SandyBrownGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 SEA_GREEN + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.SeaGreenGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 SEA_SHELL + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.SeaShellGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 SIENNA + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.SiennaGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 SILVER + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.SilverGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 SKY_BLUE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.SkyBlueGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 SLATE_BLUE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.SlateBlueGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 SLATE_GRAY + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.SlateGrayGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 SLATE_GREY + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.SlateGreyGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 SNOW + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.SnowGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 SPRING_GREEN + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.SpringGreenGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 STEEL_BLUE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.SteelBlueGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 TAN + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.TanGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 TEAL + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.TealGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 THISTLE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.ThistleGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 TOMATO + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.TomatoGet(); Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); return ret; @@ -317,6 +1769,84 @@ namespace Tizen.NUI } } + public static Vector4 TURQUOISE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.TurquoiseGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 VIOLET + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.VioletGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 WHEAT + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.WheatGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 WHITE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.WhiteGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 WHITE_SMOKE + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.WhiteSmokeGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 YELLOW + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.YellowGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + public static Vector4 YELLOW_GREEN + { + get + { + global::System.IntPtr cPtr = Interop.NDalicColor.YellowGreenGet(); + Vector4 ret = (cPtr == global::System.IntPtr.Zero) ? null : new Vector4(cPtr, false); + if (NDalicPINVOKE.SWIGPendingException.Pending) throw NDalicPINVOKE.SWIGPendingException.Retrieve(); + return ret; + } + } + + internal static float MACHINE_EPSILON_0 { get diff --git a/src/Tizen.NUI/src/public/Common/Color.cs b/src/Tizen.NUI/src/public/Common/Color.cs index e70da2d..27671e7 100755 --- a/src/Tizen.NUI/src/public/Common/Color.cs +++ b/src/Tizen.NUI/src/public/Common/Color.cs @@ -29,58 +29,893 @@ namespace Tizen.NUI public class Color : Disposable, ICloneable { /// + /// Gets the alice_blue colored Color class. + /// + /// 3 + public static readonly Color AliceBlue = NDalic.ALICE_BLUE; + + /// + /// Gets the antique_white colored Color class. + /// + /// 3 + public static readonly Color AntiqueWhite = NDalic.ANTIQUE_WHITE; + + /// + /// Gets the aqua colored Color class. + /// + /// 3 + public static readonly Color Aqua = NDalic.AQUA; + + /// + /// Gets the aqua_marine colored Color class. + /// + /// 3 + public static readonly Color AquaMarine = NDalic.AQUA_MARINE; + + /// + /// Gets the azure colored Color class. + /// + /// 3 + public static readonly Color Azure = NDalic.AZURE; + + /// + /// Gets the beige colored Color class. + /// + /// 3 + public static readonly Color Beige = NDalic.BEIGE; + + /// + /// Gets the bisque colored Color class. + /// + /// 3 + public static readonly Color Bisque = NDalic.BISQUE; + + /// /// Gets the black colored Color class. /// /// 3 - public static readonly Color Black = new Color(0.0f, 0.0f, 0.0f, 1.0f); + public static readonly Color Black = NDalic.BLACK; + + /// + /// Gets the blanche_dalmond colored Color class. + /// + /// 3 + public static readonly Color BlancheDalmond = NDalic.BLANCHE_DALMOND; + + /// + /// Gets the blue colored Color class. + /// + /// 3 + public static readonly Color Blue = NDalic.BLUE; + + /// + /// Gets the blue_violet colored Color class. + /// + /// 3 + public static readonly Color BlueViolet = NDalic.BLUE_VIOLET; + + /// + /// Gets the brown colored Color class. + /// + /// 3 + public static readonly Color Brown = NDalic.BROWN; + + /// + /// Gets the burly_wood colored Color class. + /// + /// 3 + public static readonly Color BurlyWood = NDalic.BURLY_WOOD; + + /// + /// Gets the cadet_blue colored Color class. + /// + /// 3 + public static readonly Color CadetBlue = NDalic.CADET_BLUE; + + /// + /// Gets the chartreuse colored Color class. + /// + /// 3 + public static readonly Color Chartreuse = NDalic.CHARTREUSE; + + /// + /// Gets the chocolate colored Color class. + /// + /// 3 + public static readonly Color Chocolate = NDalic.CHOCOLATE; + + /// + /// Gets the coral colored Color class. + /// + /// 3 + public static readonly Color Coral = NDalic.CORAL; + + /// + /// Gets the cornflower_blue colored Color class. + /// + /// 3 + public static readonly Color CornflowerBlue = NDalic.CORNFLOWER_BLUE; + + /// + /// Gets the cornsilk colored Color class. + /// + /// 3 + public static readonly Color Cornsilk = NDalic.CORNSILK; + + /// + /// Gets the crimson colored Color class. + /// + /// 3 + public static readonly Color Crimson = NDalic.CRIMSON; + + /// + /// Gets the cyan colored Color class. + /// + /// 3 + public static readonly Color Cyan = NDalic.CYAN; + + /// + /// Gets the dark_blue colored Color class. + /// + /// 3 + public static readonly Color DarkBlue = NDalic.DARK_BLUE; + + /// + /// Gets the dark_cyan colored Color class. + /// + /// 3 + public static readonly Color DarkCyan = NDalic.DARK_CYAN; + + /// + /// Gets the dark_goldenrod colored Color class. + /// + /// 3 + public static readonly Color DarkGoldenrod = NDalic.DARK_GOLDENROD; + + /// + /// Gets the dark_gray colored Color class. + /// + /// 3 + public static readonly Color DarkGray = NDalic.DARK_GRAY; + + /// + /// Gets the dark_green colored Color class. + /// + /// 3 + public static readonly Color DarkGreen = NDalic.DARK_GREEN; + + /// + /// Gets the dark_grey colored Color class. + /// + /// 3 + public static readonly Color DarkGrey = NDalic.DARK_GREY; + + /// + /// Gets the dark_khaki colored Color class. + /// + /// 3 + public static readonly Color DarkKhaki = NDalic.DARK_KHAKI; + + /// + /// Gets the dark_magenta colored Color class. + /// + /// 3 + public static readonly Color DarkMagenta = NDalic.DARK_MAGENTA; + + /// + /// Gets the dark_olive_green colored Color class. + /// + /// 3 + public static readonly Color DarkOliveGreen = NDalic.DARK_OLIVE_GREEN; + + /// + /// Gets the dark_orange colored Color class. + /// + /// 3 + public static readonly Color DarkOrange = NDalic.DARK_ORANGE; + + /// + /// Gets the dark_orchid colored Color class. + /// + /// 3 + public static readonly Color DarkOrchid = NDalic.DARK_ORCHID; + + /// + /// Gets the dark_red colored Color class. + /// + /// 3 + public static readonly Color DarkRed = NDalic.DARK_RED; + + /// + /// Gets the dark_salmon colored Color class. + /// + /// 3 + public static readonly Color DarkSalmon = NDalic.DARK_SALMON; + + /// + /// Gets the dark_sea_green colored Color class. + /// + /// 3 + public static readonly Color DarkSeaGreen = NDalic.DARK_SEA_GREEN; + + /// + /// Gets the dark_slate_blue colored Color class. + /// + /// 3 + public static readonly Color DarkSlateBlue = NDalic.DARK_SLATE_BLUE; + + /// + /// Gets the dark_slate_gray colored Color class. + /// + /// 3 + public static readonly Color DarkSlateGray = NDalic.DARK_SLATE_GRAY; + + /// + /// Gets the dark_slate_grey colored Color class. + /// + /// 3 + public static readonly Color DarkSlateGrey = NDalic.DARK_SLATE_GREY; + + /// + /// Gets the dark_turquoise colored Color class. + /// + /// 3 + public static readonly Color DarkTurquoise = NDalic.DARK_TURQUOISE; + + /// + /// Gets the dark_violet colored Color class. + /// + /// 3 + public static readonly Color DarkViolet = NDalic.DARK_VIOLET; + + /// + /// Gets the deep_pink colored Color class. + /// + /// 3 + public static readonly Color DeepPink = NDalic.DEEP_PINK; + + /// + /// Gets the deep_sky_blue colored Color class. + /// + /// 3 + public static readonly Color DeepSkyBlue = NDalic.DEEP_SKY_BLUE; + + /// + /// Gets the dim_gray colored Color class. + /// + /// 3 + public static readonly Color DimGray = NDalic.DIM_GRAY; + + /// + /// Gets the dim_grey colored Color class. + /// + /// 3 + public static readonly Color DimGrey = NDalic.DIM_GREY; + + /// + /// Gets the dodger_blue colored Color class. + /// + /// 3 + public static readonly Color DodgerBlue = NDalic.DODGER_BLUE; + + /// + /// Gets the fire_brick colored Color class. + /// + /// 3 + public static readonly Color FireBrick = NDalic.FIRE_BRICK; + + /// + /// Gets the floral_white colored Color class. + /// + /// 3 + public static readonly Color FloralWhite = NDalic.FLORAL_WHITE; + + /// + /// Gets the forest_green colored Color class. + /// + /// 3 + public static readonly Color ForestGreen = NDalic.FOREST_GREEN; + + /// + /// Gets the fuchsia colored Color class. + /// + /// 3 + public static readonly Color Fuchsia = NDalic.FUCHSIA; + + /// + /// Gets the gainsboro colored Color class. + /// + /// 3 + public static readonly Color Gainsboro = NDalic.GAINSBORO; + + /// + /// Gets the ghost_white colored Color class. + /// + /// 3 + public static readonly Color GhostWhite = NDalic.GHOST_WHITE; + + /// + /// Gets the gold colored Color class. + /// + /// 3 + public static readonly Color Gold = NDalic.GOLD; + + /// + /// Gets the golden_rod colored Color class. + /// + /// 3 + public static readonly Color GoldenRod = NDalic.GOLDEN_ROD; + + /// + /// Gets the gray colored Color class. + /// + /// 3 + public static readonly Color Gray = NDalic.GRAY; + + /// + /// Gets the green colored Color class. + /// + /// 3 + public static readonly Color Green = NDalic.GREEN; + + /// + /// Gets the green_yellow colored Color class. + /// + /// 3 + public static readonly Color GreenYellow = NDalic.GREEN_YELLOW; + + /// + /// Gets the grey colored Color class. + /// + /// 3 + public static readonly Color Grey = NDalic.GREY; + + /// + /// Gets the honeydew colored Color class. + /// + /// 3 + public static readonly Color Honeydew = NDalic.HONEYDEW; + + /// + /// Gets the hot_pink colored Color class. + /// + /// 3 + public static readonly Color HotPink = NDalic.HOT_PINK; + + /// + /// Gets the indianred colored Color class. + /// + /// 3 + public static readonly Color Indianred = NDalic.INDIANRED; + + /// + /// Gets the indigo colored Color class. + /// + /// 3 + public static readonly Color Indigo = NDalic.INDIGO; + + /// + /// Gets the ivory colored Color class. + /// + /// 3 + public static readonly Color Ivory = NDalic.IVORY; + + /// + /// Gets the khaki colored Color class. + /// + /// 3 + public static readonly Color Khaki = NDalic.KHAKI; + + /// + /// Gets the lavender colored Color class. + /// + /// 3 + public static readonly Color Lavender = NDalic.LAVENDER; + + /// + /// Gets the lavender_blush colored Color class. + /// + /// 3 + public static readonly Color LavenderBlush = NDalic.LAVENDER_BLUSH; + + /// + /// Gets the lawn_green colored Color class. + /// + /// 3 + public static readonly Color LawnGreen = NDalic.LAWN_GREEN; + + /// + /// Gets the lemon_chiffon colored Color class. + /// + /// 3 + public static readonly Color LemonChiffon = NDalic.LEMON_CHIFFON; + + /// + /// Gets the light_blue colored Color class. + /// + /// 3 + public static readonly Color LightBlue = NDalic.LIGHT_BLUE; + + /// + /// Gets the light_coral colored Color class. + /// + /// 3 + public static readonly Color LightCoral = NDalic.LIGHT_CORAL; + + /// + /// Gets the light_cyan colored Color class. + /// + /// 3 + public static readonly Color LightCyan = NDalic.LIGHT_CYAN; + + /// + /// Gets the light_golden_rod_yellow colored Color class. + /// + /// 3 + public static readonly Color LightGoldenRodYellow = NDalic.LIGHT_GOLDEN_ROD_YELLOW; + + /// + /// Gets the light_gray colored Color class. + /// + /// 3 + public static readonly Color LightGray = NDalic.LIGHT_GRAY; + + /// + /// Gets the light_green colored Color class. + /// + /// 3 + public static readonly Color LightGreen = NDalic.LIGHT_GREEN; + + /// + /// Gets the light_grey colored Color class. + /// + /// 3 + public static readonly Color LightGrey = NDalic.LIGHT_GREY; + + /// + /// Gets the light_pink colored Color class. + /// + /// 3 + public static readonly Color LightPink = NDalic.LIGHT_PINK; + + /// + /// Gets the light_salmon colored Color class. + /// + /// 3 + public static readonly Color LightSalmon = NDalic.LIGHT_SALMON; + + /// + /// Gets the light_sea_green colored Color class. + /// + /// 3 + public static readonly Color LightSeaGreen = NDalic.LIGHT_SEA_GREEN; + + /// + /// Gets the light_sky_blue colored Color class. + /// + /// 3 + public static readonly Color LightSkyBlue = NDalic.LIGHT_SKY_BLUE; + + /// + /// Gets the light_slate_gray colored Color class. + /// + /// 3 + public static readonly Color LightSlateGray = NDalic.LIGHT_SLATE_GRAY; /// - /// Gets the white colored Color class. + /// Gets the light_slate_grey colored Color class. /// /// 3 - public static readonly Color White = new Color(1.0f, 1.0f, 1.0f, 1.0f); + public static readonly Color LightSlateGrey = NDalic.LIGHT_SLATE_GREY; /// - /// Gets the red colored Color class. + /// Gets the light_steel_blue colored Color class. /// /// 3 - public static readonly Color Red = new Color(1.0f, 0.0f, 0.0f, 1.0f); + public static readonly Color LightSteelBlue = NDalic.LIGHT_STEEL_BLUE; /// - /// Gets the green colored Color class. + /// Gets the light_yellow colored Color class. /// /// 3 - public static readonly Color Green = new Color(0.0f, 1.0f, 0.0f, 1.0f); + public static readonly Color LightYellow = NDalic.LIGHT_YELLOW; /// - /// Gets the blue colored Color class. + /// Gets the lime colored Color class. /// /// 3 - public static readonly Color Blue = new Color(0.0f, 0.0f, 1.0f, 1.0f); + public static readonly Color Lime = NDalic.LIME; /// - /// Gets the yellow colored Color class. + /// Gets the lime_green colored Color class. + /// + /// 3 + public static readonly Color LimeGreen = NDalic.LIME_GREEN; + + /// + /// Gets the linen colored Color class. /// /// 3 - public static readonly Color Yellow = new Color(1.0f, 1.0f, 0.0f, 1.0f); + public static readonly Color Linen = NDalic.LINEN; /// /// Gets the magenta colored Color class. /// /// 3 - public static readonly Color Magenta = new Color(1.0f, 0.0f, 1.0f, 1.0f); + public static readonly Color Magenta = NDalic.MAGENTA; /// - /// Gets the cyan colored Color class. + /// Gets the maroon colored Color class. + /// + /// 3 + public static readonly Color Maroon = NDalic.MAROON; + + /// + /// Gets the medium_aqua_marine colored Color class. + /// + /// 3 + public static readonly Color MediumAquaMarine = NDalic.MEDIUM_AQUA_MARINE; + + /// + /// Gets the medium_blue colored Color class. + /// + /// 3 + public static readonly Color MediumBlue = NDalic.MEDIUM_BLUE; + + /// + /// Gets the medium_orchid colored Color class. + /// + /// 3 + public static readonly Color MediumOrchid = NDalic.MEDIUM_ORCHID; + + /// + /// Gets the medium_purple colored Color class. + /// + /// 3 + public static readonly Color MediumPurple = NDalic.MEDIUM_PURPLE; + + /// + /// Gets the medium_sea_green colored Color class. + /// + /// 3 + public static readonly Color MediumSeaGreen = NDalic.MEDIUM_SEA_GREEN; + + /// + /// Gets the medium_slate_blue colored Color class. + /// + /// 3 + public static readonly Color MediumSlateBlue = NDalic.MEDIUM_SLATE_BLUE; + + /// + /// Gets the medium_spring_green colored Color class. + /// + /// 3 + public static readonly Color MediumSpringGreen = NDalic.MEDIUM_SPRING_GREEN; + + /// + /// Gets the medium_turquoise colored Color class. + /// + /// 3 + public static readonly Color MediumTurquoise = NDalic.MEDIUM_TURQUOISE; + + /// + /// Gets the medium_violetred colored Color class. + /// + /// 3 + public static readonly Color MediumVioletred = NDalic.MEDIUM_VIOLETRED; + + /// + /// Gets the midnight_blue colored Color class. + /// + /// 3 + public static readonly Color MidnightBlue = NDalic.MIDNIGHT_BLUE; + + /// + /// Gets the mint_cream colored Color class. + /// + /// 3 + public static readonly Color MintCream = NDalic.MINT_CREAM; + + /// + /// Gets the misty_rose colored Color class. + /// + /// 3 + public static readonly Color MistyRose = NDalic.MISTY_ROSE; + + /// + /// Gets the moccasin colored Color class. + /// + /// 3 + public static readonly Color Moccasin = NDalic.MOCCASIN; + + /// + /// Gets the navajo_white colored Color class. + /// + /// 3 + public static readonly Color NavajoWhite = NDalic.NAVAJO_WHITE; + + /// + /// Gets the navy colored Color class. + /// + /// 3 + public static readonly Color Navy = NDalic.NAVY; + + /// + /// Gets the old_lace colored Color class. + /// + /// 3 + public static readonly Color OldLace = NDalic.OLD_LACE; + + /// + /// Gets the olive colored Color class. + /// + /// 3 + public static readonly Color Olive = NDalic.OLIVE; + + /// + /// Gets the olive_drab colored Color class. + /// + /// 3 + public static readonly Color OliveDrab = NDalic.OLIVE_DRAB; + + /// + /// Gets the orange colored Color class. + /// + /// 3 + public static readonly Color Orange = NDalic.ORANGE; + + /// + /// Gets the orange_red colored Color class. + /// + /// 3 + public static readonly Color OrangeRed = NDalic.ORANGE_RED; + + /// + /// Gets the orchid colored Color class. + /// + /// 3 + public static readonly Color Orchid = NDalic.ORCHID; + + /// + /// Gets the pale_golden_rod colored Color class. + /// + /// 3 + public static readonly Color PaleGoldenRod = NDalic.PALE_GOLDEN_ROD; + + /// + /// Gets the pale_green colored Color class. + /// + /// 3 + public static readonly Color PaleGreen = NDalic.PALE_GREEN; + + /// + /// Gets the Pale_Turquoise colored Color class. + /// + /// 3 + public static readonly Color PaleTurquoise = NDalic. PALE_TURQUOISE; + + /// + /// Gets the Pale_Violet_Red colored Color class. + /// + /// 3 + public static readonly Color PaleVioletRed = NDalic.PALE_VIOLET_RED; + + /// + /// Gets the Papaya_whip colored Color class. + /// + /// 3 + public static readonly Color PapayaWhip = NDalic.PAPAYA_WHIP ; + + /// + /// Gets the Peach_puff colored Color class. + /// + /// 3 + public static readonly Color PeachPuff = NDalic.PEACH_PUFF; + + /// + /// Gets the peru colored Color class. + /// + /// 3 + public static readonly Color Peru = NDalic.PERU; + + /// + /// Gets the pink colored Color class. /// /// 3 - public static readonly Color Cyan = new Color(0.0f, 1.0f, 1.0f, 1.0f); + public static readonly Color Pink = NDalic.PINK; + + /// + /// Gets the plum colored Color class. + /// + /// 3 + public static readonly Color Plum = NDalic.PLUM; + + /// + /// Gets the powder_blue colored Color class. + /// + /// 3 + public static readonly Color PowderBlue = NDalic.POWDER_BLUE; + + /// + /// Gets the purple colored Color class. + /// + /// 3 + public static readonly Color Purple = NDalic.PURPLE; + + /// + /// Gets the red colored Color class. + /// + /// 3 + public static readonly Color Red = NDalic.RED; + + /// + /// Gets the rosy_brown colored Color class. + /// + /// 3 + public static readonly Color RosyBrown = NDalic.ROSY_BROWN; + + /// + /// Gets the royal_blue colored Color class. + /// + /// 3 + public static readonly Color RoyalBlue = NDalic.ROYAL_BLUE; + + /// + /// Gets the saddle_brown colored Color class. + /// + /// 3 + public static readonly Color SaddleBrown = NDalic.SADDLE_BROWN; + + /// + /// Gets the salmon colored Color class. + /// + /// 3 + public static readonly Color Salmon = NDalic.SALMON; + + /// + /// Gets the sandy_brown colored Color class. + /// + /// 3 + public static readonly Color SandyBrown = NDalic.SANDY_BROWN; + + /// + /// Gets the sea_green colored Color class. + /// + /// 3 + public static readonly Color SeaGreen = NDalic.SEA_GREEN; + + /// + /// Gets the sea_shell colored Color class. + /// + /// 3 + public static readonly Color SeaShell = NDalic.SEA_SHELL; + + /// + /// Gets the sienna colored Color class. + /// + /// 3 + public static readonly Color Sienna = NDalic.SIENNA; + + /// + /// Gets the silver colored Color class. + /// + /// 3 + public static readonly Color Silver = NDalic.SILVER; + + /// + /// Gets the sky_blue colored Color class. + /// + /// 3 + public static readonly Color SkyBlue = NDalic.SKY_BLUE; + + /// + /// Gets the slate_blue colored Color class. + /// + /// 3 + public static readonly Color SlateBlue = NDalic.SLATE_BLUE; + + /// + /// Gets the slate_gray colored Color class. + /// + /// 3 + public static readonly Color SlateGray = NDalic.SLATE_GRAY; + + /// + /// Gets the slate_grey colored Color class. + /// + /// 3 + public static readonly Color SlateGrey = NDalic.SLATE_GREY; + + /// + /// Gets the snow colored Color class. + /// + /// 3 + public static readonly Color Snow = NDalic.SNOW; + + /// + /// Gets the spring_green colored Color class. + /// + /// 3 + public static readonly Color SpringGreen = NDalic.SPRING_GREEN; + + /// + /// Gets the steel_blue colored Color class. + /// + /// 3 + public static readonly Color SteelBlue = NDalic.STEEL_BLUE; + + /// + /// Gets the tan colored Color class. + /// + /// 3 + public static readonly Color Tan = NDalic.TAN; + + /// + /// Gets the teal colored Color class. + /// + /// 3 + public static readonly Color Teal = NDalic.TEAL; + + /// + /// Gets the thistle colored Color class. + /// + /// 3 + public static readonly Color Thistle = NDalic.THISTLE; + + /// + /// Gets the tomato colored Color class. + /// + /// 3 + public static readonly Color Tomato = NDalic.TOMATO; /// /// Gets the transparent colored Color class. /// /// 3 - public static readonly Color Transparent = new Color(0.0f, 0.0f, 0.0f, 0.0f); + public static readonly Color Transparent = NDalic.TRANSPARENT; + + /// + /// Gets the turquoise colored Color class. + /// + /// 3 + public static readonly Color Turquoise = NDalic.TURQUOISE; + + /// + /// Gets the violet colored Color class. + /// + /// 3 + public static readonly Color Violet = NDalic.VIOLET; + + /// + /// Gets the wheat colored Color class. + /// + /// 3 + public static readonly Color Wheat = NDalic.WHEAT; + + /// + /// Gets the white colored Color class. + /// + /// 3 + public static readonly Color White = NDalic.WHITE; + + /// + /// Gets the white_smoke colored Color class. + /// + /// 3 + public static readonly Color WhiteSmoke = NDalic.WHITE_SMOKE; + + /// + /// Gets the yellow colored Color class. + /// + /// 3 + public static readonly Color Yellow = NDalic.YELLOW; + + /// + /// Gets the yellow_green colored Color class. + /// + /// 3 + public static readonly Color YellowGreen = NDalic.YELLOW_GREEN; + private readonly bool hashDummy;