X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-sharp%2Fsharp%2Finternal%2FBlendFactorType.cs;h=b662e61c8d3ea9eab315658bc99485f9b957c892;hb=be285c96c24c22f863e411c7bfd752123789bfb2;hp=357dc9ca0af7c3b9551d6bfafdc08cd8582c0069;hpb=d375dceca213569317d81d17cd2d2a4b45122cda;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git 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,