polyColorPerVertex is undoable, queryable, and editable.
Command associates color(rgb and alpha) with vertices on polygonal
objects. When used with the query flag, it returns the color
associated with the specified components.
In query mode, return type is based on queried flag.
Long name (short name) |
Argument types |
Properties |
-relative(-rel) |
|
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) ![edit edit](../gfx/edit.gif) |
|
When used, the color values specified are added relative to the
current values. |
|
-remove(-rem) |
|
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) ![edit edit](../gfx/edit.gif) |
|
When used, the color values are removed from the selected or
specified objects or components. This option only supports meshes
with no construction history, or meshes whose construction history
includes a recent polyColorPerVertexNode. For meshes whose
construction history includes a polgon operation the
polyColorPerVertexNode, consider using the polyColorDel command
instead |
|
-colorR(-r) |
float |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) ![edit edit](../gfx/edit.gif) |
|
Specifies the R channel of color |
|
-colorG(-g) |
float |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) ![edit edit](../gfx/edit.gif) |
|
Specifies the G channel of color |
|
-colorB(-b) |
float |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) ![edit edit](../gfx/edit.gif) |
|
Specifies the B channel of color |
|
-colorRGB(-rgb) |
float float float |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) ![edit edit](../gfx/edit.gif) |
|
Specifies the RGB channels of color |
|
-alpha(-a) |
float |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) ![edit edit](../gfx/edit.gif) |
|
Specifies the alpha channel of color |
|
-notUndoable(-nun) |
|
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) ![edit edit](../gfx/edit.gif) |
|
Execute the command, but without having the command be
undoable. This option will greatly improve performance for large
numbers of object. This will make the command not undoable
regardless of whether undo has been enabled or not. |
|
-colorDisplayOption(-cdo) |
|
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) ![edit edit](../gfx/edit.gif) |
|
Change the display options on the mesh to display the vertex
colors. |
|
-clamped(-cla) |
boolean |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) ![edit edit](../gfx/edit.gif) |
|
This flag specifies if the color set will truncate any value
that is outside 0 to 1 range. |
|
-representation(-rpt) |
int |
![create create](../gfx/create.gif) ![query query](../gfx/query.gif) ![edit edit](../gfx/edit.gif) |
|
This flag corresponds to the color channels to used, for
example A(alpha only), RGB, and RGBA. |
|