|
|
| first_color |
| | First color used for shading. Format: 0xAARRGGBB.
|
| |
|
| second_color |
| | Second color used for shading. Format: 0xAARRGGBB.
|
| |
◆ constructor() [1/2]
| ShadingColor.constructor |
( |
firstcolor |
, |
|
|
secondcolor |
|
|
) |
| |
Constructor, with parameters.
- Parameters
-
| [in] | firstcolor | First color used for shading color. Format: 0xAARRGGBB. |
| [in] | secondcolor | Second color used for shading color. Format: 0xAARRGGBB. |
◆ constructor() [2/2]
| ShadingColor.constructor |
( |
r |
| ) |
|
@constructor
- Parameters
-
| {NativeObjectReference} | r - The native object reference to wrap |
@description Creates a new wrapper instance around a native C++ object. The wrapper manages the object's lifecycle according to the ownership rules.
◆ Set()
| ShadingColor.Set |
( |
firstcolor |
, |
|
|
secondcolor |
|
|
) |
| |
Set value.
- Parameters
-
| [in] | firstcolor | First color used for shading color. Format: 0xAARRGGBB. |
| [in] | secondcolor | Second color used for shading color. Format: 0xAARRGGBB. |
- Returns
- None.