X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Frenderers%2Fgradient%2Fgradient.h;h=f08af994a21bd013404b842dfbe65258701c8032;hb=d00a250741411c386d988e7ac34525cf94a1918e;hp=36e6ee4fbfb26efa3fef9587aff29eda12eb1c51;hpb=299e8f55adab64025e446c5dcd1e87f050e43f82;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/renderers/gradient/gradient.h b/dali-toolkit/internal/controls/renderers/gradient/gradient.h index 36e6ee4..f08af99 100644 --- a/dali-toolkit/internal/controls/renderers/gradient/gradient.h +++ b/dali-toolkit/internal/controls/renderers/gradient/gradient.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_GRADIENT_H__ -#define __DALI_TOOLKIT_INTERNAL_GRADIENT_H__ +#ifndef DALI_TOOLKIT_INTERNAL_GRADIENT_H +#define DALI_TOOLKIT_INTERNAL_GRADIENT_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,10 +19,11 @@ */ //EXTERNAL INCLUDES -#include -#include #include #include +#include +#include +#include namespace Dali { @@ -130,9 +131,9 @@ public: /** * Generate the lookup texture with the gradient stops. - * @return the lookup texture which transit smoothly between stops. + * @return The lookup texture which transit smoothly between stops. */ - BufferImage GenerateLookupTexture(); + Dali::Texture GenerateLookupTexture(); private: @@ -176,4 +177,4 @@ protected: } // namespace Dali -#endif /* __DALI_TOOLKIT_INTERNAL_GRADIENT_RENDERER_H__ */ +#endif // DALI_TOOLKIT_INTERNAL_GRADIENT_RENDERER_H