Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- newtype SamplerYcbcrRange where
Documentation
newtype SamplerYcbcrRange Source #
VkSamplerYcbcrRange - Range of encoded values in a color space
Description
The formulae for these conversions is described in the Sampler Y′CBCR Range Expansion section of the Image Operations chapter.
No range modification takes place if ycbcrModel
is
SAMPLER_YCBCR_MODEL_CONVERSION_RGB_IDENTITY
;
the ycbcrRange
field of
SamplerYcbcrConversionCreateInfo
is ignored in this case.
See Also
AndroidHardwareBufferFormatPropertiesANDROID
,
SamplerYcbcrConversionCreateInfo
pattern SAMPLER_YCBCR_RANGE_ITU_FULL :: SamplerYcbcrRange |
|
pattern SAMPLER_YCBCR_RANGE_ITU_NARROW :: SamplerYcbcrRange |
|