SolidSource object
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. See “FootageSource object” on page 69.
Attributes
color attribute
solidSource.color
The color of the solid, expressed as red, green, and blue values.
Type: Array of three floating-point values, [R, G, B], in the range [0.0..1.0]; read/write.
Attribute Reference Description
color “SolidSource color attribute” on page 179 The color of the solid.