|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object common:Generic reb:REB_DirectColorHelper
class
Provides colors to use with some Direct Coloring classes
class REB_DirectColorHelper(common.ulb:Generic) { ; Provides colors to use with some Direct Coloring classes <br> public: import "common.ulb" ; constructor func REB_DirectColorHelper(Generic pparent) Generic.generic(pparent) int i = 0 while i < 8 direct[i] = rgba(0,0,0,0) i = i + 1 endwhile endfunc func Init() endfunc color direct[8] default: int param v_colorhelper caption = "Version (color helper)" default = 100 hint = "This version parameter is used to detect when a change has been made to the formula that is incompatible with the previous version. When that happens, this field will reflect the old version number to alert you to the fact that an alternate rendering is being used." visible = @v_colorhelper < 100 endparam }
Constructor Summary | |
---|---|
REB_DirectColorHelper()
|
|
REB_DirectColorHelper(Generic pparent)
constructor |
Method Summary | |
---|---|
void |
Init()
|
Methods inherited from class common:Generic |
---|
GetParent |
Methods inherited from class Object |
---|
|
Constructor Detail |
---|
public REB_DirectColorHelper(Generic pparent)
public REB_DirectColorHelper()
Method Detail |
---|
public void Init()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |