SceneObject class/Blending.Function.Destination property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 2D877806
Scope Basic Development Environment
Data Name Blending.Function.Destination
Short Name* Blending.Function.Destination
Long Name* Blending:Function:Destination
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 105
Owning Class Name SceneObject Class
Data Type Enum U16 data type

Enum U16

Property Node Blending:Function:Destination
Available in Real-Time Operating SystemNo
Available in Run-Time EngineYes
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningNo

Reads or writes the blend factor you apply to the color values of the currently stored pixels.

The following source and destination color components are described as (Rs, Gs, Bs, As) for source components and (Rd, Gd, Bd, Ad) for destination components.

The components have integer values between 0 and (kR, kG, kB, kA), where kR=2mR 1, kG=2mG 1, kB=2mB 1, and kA=2mA 1.

(mR, mG, mB, mA) is the number of bitplanes for each red, green, blue, and alpha value.

Values
0 Zero— (default) (0, 0, 0, 0)
1 One—(1, 1, 1, 1)
2 Source Color—(RS/kR, Gs/kG, Bs/kB, As/kA)
3 One Minus Source Color—(1, 1, 1, 1)−(RS/kR, Gs/kG, Bs/kB, As/kA)
4 Source Alpha—(As/kA, As/kA, As/kA, As/kA)
5 One Minus Source Alpha—(1, 1, 1, 1)−(As/kA, As/kA, As/kA, As/kA)
6 Destination Alpha—(Ad/kA, Ad/kA, Ad/kA, Ad/kA)
7 One Minus Destination Alpha—(1, 1, 1, 1)−(Ad/kA,Ad/kA, Ad/kA, Ad/kA)

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links