HDK
|
#include <SOP_CustomBrush.h>
Public Member Functions | |
SOP_CustomBrushData () | |
SOP_CustomBrushData (GA_Index ptnum, fpreal r, fpreal g, fpreal b, fpreal a) | |
Public Attributes | |
GA_Index | myPtNum |
fpreal | myRed |
fpreal | myGreen |
fpreal | myBlue |
fpreal | myAlpha |
Definition at line 51 of file SOP_CustomBrush.h.
|
inline |
Definition at line 53 of file SOP_CustomBrush.h.
|
inline |
Definition at line 54 of file SOP_CustomBrush.h.
fpreal HDK_Sample::SOP_CustomBrushData::myAlpha |
Definition at line 60 of file SOP_CustomBrush.h.
fpreal HDK_Sample::SOP_CustomBrushData::myBlue |
Definition at line 59 of file SOP_CustomBrush.h.
fpreal HDK_Sample::SOP_CustomBrushData::myGreen |
Definition at line 58 of file SOP_CustomBrush.h.
GA_Index HDK_Sample::SOP_CustomBrushData::myPtNum |
Definition at line 56 of file SOP_CustomBrush.h.
fpreal HDK_Sample::SOP_CustomBrushData::myRed |
Definition at line 57 of file SOP_CustomBrush.h.