gstvideo.video_color_range
Module for [VideoColorRange] enum namespace
struct VideoColorRange
Types 1
structVideoColorRange
Namespace for [VideoColorRange] enum
Methods
void offsets(gstvideo.types.VideoColorRange range, gstvideo.video_format_info.VideoFormatInfo info, ref int[] offset, ref int[] scale)Compute the offset and scale values for each component of info. For each component, (c[i] - offset[i]) / scale[i] will scale the component c[i] to the range [0.0 .. 1.0].