Searched refs:ImageAlphaMode (Results 1 – 1 of 1) sorted by relevance
14 enum class ImageAlphaMode { enum20 template <ImageAlphaMode Mode>165 static constexpr size_t channels = Mode == ImageAlphaMode::Exclusive ? 1 : 4;169 using UnassociatedImage = Image<ImageAlphaMode::Unassociated>;170 using PremultipliedImage = Image<ImageAlphaMode::Premultiplied>;171 using AlphaImage = Image<ImageAlphaMode::Exclusive>;