csharp
public enum VideoColourRangeWhether the samples use the whole 0–255 range or television's 16–235.
No guide page documents this yet — the page shows what the code says about itself.
Remarks
Getting this wrong is the single most common video bug there is, and it does not look like a bug: the picture is simply a little washed out or a little crushed, which everybody attributes to the source. It is carried on the format rather than assumed because a container states it and a converter needs it.
Fields and properties (2)
Limited16–235 for luma, 16–240 for chroma. What broadcast and almost all delivered video is.
Full0–255 for everything. What a screen capture or a still image is.
Used by (12)
- ColourRoundTripTestsVixen.Video.Tests
- MatroskaDemuxerVixen.Video
- MatroskaDemuxerTestsVixen.Video.Tests
- MatroskaTrackVixen.Video
- VideoColourCoefficientsVixen.Video
- VideoColourConversionTestsVixen.Video.Tests
- VideoConstantsVixen.Video.Rendering
- VideoFormatVixen.Video
- VideoFrameVixen.Video
- VideoFrameTestsVixen.Video.Tests
- VideoTextureTestsVixen.Video.Tests
- VideoTrackInfoVixen.Video