SequenceColorFormat
此内容尚不支持你的语言。
Defined in: packages/project-schema/src/types.ts:46
Extends
Section titled “Extends”Indexable
Section titled “Indexable”[key: string]: JsonValue
Properties
Section titled “Properties”alphaMode?
Section titled “alphaMode?”
optionalalphaMode:"opaque"|"premultiplied"
Defined in: packages/project-schema/src/types.ts:65
Defaults to premultiplied inside the renderer.
backgroundColor
Section titled “backgroundColor”backgroundColor:
JsonObject
Defined in: packages/project-schema/src/types.ts:70
bitDepth?
Section titled “bitDepth?”
optionalbitDepth:8|10
Defined in: packages/project-schema/src/types.ts:69
Defaults to 8 for legacy Project v1 documents.
channelLayout
Section titled “channelLayout”channelLayout:
"mono"|"stereo"|"5.1"
Defined in: packages/project-schema/src/types.ts:52
chromaSubsampling?
Section titled “chromaSubsampling?”
optionalchromaSubsampling:"rgb"|"4:4:4"|"4:2:2"|"4:2:0"
Defined in: packages/project-schema/src/types.ts:63
Defaults to 4:4:4; an encoder may require an explicit conversion to 4:2:0.
colorPrimaries?
Section titled “colorPrimaries?”
optionalcolorPrimaries:"bt709"|"display-p3"|"bt2020"
Defined in: packages/project-schema/src/types.ts:55
Defaults to bt709 for legacy Project v1 documents.
colorRange?
Section titled “colorRange?”
optionalcolorRange:"full"|"limited"
Defined in: packages/project-schema/src/types.ts:61
Defaults to full for the linear compositing surface.
frameRate
Section titled “frameRate”frameRate:
Rational&JsonObject
Defined in: packages/project-schema/src/types.ts:50
height
Section titled “height”height:
number
Defined in: packages/project-schema/src/types.ts:48
matrixCoefficients?
Section titled “matrixCoefficients?”
optionalmatrixCoefficients:"bt709"|"rgb"|"bt2020-ncl"
Defined in: packages/project-schema/src/types.ts:59
Defaults to rgb for the linear compositing surface.
pixelAspectRatio
Section titled “pixelAspectRatio”pixelAspectRatio:
Rational&JsonObject
Defined in: packages/project-schema/src/types.ts:49
sampleRate
Section titled “sampleRate”sampleRate:
44100|48000|96000
Defined in: packages/project-schema/src/types.ts:51
toneMapping?
Section titled “toneMapping?”
optionaltoneMapping:"none"|"bt2390"|"reinhard"
Defined in: packages/project-schema/src/types.ts:67
Defaults to none; HDR must fail closed when it cannot be presented without conversion.
transferFunction?
Section titled “transferFunction?”
optionaltransferFunction:"srgb"|"gamma22"|"pq"|"hlg"
Defined in: packages/project-schema/src/types.ts:57
Defaults to srgb for legacy Project v1 documents.
width:
number
Defined in: packages/project-schema/src/types.ts:47
workingColorSpace
Section titled “workingColorSpace”workingColorSpace:
"srgb-linear"|"display-p3-linear"|"rec2020-linear"
Defined in: packages/project-schema/src/types.ts:53