videolib.standards.standards_8bit

standards_8bit = [Standard(name='sRGB', white_xy=(0.3127, 0.329), red_xy=(0.64, 0.33), green_xy=(0.3, 0.6), blue_xy=(0.15, 0.06), linear_range=100, oetf=<function srgb_oetf>, eotf=<function srgb_eotf>, bitdepth=8, dtype='uint8'), Standard(name='Rec.709', white_xy=(0.3127, 0.329), red_xy=(0.64, 0.33), green_xy=(0.3, 0.6), blue_xy=(0.15, 0.06), linear_range=100, oetf=<function rec709_oetf>, eotf=<function rec709_eotf>, bitdepth=8, dtype='uint8')][source]

List of 8-bit standards