ColorizeObject
 
 
 

ColorizeObject

Introduced

v1.0

Description

Sets the wirecolor of objects picked by the user.

Scripting Syntax

ColorizeObject( Red, Green, Blue );

Parameters

Parameter Type Description
Red Double Red color value in range 0..1

Default Value: 0

Green Double Green color value in range 0..1

Default Value: 0

Blue Double Blue color value in range 0..1

Default Value: 0

Examples

VBScript Example

'Create a simple primitive object
CreatePrim "Cone", "MeshSurface"
DeselectAll
'Set the wirecolor to red
'The user will be prompted to pick the objects to colorize
ColorizeObject 1, 0, 0

See Also

ShadeObject Color