X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FBlendFactorType.cs;h=b662e61c8d3ea9eab315658bc99485f9b957c892;hp=357dc9ca0af7c3b9551d6bfafdc08cd8582c0069;hb=318378db7fbb0bcfb08c3c603f54857d6f5c9639;hpb=0f5a8aaa14ccf06aee1069ef585d83b8506dd099 diff --git a/plugins/dali-sharp/sharp/internal/BlendFactorType.cs b/plugins/dali-sharp/sharp/internal/BlendFactorType.cs index 357dc9c..b662e61 100644 --- a/plugins/dali-sharp/sharp/internal/BlendFactorType.cs +++ b/plugins/dali-sharp/sharp/internal/BlendFactorType.cs @@ -10,7 +10,7 @@ namespace Dali { -public enum BlendFactorType { +internal enum BlendFactorType { ZERO = 0, ONE = 1, SRC_COLOR = 0x0300,