Color.green Property
Parent Object:
ColorDefined in namespace "adsk::core" and the header file is <Core/Application/Color.h>
Description
Gets and sets the green component of the color. The value can be 0 to 255.
Syntax
"color_var" is a variable referencing a Color object.
# Get the value of the property. propertyValue = color_var.green
# Set the value of the property. color_var.green = propertyValue
|
"color_var" is a variable referencing a Color object.
#include <Core/Application/Color.h>
// Get the value of the property. short propertyValue = color_var->green();
// Set the value of the property, where value_var is a short. bool returnValue = color_var->green(value_var);
|
Property Value
This is a read/write property whose value is a short.
Version
Introduced in version August 2014