SBDTypeColor Member List

This is the complete list of members for SBDTypeColor, including all inherited members.

blackSBDTypeColorstatic
blueSBDTypeColorstatic
cyanSBDTypeColorstatic
fromHCL(float hue, float chroma, float luminance)SBDTypeColorstatic
fromHSV(float hue, float saturation, float value)SBDTypeColorstatic
getAlpha() constSBDTypeColor
getBlue() constSBDTypeColor
getColor() constSBDTypeColor
getColor(float *color) constSBDTypeColor
getGreen() constSBDTypeColor
greenSBDTypeColorstatic
isSerializable() constSBDTypeColor
magentaSBDTypeColorstatic
operator[](int index)SBDTypeColor
operator[](int index) constSBDTypeColor
print(unsigned int offset=0) constSBDTypeColorvirtual
redSBDTypeColorstatic
SBDTypeColor()SBDTypeColor
SBDTypeColor(float red, float green, float blue, float alpha=1.0f)SBDTypeColor
SBDTypeColor(int red, int green, int blue, int alpha=255)SBDTypeColor
SBDTypeColor(float *color)SBDTypeColor
SBDTypeColor(const SBDTypeColor &color)SBDTypeColor
serialize(SBCSerializer *serializer, const SBNodeIndexer &nodeIndexer, const SBVersionNumber &sdkVersionNumber=SB_SDK_VERSION_NUMBER, const SBVersionNumber &classVersionNumber=SBVersionNumber(1, 0, 0)) constSBDTypeColor
setAlpha(float alpha)SBDTypeColor
setBlue(float blue)SBDTypeColor
setGreen(float green)SBDTypeColor
setRed(float red)SBDTypeColor
unserialize(SBCSerializer *serializer, const SBNodeIndexer &nodeIndexer, const SBVersionNumber &sdkVersionNumber=SB_SDK_VERSION_NUMBER, const SBVersionNumber &classVersionNumber=SBVersionNumber(1, 0, 0))SBDTypeColor
whiteSBDTypeColorstatic
yellowSBDTypeColorstatic
~SBDTypeColor()SBDTypeColorvirtual