From: Jiyun Yang Date: Wed, 10 Feb 2021 02:14:58 +0000 (+0900) Subject: [NUI] Make hidden for un-ACR-ed Color APIs (#2635) X-Git-Tag: accepted/tizen/unified/20210219.040944~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34ff278bd993d27706bc0c6a9518ad1e8f16f6f9;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [NUI] Make hidden for un-ACR-ed Color APIs (#2635) * And fix typo Signed-off-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 fc69fbf..2221ec8 100755 --- a/src/Tizen.NUI/src/internal/Interop/Interop.NDalicColor.cs +++ b/src/Tizen.NUI/src/internal/Interop/Interop.NDalicColor.cs @@ -338,13 +338,13 @@ namespace Tizen.NUI [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")] + [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")] + [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")] diff --git a/src/Tizen.NUI/src/internal/NativeBinding/NDalic.cs b/src/Tizen.NUI/src/internal/NativeBinding/NDalic.cs index 0c2ca11..5294af4 100755 --- a/src/Tizen.NUI/src/internal/NativeBinding/NDalic.cs +++ b/src/Tizen.NUI/src/internal/NativeBinding/NDalic.cs @@ -1428,7 +1428,7 @@ namespace Tizen.NUI } } - public static Vector4 PALE_TURQUOISE + public static Vector4 PALE_TURQUOISE { get { diff --git a/src/Tizen.NUI/src/public/Common/Color.cs b/src/Tizen.NUI/src/public/Common/Color.cs index 27671e7..f49e44f 100755 --- a/src/Tizen.NUI/src/public/Common/Color.cs +++ b/src/Tizen.NUI/src/public/Common/Color.cs @@ -31,43 +31,43 @@ namespace Tizen.NUI /// /// Gets the alice_blue colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color AliceBlue = NDalic.ALICE_BLUE; /// /// Gets the antique_white colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color AntiqueWhite = NDalic.ANTIQUE_WHITE; /// /// Gets the aqua colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Aqua = NDalic.AQUA; /// /// Gets the aqua_marine colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color AquaMarine = NDalic.AQUA_MARINE; /// /// Gets the azure colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Azure = NDalic.AZURE; /// /// Gets the beige colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Beige = NDalic.BEIGE; /// /// Gets the bisque colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Bisque = NDalic.BISQUE; /// @@ -79,7 +79,7 @@ namespace Tizen.NUI /// /// Gets the blanche_dalmond colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color BlancheDalmond = NDalic.BLANCHE_DALMOND; /// @@ -91,61 +91,61 @@ namespace Tizen.NUI /// /// Gets the blue_violet colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color BlueViolet = NDalic.BLUE_VIOLET; /// /// Gets the brown colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Brown = NDalic.BROWN; /// /// Gets the burly_wood colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color BurlyWood = NDalic.BURLY_WOOD; /// /// Gets the cadet_blue colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color CadetBlue = NDalic.CADET_BLUE; /// /// Gets the chartreuse colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Chartreuse = NDalic.CHARTREUSE; /// /// Gets the chocolate colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Chocolate = NDalic.CHOCOLATE; /// /// Gets the coral colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Coral = NDalic.CORAL; /// /// Gets the cornflower_blue colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color CornflowerBlue = NDalic.CORNFLOWER_BLUE; /// /// Gets the cornsilk colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Cornsilk = NDalic.CORNSILK; /// /// Gets the crimson colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Crimson = NDalic.CRIMSON; /// @@ -157,199 +157,199 @@ namespace Tizen.NUI /// /// Gets the dark_blue colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color DarkBlue = NDalic.DARK_BLUE; /// /// Gets the dark_cyan colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color DarkCyan = NDalic.DARK_CYAN; /// /// Gets the dark_goldenrod colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color DarkGoldenrod = NDalic.DARK_GOLDENROD; /// /// Gets the dark_gray colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color DarkGray = NDalic.DARK_GRAY; /// /// Gets the dark_green colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color DarkGreen = NDalic.DARK_GREEN; /// /// Gets the dark_grey colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color DarkGrey = NDalic.DARK_GREY; /// /// Gets the dark_khaki colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color DarkKhaki = NDalic.DARK_KHAKI; /// /// Gets the dark_magenta colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color DarkMagenta = NDalic.DARK_MAGENTA; /// /// Gets the dark_olive_green colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color DarkOliveGreen = NDalic.DARK_OLIVE_GREEN; /// /// Gets the dark_orange colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color DarkOrange = NDalic.DARK_ORANGE; /// /// Gets the dark_orchid colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color DarkOrchid = NDalic.DARK_ORCHID; /// /// Gets the dark_red colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color DarkRed = NDalic.DARK_RED; /// /// Gets the dark_salmon colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color DarkSalmon = NDalic.DARK_SALMON; /// /// Gets the dark_sea_green colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color DarkSeaGreen = NDalic.DARK_SEA_GREEN; /// /// Gets the dark_slate_blue colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color DarkSlateBlue = NDalic.DARK_SLATE_BLUE; /// /// Gets the dark_slate_gray colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color DarkSlateGray = NDalic.DARK_SLATE_GRAY; /// /// Gets the dark_slate_grey colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color DarkSlateGrey = NDalic.DARK_SLATE_GREY; /// /// Gets the dark_turquoise colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color DarkTurquoise = NDalic.DARK_TURQUOISE; /// /// Gets the dark_violet colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color DarkViolet = NDalic.DARK_VIOLET; /// /// Gets the deep_pink colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color DeepPink = NDalic.DEEP_PINK; /// /// Gets the deep_sky_blue colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color DeepSkyBlue = NDalic.DEEP_SKY_BLUE; /// /// Gets the dim_gray colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color DimGray = NDalic.DIM_GRAY; /// /// Gets the dim_grey colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color DimGrey = NDalic.DIM_GREY; /// /// Gets the dodger_blue colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color DodgerBlue = NDalic.DODGER_BLUE; /// /// Gets the fire_brick colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color FireBrick = NDalic.FIRE_BRICK; /// /// Gets the floral_white colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color FloralWhite = NDalic.FLORAL_WHITE; /// /// Gets the forest_green colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color ForestGreen = NDalic.FOREST_GREEN; /// /// Gets the fuchsia colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Fuchsia = NDalic.FUCHSIA; /// /// Gets the gainsboro colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Gainsboro = NDalic.GAINSBORO; /// /// Gets the ghost_white colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color GhostWhite = NDalic.GHOST_WHITE; /// /// Gets the gold colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Gold = NDalic.GOLD; /// /// Gets the golden_rod colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color GoldenRod = NDalic.GOLDEN_ROD; /// /// Gets the gray colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Gray = NDalic.GRAY; /// @@ -361,181 +361,181 @@ namespace Tizen.NUI /// /// Gets the green_yellow colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color GreenYellow = NDalic.GREEN_YELLOW; /// /// Gets the grey colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Grey = NDalic.GREY; /// /// Gets the honeydew colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Honeydew = NDalic.HONEYDEW; /// /// Gets the hot_pink colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color HotPink = NDalic.HOT_PINK; /// /// Gets the indianred colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Indianred = NDalic.INDIANRED; /// /// Gets the indigo colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Indigo = NDalic.INDIGO; /// /// Gets the ivory colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Ivory = NDalic.IVORY; /// /// Gets the khaki colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Khaki = NDalic.KHAKI; /// /// Gets the lavender colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Lavender = NDalic.LAVENDER; /// /// Gets the lavender_blush colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color LavenderBlush = NDalic.LAVENDER_BLUSH; /// /// Gets the lawn_green colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color LawnGreen = NDalic.LAWN_GREEN; /// /// Gets the lemon_chiffon colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color LemonChiffon = NDalic.LEMON_CHIFFON; /// /// Gets the light_blue colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color LightBlue = NDalic.LIGHT_BLUE; /// /// Gets the light_coral colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color LightCoral = NDalic.LIGHT_CORAL; /// /// Gets the light_cyan colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color LightCyan = NDalic.LIGHT_CYAN; /// /// Gets the light_golden_rod_yellow colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color LightGoldenRodYellow = NDalic.LIGHT_GOLDEN_ROD_YELLOW; /// /// Gets the light_gray colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color LightGray = NDalic.LIGHT_GRAY; /// /// Gets the light_green colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color LightGreen = NDalic.LIGHT_GREEN; /// /// Gets the light_grey colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color LightGrey = NDalic.LIGHT_GREY; /// /// Gets the light_pink colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color LightPink = NDalic.LIGHT_PINK; /// /// Gets the light_salmon colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color LightSalmon = NDalic.LIGHT_SALMON; /// /// Gets the light_sea_green colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color LightSeaGreen = NDalic.LIGHT_SEA_GREEN; /// /// Gets the light_sky_blue colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color LightSkyBlue = NDalic.LIGHT_SKY_BLUE; /// /// Gets the light_slate_gray colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color LightSlateGray = NDalic.LIGHT_SLATE_GRAY; /// /// Gets the light_slate_grey colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color LightSlateGrey = NDalic.LIGHT_SLATE_GREY; /// /// Gets the light_steel_blue colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color LightSteelBlue = NDalic.LIGHT_STEEL_BLUE; /// /// Gets the light_yellow colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color LightYellow = NDalic.LIGHT_YELLOW; /// /// Gets the lime colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Lime = NDalic.LIME; /// /// Gets the lime_green colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color LimeGreen = NDalic.LIME_GREEN; /// /// Gets the linen colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Linen = NDalic.LINEN; /// @@ -547,199 +547,199 @@ namespace Tizen.NUI /// /// Gets the maroon colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Maroon = NDalic.MAROON; /// /// Gets the medium_aqua_marine colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color MediumAquaMarine = NDalic.MEDIUM_AQUA_MARINE; /// /// Gets the medium_blue colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color MediumBlue = NDalic.MEDIUM_BLUE; /// /// Gets the medium_orchid colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color MediumOrchid = NDalic.MEDIUM_ORCHID; /// /// Gets the medium_purple colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color MediumPurple = NDalic.MEDIUM_PURPLE; /// /// Gets the medium_sea_green colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color MediumSeaGreen = NDalic.MEDIUM_SEA_GREEN; /// /// Gets the medium_slate_blue colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color MediumSlateBlue = NDalic.MEDIUM_SLATE_BLUE; /// /// Gets the medium_spring_green colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color MediumSpringGreen = NDalic.MEDIUM_SPRING_GREEN; /// /// Gets the medium_turquoise colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color MediumTurquoise = NDalic.MEDIUM_TURQUOISE; /// /// Gets the medium_violetred colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color MediumVioletred = NDalic.MEDIUM_VIOLETRED; /// /// Gets the midnight_blue colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color MidnightBlue = NDalic.MIDNIGHT_BLUE; /// /// Gets the mint_cream colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color MintCream = NDalic.MINT_CREAM; /// /// Gets the misty_rose colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color MistyRose = NDalic.MISTY_ROSE; /// /// Gets the moccasin colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Moccasin = NDalic.MOCCASIN; /// /// Gets the navajo_white colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color NavajoWhite = NDalic.NAVAJO_WHITE; /// /// Gets the navy colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Navy = NDalic.NAVY; /// /// Gets the old_lace colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color OldLace = NDalic.OLD_LACE; /// /// Gets the olive colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Olive = NDalic.OLIVE; /// /// Gets the olive_drab colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color OliveDrab = NDalic.OLIVE_DRAB; /// /// Gets the orange colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Orange = NDalic.ORANGE; /// /// Gets the orange_red colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color OrangeRed = NDalic.ORANGE_RED; /// /// Gets the orchid colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Orchid = NDalic.ORCHID; /// /// Gets the pale_golden_rod colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color PaleGoldenRod = NDalic.PALE_GOLDEN_ROD; /// /// Gets the pale_green colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color PaleGreen = NDalic.PALE_GREEN; /// /// Gets the Pale_Turquoise colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color PaleTurquoise = NDalic. PALE_TURQUOISE; /// /// Gets the Pale_Violet_Red colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color PaleVioletRed = NDalic.PALE_VIOLET_RED; /// /// Gets the Papaya_whip colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color PapayaWhip = NDalic.PAPAYA_WHIP ; /// /// Gets the Peach_puff colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color PeachPuff = NDalic.PEACH_PUFF; /// /// Gets the peru colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Peru = NDalic.PERU; /// /// Gets the pink colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Pink = NDalic.PINK; /// /// Gets the plum colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Plum = NDalic.PLUM; /// /// Gets the powder_blue colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color PowderBlue = NDalic.POWDER_BLUE; /// /// Gets the purple colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Purple = NDalic.PURPLE; /// @@ -751,121 +751,121 @@ namespace Tizen.NUI /// /// Gets the rosy_brown colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color RosyBrown = NDalic.ROSY_BROWN; /// /// Gets the royal_blue colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color RoyalBlue = NDalic.ROYAL_BLUE; /// /// Gets the saddle_brown colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color SaddleBrown = NDalic.SADDLE_BROWN; /// /// Gets the salmon colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Salmon = NDalic.SALMON; /// /// Gets the sandy_brown colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color SandyBrown = NDalic.SANDY_BROWN; /// /// Gets the sea_green colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color SeaGreen = NDalic.SEA_GREEN; /// /// Gets the sea_shell colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color SeaShell = NDalic.SEA_SHELL; /// /// Gets the sienna colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Sienna = NDalic.SIENNA; /// /// Gets the silver colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Silver = NDalic.SILVER; /// /// Gets the sky_blue colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color SkyBlue = NDalic.SKY_BLUE; /// /// Gets the slate_blue colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color SlateBlue = NDalic.SLATE_BLUE; /// /// Gets the slate_gray colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color SlateGray = NDalic.SLATE_GRAY; /// /// Gets the slate_grey colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color SlateGrey = NDalic.SLATE_GREY; /// /// Gets the snow colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Snow = NDalic.SNOW; /// /// Gets the spring_green colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color SpringGreen = NDalic.SPRING_GREEN; /// /// Gets the steel_blue colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color SteelBlue = NDalic.STEEL_BLUE; /// /// Gets the tan colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Tan = NDalic.TAN; /// /// Gets the teal colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Teal = NDalic.TEAL; /// /// Gets the thistle colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Thistle = NDalic.THISTLE; /// /// Gets the tomato colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Tomato = NDalic.TOMATO; /// @@ -877,19 +877,19 @@ namespace Tizen.NUI /// /// Gets the turquoise colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Turquoise = NDalic.TURQUOISE; /// /// Gets the violet colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Violet = NDalic.VIOLET; /// /// Gets the wheat colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color Wheat = NDalic.WHEAT; /// @@ -901,7 +901,7 @@ namespace Tizen.NUI /// /// Gets the white_smoke colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color WhiteSmoke = NDalic.WHITE_SMOKE; /// @@ -913,7 +913,7 @@ namespace Tizen.NUI /// /// Gets the yellow_green colored Color class. /// - /// 3 + [EditorBrowsable(EditorBrowsableState.Never)] public static readonly Color YellowGreen = NDalic.YELLOW_GREEN;