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

VRGBAOut
ExtensionExtension

Red, green, blue, and alpha color output VGen

Description

Groups single-channel red, green, blue, and alpha color values into the required 4-dimensional RGBA pixel output color signal.

Supported Rates: pixel

Class Methods

.pr

Make a VRGBAOut VGen at pixel 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.

alpha

The alpha blending component values, between 0 and 1, with 0 meaning completely transparent and 1 meaning completely opaque.

Returns:

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

dimensions

inputoutput
1, 1, 1, 14

Examples