solidsource
SolidSource object
Section titled “SolidSource object”app.project.item(index).mainSource
app.project.item(index).proxySource
Description
Section titled “Description”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.
Attributes
Section titled “Attributes”SolidSource.color
Section titled “SolidSource.color”solidSource.color
Description
Section titled “Description”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.