SceneObject class/Blending.Function.Source property: Difference between revisions
Appearance
Added new property page. |
m Category reorg |
||
Line 76: | Line 76: | ||
{{ambox|text=Add links to external resources that would also help.}} | {{ambox|text=Add links to external resources that would also help.}} | ||
[[Category:VI Server Property]] |
Latest revision as of 13:44, 7 May 2020
VI Server Property Information | |
---|---|
Property ID | 2D877825 |
Scope | Basic Development Environment |
Data Name | Blending.Function.Source |
Short Name* | Blending.Function.Source |
Long Name* | Blending:Function:Source |
* 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 |
Property Node | ![]() |
Available in Real-Time Operating System | No |
Available in Run-Time Engine | Yes |
Loads the block diagram into memory | No |
Loads the front panel into memory | No |
Need to authenticate before use | No |
Permissions | Read/Write |
Remote access allowed | Yes |
Settable when the VI is running | Yes |
Reads or writes the blend factor you apply to the color values of the incoming fragment.
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.
0 | Zero— (default) (0, 0, 0, 0) |
---|---|
1 | One—(1, 1, 1, 1) |
2 | Destination Color—(Rd/kR, Gd/kG, Bd/kB, Ad/kA) |
3 | One Minus Destination Color—(1, 1, 1, 1)−(Rd/kR, Gd/kG, Bd/kB, Ad/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) |
8 | Source Alpha Saturate—(i, i, i, 1) where i=min (As, kA, Ad)/kA |
Uses
![]() |
Specific use cases for this property. |
History
![]() |
History information is needed. What changes have occurred over previous versions? |
Version | Change(s) |
---|---|
![]() |
More info to come. |
See Also
![]() |
Add links to internal wiki pages that would also help. |
External Links
![]() |
Add links to external resources that would also help. |