VRGBOut:
Filter:
Scintillator/Classes (extension) | Quarks > Scintillator > VGens > Vector Manipulation > Color Output

VRGBOut
ExtensionExtension

Opaque red, green, blue color output VGen

Description

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

Class Methods

.pr

Make a VRGBOut VGen at requested rate.

Arguments:

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.

Returns:

The vector VVec4.pr(red, green, blue, 1.0)

dimensions

inputoutput
1, 1, 14

Examples