SbColorMultiply Operator |
Name | Description | |
---|---|---|
Multiply(Single, SbColor) |
The multiplication operator (*), which applies on each component of
c1 the d multiplicative factor.
| |
Multiply(SbColor, SbColor) |
The multiplication operator (*), which multiply each component of
c1 by each component of vector c2.
| |
Multiply(SbColor, Single) |
The multiplication operator (*), which applies on each component of
c1 the d multiplicative factor.
|