Method | Description | |
---|---|---|
FromJson ( int jsonObject ) : |
${IS6_ServerColor_method_FromJson_D}
|
|
ServerColor ( ) : System |
${IS6_ServerColor_constructor_None_D}
|
|
ServerColor ( int red, int green, int blue ) : System |
${IS6_ServerColor_constructor_Int_D}
|
Method | Description | |
---|---|---|
ToJson ( |
public static FromJson ( int jsonObject ) : |
||
jsonObject | int | ${IS6_ServerColor_method_FromJson_param_jsonObject} |
return |
public ServerColor ( int red, int green, int blue ) : System | ||
red | int | ${IS6_ServerColor_constructor_Int_param_r} |
green | int | ${IS6_ServerColor_constructor_Int_param_g} |
blue | int | ${IS6_ServerColor_constructor_Int_param_b} |
return | System |