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.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
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