Loading...
Searching...
No Matches
SBDTypeColor Member List

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

blackSBDTypeColorstatic
blueSBDTypeColorstatic
CIELabfromCIEXYZ(float *lab, float *XYZ)SBDTypeColorstatic
CIELabfromCylindricalCIELab(float *lab, float *hcl)SBDTypeColorstatic
CIELabfromSRGB(float *lab, float *rgb)SBDTypeColorstatic
CIELuvfromCIEXYZ(float *luv, float *XYZ)SBDTypeColorstatic
CIELuvfromCylindricalCIELuv(float *luv, float *hcl)SBDTypeColorstatic
CIEuvfromCIEXYZ(float *uv, float *XYZ)SBDTypeColorstatic
CIEXYZfromCIELab(float *XYZ, float *lab)SBDTypeColorstatic
CIEXYZfromCIELuv(float *XYZ, float *luv)SBDTypeColorstatic
CIEXYZfromRGB(float *XYZ, float *rgb)SBDTypeColorstatic
CIEXYZfromSRGB(float *XYZ, float *rgb)SBDTypeColorstatic
cyanSBDTypeColorstatic
cylindricalCIELabfromCIELab(float *hcl, float *lab)SBDTypeColorstatic
cylindricalCIELabfromSRGB(float *hcl, float *rgb)SBDTypeColorstatic
cylindricalCIELuvfromCIELuv(float *hcl, float *luv)SBDTypeColorstatic
cylindricalCIELuvfromSRGB(float *hcl, float *rgb)SBDTypeColorstatic
darkenSRGBColor(float *rgb, float amount)SBDTypeColorstatic
dataPointer (defined in SBDTypeColor)SBDTypeColorprotected
defaultKeyframeColorSBDTypeColorstatic
fromHCL(float hue, float chroma, float luminance)SBDTypeColorstatic
fromHCL(float *color, float *hcl)SBDTypeColorstatic
fromHSV(float hue, float saturation, float value)SBDTypeColorstatic
fromHSV(float *color, float *hsv)SBDTypeColorstatic
getAlpha() constSBDTypeColor
getAlphaInt() constSBDTypeColor
getBlue() constSBDTypeColor
getBlueInt() constSBDTypeColor
getColor() constSBDTypeColor
getColor(float *color) constSBDTypeColor
getGreen() constSBDTypeColor
getGreenInt() constSBDTypeColor
getRed() const (defined in SBDTypeColor)SBDTypeColor
getRedInt() constSBDTypeColor
globalXAxisSBDTypeColorstatic
globalYAxisSBDTypeColorstatic
globalZAxisSBDTypeColorstatic
greenSBDTypeColorstatic
HCLfromSRGB(float *hcl, float *rgb)SBDTypeColorstatic
HSVfromSRGB(float *hsv, float *rgb)SBDTypeColorstatic
isSerializable() constSBDTypeColor
lightenSRGBColor(float *rgb, float amount)SBDTypeColorstatic
localXAxisSBDTypeColorstatic
localYAxisSBDTypeColorstatic
localZAxisSBDTypeColorstatic
magentaSBDTypeColorstatic
operator!=(const SBDTypeColor &color) const (defined in SBDTypeColor)SBDTypeColor
operator=(const SBDTypeColor &color)SBDTypeColor
operator=(SBDTypeColor &&color) noexceptSBDTypeColor
operator==(const SBDTypeColor &color) const (defined in SBDTypeColor)SBDTypeColor
operator[](int index)SBDTypeColor
operator[](int index) constSBDTypeColor
orangeSBDTypeColorstatic
print(unsigned int offset=0) constSBDTypeColorvirtual
redSBDTypeColorstatic
RGBfromCIEXYZ(float *rgb, float *XYZ)SBDTypeColorstatic
RGBfromSRGB(float *rgb, float *srgb)SBDTypeColorstatic
SB_DECLARE_DATA(SBDTypeColor) (defined in SBDTypeColor)SBDTypeColor
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(unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha=255)SBDTypeColor
SBDTypeColor(float *color)SBDTypeColor
SBDTypeColor(const SBDTypeColor &color)SBDTypeColor
SBDTypeColor(SBDTypeColor &&color) noexceptSBDTypeColor
serialize(SBCSerializer *serializer, const SBVersionNumber &sdkVersionNumber=SB_SDK_VERSION_NUMBER) constSBDTypeColor
setAlpha(int alpha)SBDTypeColor
setAlpha(float alpha)SBDTypeColor
setBlue(int blue)SBDTypeColor
setBlue(float blue)SBDTypeColor
setGreen(int green)SBDTypeColor
setGreen(float green)SBDTypeColor
setRed(int red)SBDTypeColor
setRed(float red)SBDTypeColor
SRGBfromCIELab(float *rgb, float *lab)SBDTypeColorstatic
SRGBfromCIEXYZ(float *rgb, float *XYZ)SBDTypeColorstatic
SRGBfromCylindricalCIELab(float *rgb, float *hcl)SBDTypeColorstatic
SRGBfromCylindricalCIELuv(float *rgb, float *hcl)SBDTypeColorstatic
SRGBfromHCL(float *rgb, float *hcl)SBDTypeColorstatic
SRGBfromHSV(float *rgb, float *hsv)SBDTypeColorstatic
SRGBfromRGB(float *srgb, float *rgb)SBDTypeColorstatic
toHCL(float *hcl, float *color)SBDTypeColorstatic
toHSV(float *hsv, float *color)SBDTypeColorstatic
unserialize(SBCSerializer *serializer, const SBVersionNumber &sdkVersionNumber=SB_SDK_VERSION_NUMBER)SBDTypeColor
whiteSBDTypeColorstatic
yellowSBDTypeColorstatic
~SBDTypeColor()SBDTypeColorvirtual