Click or drag to resize
SbColor Operators and Type Conversions

The SbColor type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Additive (+) operator. Performs the addition between the vectors c1 and c2.
Public operatorStatic memberDivision(SbColor, SbColor)
The division operator (/) divides each components of vector c1 by components of vector c2.
Public operatorStatic memberDivision(SbColor, Single)
The division operator (/) divides each components of vector c1 by d.
Public operatorStatic memberEquality
The equality operator.
Public operatorStatic member(SbColor to SbColorRGBA)
Explicit cast operator to SbColorRGBA.
Public operatorStatic member(SbColor to SbVec3f)
Implicit cast operator to SbVec3f.
Public operatorStatic memberInequality
The inequality operator.
Public operatorStatic memberMultiply(Single, SbColor)
The multiplication operator (*), which applies on each component of c1 the d multiplicative factor.
Public operatorStatic memberMultiply(SbColor, SbColor)
The multiplication operator (*), which multiply each component of c1 by each component of vector c2.
Public operatorStatic memberMultiply(SbColor, Single)
The multiplication operator (*), which applies on each component of c1 the d multiplicative factor.
Public operatorStatic memberSubtraction
Subtraction (–) operator. Performs the difference between the vectors c1 and c2.
Public operatorStatic memberUnaryNegation
The unary negation operator (-). Negates each vector component.
Top
See Also