Skip to content

solidsource

app.project.item(index).mainSource

app.project.item(index).proxySource

The SolidSource object represents a solid-color footage source.

SolidSource is a subclass of FootageSource. All methods and attributes of FootageSource, in addition to those listed below, are available when working with SolidSource.


solidSource.color

The color of the solid, expressed as red, green, and blue values.

Array of three floating-point values, [R, G, B], in the range [0.0..1.0]; read/write.