X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=core%2Fproducer%2Fscene%2Fscene.xsd;h=47844ca691253921d9e2d26f6c7a960ceb6501d3;hb=ceffb3558efafb706af50c04b4b150250e2963f0;hp=269c788041b7312df2ccc30bb14cfc59df545009;hpb=0eab6d7ef8ee618924b4aac7c86f6f1b78d19fc5;p=casparcg diff --git a/core/producer/scene/scene.xsd b/core/producer/scene/scene.xsd index 269c78804..47844ca69 100644 --- a/core/producer/scene/scene.xsd +++ b/core/producer/scene/scene.xsd @@ -67,6 +67,21 @@ The Y coordinate of the layer in the scene coordinate system. Can be an expression. The width of the layer. Is by default calculated by the producer itself but can be overridden. Can be an expression. The height of the layer. Is by default calculated by the producer itself but can be overridden. Can be an expression. + + + + Properties regarding viewport clipping. The coordinates are relative to the scene coordinate system. They are addressable from expressions as layer.[id].clip.[property]. + + + + + The X position within the scene coordinate system to clip the upper left corner. Can be an expression. + The Y position within the scene coordinate system to clip the upper left corner. Can be an expression. + The X position within the scene coordinate system to clip the lower right corner. Can be an expression. + The Y position within the scene coordinate system to clip the lower right corner. Can be an expression. + + + The X anchor within the layer coordinate system where position and rotation are done relative to/around. Can be an expression. The Y anchor within the layer coordinate system where position and rotation are done relative to/around. Can be an expression. The rotation of the layer around anchor_x/anchor_y expressed in degrees. Can be an expression. @@ -91,6 +106,25 @@ The opacity of the layer. Can be an expression. + The contrast of the layer. Can be an expression. + The saturation of the layer. Can be an expression. + The brightness of the layer. Can be an expression. + + + + + + + Properties regarding level adjustments. They are addressable from expressions as layer.[id].level.[property]. + + + + + The minimum input level of the layer. Can be an expression. + The maximum input level of the layer. Can be an expression. + The gamma correction of the layer. Can be an expression. + The minimum output level of the layer. Can be an expression. + The maximum output level of the layer. Can be an expression. @@ -111,6 +145,7 @@ + The audio volume of the layer. Can be an expression.