#include <kanzi/core/cpp/array.hpp>
#include <kanzi/core.ui/coreui_api.hpp>
#include <kanzi/core/cpp/cstdint.hpp>
Classes | |
class | kanzi::TextureSwizzleMask |
Texture swizzle mask. More... | |
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Typedefs | |
using | kanzi::GLSwizzleMask = array< int, 4 > |
Functions | |
constexpr TextureSwizzleMask | kanzi::SwizzleMaskLuminanceToRGBA (TextureSwizzleMask::ColorComponent::Alpha) |
Mask all of the color channels with alpha. More... | |
constexpr TextureSwizzleMask | kanzi::SwizzleMaskRGBToLuminanceAlpha (TextureSwizzleMask::ColorComponent::Red, TextureSwizzleMask::ColorComponent::Red, TextureSwizzleMask::ColorComponent::Red, TextureSwizzleMask::ColorComponent::Alpha) |
Mask all of the color channels with red. More... | |