Home > @infiniteobjects/data-types > VideoPrintBase
Video Print Base
Signature:
export declare class VideoPrintBase implements IVideoPrintBase
Implements: IVideoPrintBase
This is a partial IVideoPrint used as a default for our applications
Property | Modifiers | Type | Description |
---|---|---|---|
backgroundColor? | VideoPrintBaseBackgroundColor | (Optional) Background color see RGBA for more info | |
backgroundImage? | string | null | (Optional) Background image | |
device? | VideoPrintBaseDevice | (Optional) Partial IDevice. | |
printType? | VideoPrintType | (Optional) Video Print Type | |
transform? | VideoPrintBaseTransform | (Optional) Partial IVideoTransform |
Method | Modifiers | Description |
---|---|---|
fromPlain(plain) | static |
Creates a new instance from a simple object |