ProtoFlux:ColorMulRGB: Difference between revisions

From Resonite Wiki
Create Color Mul RGB ProtoFlux Node Page
 
m YoshBot moved page ProtoFlux:Color Mul RGB to ProtoFlux:ColorMulRGB: Automated: removing spaces from ProtoFlux namespace
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Template:Color_Channel|Mul|RGB|}}
{{Template:Color_Channel|Mul|RGB|color}}

Latest revision as of 23:47, 20 August 2025

Mul RGB
color
*
Value
Channels

Mul RGB is a ProtoFlux node that does a Mul operation to a color on the RGB channel.

Inputs

color (color)

The color to do a Mul operation to the RGB channel on.

Value (Float)

The value to do a Mul operation to the RGB channel on the provided color (color).

Outputs

* (color)

Returns the provided color (color) with a Mul operation done to the RGB channel using Value (Float).

Examples

Mul RGB being used in some ProtoFlux code.
Mul RGB being used in some ProtoFlux code.