UNPKG

atem-connection

Version:

Typescript Node.js library for connecting with an ATEM switcher.

21 lines 696 B
export interface ColorConvertConstants { readonly KR: number; readonly KB: number; readonly KG: number; readonly KRi: number; readonly KBi: number; readonly YRange: number; readonly CbCrRange: number; readonly HalfCbCrRange: number; readonly YOffset: number; readonly CbCrOffset: number; readonly KRKRioKG: number; readonly KBKBioKG: number; readonly KRoKBi: number; readonly KGoKBi: number; readonly KBoKRi: number; readonly KGoKRi: number; } export declare const ColorConvertConstantsBT709: ColorConvertConstants; export declare const ColorConvertConstantsBT601: ColorConvertConstants; //# sourceMappingURL=colorConstants.d.ts.map