Kanzi  3.9.5
Kanzi Engine API
graphics_swizzle_mask.hpp File Reference

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...