Property | Type | Description | |
---|---|---|---|
swigCMemOwn | bool |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
IsBlack ( ) : bool | ||
__addnset__ ( aiColor4D, o ) : aiColor4D, | ||
__divnset__ ( float f ) : aiColor4D, | ||
__equal__ ( aiColor4D, other ) : bool | ||
__idx__ ( uint i ) : float | ||
__mulnset__ ( float f ) : aiColor4D, | ||
__nequal__ ( aiColor4D, other ) : bool | ||
__subnset__ ( aiColor4D, o ) : aiColor4D, | ||
aiColor4D ( ) : System | ||
aiColor4D ( aiColor4D, o ) : System | ||
aiColor4D ( float _r ) : System | ||
aiColor4D ( float _r, float _g, float _b, float _a ) : System |
Method | Description | |
---|---|---|
aiColor4D ( IntPtr cPtr, bool cMemoryOwn ) : System | ||
getCPtr ( aiColor4D, obj ) : HandleRef |
public __addnset__ ( aiColor4D, o ) : aiColor4D, | ||
o | aiColor4D, | |
return | aiColor4D, |
public __nequal__ ( aiColor4D, other ) : bool | ||
other | aiColor4D, | |
return | bool |
public __subnset__ ( aiColor4D, o ) : aiColor4D, | ||
o | aiColor4D, | |
return | aiColor4D, |
public aiColor4D ( float _r, float _g, float _b, float _a ) : System | ||
_r | float | |
_g | float | |
_b | float | |
_a | float | |
return | System |