SbColor Operators and Type Conversions |
The SbColor type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition |
Additive (+) operator. Performs the addition between the vectors c1
and c2.
|
![]() ![]() | Division(SbColor, SbColor) |
The division operator (/) divides each components of vector c1
by components of vector c2.
|
![]() ![]() | Division(SbColor, Single) |
The division operator (/) divides each components of vector c1
by d.
|
![]() ![]() | Equality |
The equality operator.
|
![]() ![]() | (SbColor to SbColorRGBA) |
Explicit cast operator to SbColorRGBA.
|
![]() ![]() | (SbColor to SbVec3f) |
Implicit cast operator to SbVec3f.
|
![]() ![]() | Inequality |
The inequality operator.
|
![]() ![]() | 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.
|
![]() ![]() | Subtraction |
Subtraction (–) operator. Performs the difference between the vectors c1
and c2.
|
![]() ![]() | UnaryNegation |
The unary negation operator (-). Negates each vector component.
|