![]() |
http://www.sim.no/ http://www.coin3d.org/ |
The SoMFColorRGBA class is a container for SbColor4f values.This field is used where nodes, engines or other field containers needs to store multiple color values (i.e. "Red Green Blue" triplets). More...
#include <Inventor/fields/SoMFColorRGBA.h>
Public Member Functions | |
void | setValues (int start, int num, const float rgba[][4]) |
void | setHSVValues (int start, int num, const float hsv[][4]) |
void | setValue (const SbVec4f &vec) |
void | setValue (float r, float g, float b, float a) |
void | setValue (const float rgba[4]) |
void | setHSVValue (float h, float s, float v, float a) |
void | setHSVValue (const float hsva[4]) |
void | set1Value (int idx, const SbVec4f &vec) |
void | set1Value (int idx, float r, float g, float b, float a) |
void | set1Value (int idx, const float rgba[4]) |
void | set1HSVValue (int idx, float h, float s, float v, float a) |
void | set1HSVValue (int idx, const float hsva[4]) |
Static Public Member Functions | |
static void | initClass (void) |
The SoMFColorRGBA class is a container for SbColor4f values.
This field is used where nodes, engines or other field containers needs to store multiple color values (i.e. "Red Green Blue" triplets).
This field supports application data sharing through a setValuesPointer() method. See SoMField documentation for information on how to use this function.
void SoMFColorRGBA::initClass | ( | void | ) | [static] |
Internal method called upon initialization of the library (from SoDB::init()) to set up the type system.
Reimplemented from SoMField.
void SoMFColorRGBA::setValues | ( | int | start, | |
int | numarg, | |||
const float | rgba[][4] | |||
) |
Set num RGB color values, starting at index start.
void SoMFColorRGBA::setHSVValues | ( | int | start, | |
int | numarg, | |||
const float | hsva[][4] | |||
) |
Set num HSV color values, starting at index start.
void SoMFColorRGBA::setValue | ( | const SbVec4f & | vec | ) |
Set the color array to a single value. vec is interpreted as a three element vector with the red, green and blue components, respectively.
void SoMFColorRGBA::setValue | ( | float | r, | |
float | g, | |||
float | b, | |||
float | a | |||
) |
Set the color array to a single value. r, g and b are the red, green and blue components, respectively.
void SoMFColorRGBA::setValue | ( | const float | rgba[4] | ) |
Set the color array to a single value. rgb is a three element vector with the red, green and blue components, respectively.
void SoMFColorRGBA::setHSVValue | ( | float | h, | |
float | s, | |||
float | v, | |||
float | a | |||
) |
Set the color array to a single value. h, s and v are the hue, saturation and value components, respectively.
void SoMFColorRGBA::setHSVValue | ( | const float | hsva[4] | ) |
Set the color array to a single value. hsv is a three element vector with the hue, saturation and value components, respectively.
void SoMFColorRGBA::set1Value | ( | int | idx, | |
const SbVec4f & | vec | |||
) |
Set the color at idx. vec is interpreted as a three element vector with the red, green and blue components, respectively.
void SoMFColorRGBA::set1Value | ( | int | idx, | |
float | r, | |||
float | g, | |||
float | b, | |||
float | a | |||
) |
Set the color at idx. r, g and b is the red, green and blue components, respectively.
void SoMFColorRGBA::set1Value | ( | int | idx, | |
const float | rgba[4] | |||
) |
Set the color at idx. rgb is interpreted as a three element vector with the red, green and blue components, respectively.
void SoMFColorRGBA::set1HSVValue | ( | int | idx, | |
float | h, | |||
float | s, | |||
float | v, | |||
float | a | |||
) |
Set the color at idx. h, s and v is the hue, saturation and value components, respectively.
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated on 7 Jan 2016 for Coin by Doxygen 1.6.1.