Click or drag to resize
Ab4d.SharpEngine logo

SamplerYcbcrRange Enumeration

[Missing <summary> documentation for "T:Ab4d.Vulkan.SamplerYcbcrRange"]


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public enum SamplerYcbcrRange
Members
Member nameValueDescription
ItuFull0Luma 0..1 maps to 0..255, chroma -0.5..0.5 to 1..255 (clamped)
ItuNarrow1Luma 0..1 maps to 16..235, chroma -0.5..0.5 to 16..240
Remarks

[Missing <remarks> documentation for "T:Ab4d.Vulkan.SamplerYcbcrRange"]

See Also