GFXVertexColor
Engine/source/gfx/gfxVertexColor.h
Private Attributes
Private Static Attributes
Public Static Functions
setSwizzle(Swizzle< U8, 4 > * val)
Public Functions
GFXVertexColor(const ColorI & color)
GFXVertexColor(const LinearColorF & color)
operator=(const LinearColorF & color)
set(const LinearColorF & color)
Detailed Description
Private Attributes
U32 mPackedColorData
Private Static Attributes
Swizzle< U8, 4 > * mDeviceSwizzle
Public Static Functions
setSwizzle(Swizzle< U8, 4 > * val)
Public Functions
GFXVertexColor()
GFXVertexColor(const ColorI & color)
GFXVertexColor(const LinearColorF & color)
getColor(ColorI * outColor)
getPackedColorData()
operator const U32*()
operator=(const ColorI & color)
operator=(const LinearColorF & color)
set(const ColorI & color)
set(const LinearColorF & color)
set(U8 red, U8 green, U8 blue, U8 alpha)