Skip to content

BlendFrame Extension

James Brundage edited this page Apr 24, 2022 · 6 revisions

Extension/BlendFrame.RoughDraft.Extension.ps1

Synopsis

BlendFrame Extension


Description

Blends Successive Frames


Related Links


Parameters

BlendFrame

Type Requried Postion PipelineInput
[Switch] true named false

BlendMode

Type Requried Postion PipelineInput
[String] false 1 false

BlendColorMode

Type Requried Postion PipelineInput
[String[]] false 2 false

BlendExpression

Type Requried Postion PipelineInput
[String] false 3 false

BlendColorExpression

Type Requried Postion PipelineInput
[String[]] false 4 false

BlendOpacity

Type Requried Postion PipelineInput
[String] false 5 false

BlendColorOpacity

Type Requried Postion PipelineInput
[String[]] false 6 false

Syntax

Extension/BlendFrame.RoughDraft.Extension.ps1 -BlendFrame [[-BlendMode] <String>] [[-BlendColorMode] <String[]>] [[-BlendExpression] <String>] [[-BlendColorExpression] <String[]>] [[-BlendOpacity] <String>] [[-BlendColorOpacity] <String[]>] [<CommonParameters>]

Clone this wiki locally