跳转到内容

RenderIr

此内容尚不支持你的语言。

Defined in: types.ts:218

readonly alphaMode: "opaque" | "premultiplied"

Defined in: types.ts:234


readonly optional backgroundColor: JsonObject

Defined in: types.ts:237


readonly bitDepth: 8 | 10

Defined in: types.ts:236


readonly channelLayout: string

Defined in: types.ts:227


readonly chromaSubsampling: "rgb" | "4:4:4" | "4:2:2" | "4:2:0"

Defined in: types.ts:233


readonly colorPrimaries: "bt709" | "display-p3" | "bt2020"

Defined in: types.ts:229


readonly colorRange: "full" | "limited"

Defined in: types.ts:232


readonly durationUs: number

Defined in: types.ts:238


readonly frameRate: Rational

Defined in: types.ts:225


readonly height: number

Defined in: types.ts:224


readonly irVersion: "1.0.0"

Defined in: types.ts:219


readonly materials: Readonly<Record<string, IrMaterialInstance>>

Defined in: types.ts:241


readonly matrixCoefficients: "bt709" | "rgb" | "bt2020-ncl"

Defined in: types.ts:231


readonly projectId: string

Defined in: types.ts:220


readonly revision: bigint

Defined in: types.ts:222


readonly sampleRate: number

Defined in: types.ts:226


readonly sequenceId: string

Defined in: types.ts:221


readonly optional subgraphs: Readonly<Record<string, RenderIr>>

Defined in: types.ts:243

Compiled nested Sequence graphs; absent only in legacy hand-authored IR.


readonly toneMapping: "none" | "bt2390" | "reinhard"

Defined in: types.ts:235


readonly tracks: readonly IrTrack[]

Defined in: types.ts:239


readonly transferFunction: "srgb" | "gamma22" | "pq" | "hlg"

Defined in: types.ts:230


readonly transitions: readonly IrTransition[]

Defined in: types.ts:240


readonly width: number

Defined in: types.ts:223


readonly workingColorSpace: string

Defined in: types.ts:228