Property | Type | Description | |
---|---|---|---|
swigCMemOwn | bool |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
IsBlack ( ) : bool | ||
__add__ ( aiColor3D, c ) : aiColor3D, | ||
__equal__ ( aiColor3D, other ) : bool | ||
__idx__ ( uint i ) : float | ||
__mul__ ( aiColor3D, c ) : aiColor3D, | ||
__mul__ ( float f ) : aiColor3D, | ||
__nequal__ ( aiColor3D, other ) : bool | ||
__sub__ ( aiColor3D, c ) : aiColor3D, | ||
aiColor3D ( ) : System | ||
aiColor3D ( aiColor3D, o ) : System | ||
aiColor3D ( float _r ) : System | ||
aiColor3D ( float _r, float _g, float _b ) : System |
Method | Description | |
---|---|---|
aiColor3D ( IntPtr cPtr, bool cMemoryOwn ) : System | ||
getCPtr ( aiColor3D, obj ) : HandleRef |
public __nequal__ ( aiColor3D, other ) : bool | ||
other | aiColor3D, | |
return | bool |
public aiColor3D ( float _r, float _g, float _b ) : System | ||
_r | float | |
_g | float | |
_b | float | |
return | System |