Groups single-channel red, green, and blue color values into the required 4-dimensional RGBA pixel output color signal, with a constant of 1.0 for the opacity.
Supported Rates: pixel
Make a VRGBOut VGen at requested rate.
red |
The red color component value, between 0 and 1. |
green |
The green color component value, between 0 and 1. |
blue |
The blue color component value, between 0 and 1. |
The vector VVec4.pr(red, green, blue, 1.0)
dimensions
input | output |
1, 1, 1 | 4 |