Functions
MUnSet_Vertex_Colors

Functions

void MUnSet_Vertex_Colors (HC_KEY key, int offset, int count)
 Removes vertex-specific color settings from a range of vertices with adjacent offsets. More...
 
void MUnSet_Vertex_Colors2 (HC_KEY key, const char *type, int offset, int count)
 Removes vertex-specific color settings from a range of vertices with adjacent offsets based on type. More...
 
void MUnSet_Specific_Vertex_Colors (HC_KEY key, int count, const int *offsets)
 Removes vertex-specific color settings from a set of vertices with arbitrary offsets. More...
 
void MUnSet_Specific_Vertex_Colors2 (HC_KEY key, const char *type, int count, const int *indices)
 Removes vertex-specific color settings from a set of vertices with arbitrary offsets based on type. More...
 

Detailed Description

Function Documentation

void MUnSet_Specific_Vertex_Colors ( HC_KEY  key,
int  count,
const int *  offsets 
)

Removes vertex-specific color settings from a set of vertices with arbitrary offsets.

Parameters
keyThe unique identifier returned by a previous call to Insert_Mesh(), Insert_Shell(), or Insert_PolyCylinder().
countNumber of values contained in offsets.
offsetsOffsets of the points in the surface definition on which to remove color settings.

DETAILS

No additional details. See MSet_Specific_Vertex_Colors_By_Value() or MSet_Specific_Vertex_Colors_By_FIndex().

See also
Set_Color, Set_Color_By_Value, Set_Color_By_Index, Set_Rendering_Options, Set_Normal, Define_Texture, Open_Vertex, MSet_Specific_Vertex_Colors_By_FIndex, MSet_Specific_Vertex_Colors_By_Value, MUnSet_Vertex_Colors
void MUnSet_Specific_Vertex_Colors2 ( HC_KEY  key,
const char *  type,
int  count,
const int *  indices 
)

Removes vertex-specific color settings from a set of vertices with arbitrary offsets based on type.

Parameters
keyThe unique identifier returned by a previous call to Insert_Mesh(), Insert_Shell(), or Insert_PolyCylinder().
typeA list of which geometry types are to be affected. Currently the legal values for this parameter are "markers (or vertex), edges or faces". Uppercase versus lowercase is not significant.
countNumber of values contained in offsets.
indicesOffsets of the points in the surface definition on which to remove color settings.

DETAILS

No additional details. See MSet_Specific_Vertex_Colors_By_Value() or MSet_Specific_Vertex_Colors_By_FIndex().

See also
Set_Color, Set_Color_By_Value, Set_Color_By_Index, Set_Rendering_Options, Set_Normal, Define_Texture, Open_Vertex, MSet_Specific_Vertex_Colors_By_FIndex, MSet_Specific_Vertex_Colors_By_Value, MUnSet_Vertex_Colors
void MUnSet_Vertex_Colors ( HC_KEY  key,
int  offset,
int  count 
)

Removes vertex-specific color settings from a range of vertices with adjacent offsets.

Parameters
keyThe unique identifier returned by a previous call to Insert_Mesh(), Insert_Shell(), or Insert_PolyCylinder().
offsetOffset number of the point in the surface definition at which to start work. "0" is the first offset value.
countNumber of points on which to unset color, starting from offset.

DETAILS

No additional details. See MSet_Vertex_Colors_By_Value() or MSet_Vertex_Colors_By_FIndex().

See also
Set_Color, Set_Color_By_Value, Set_Color_By_Index, Set_Rendering_Options, Set_Normal, Define_Texture, Open_Vertex, MSet_Specific_Vertex_Colors_By_FIndex, MSet_Specific_Vertex_Colors_By_Value, MUnSet_Specific_Vertex_Colors
void MUnSet_Vertex_Colors2 ( HC_KEY  key,
const char *  type,
int  offset,
int  count 
)

Removes vertex-specific color settings from a range of vertices with adjacent offsets based on type.

Parameters
keyThe unique identifier returned by a previous call to Insert_Mesh(), Insert_Shell(), or Insert_PolyCylinder().
typeA list of which geometry types are to be affected. Currently the legal values for this parameter are "markers (or vertex), edges or faces". Uppercase versus lowercase is not significant.
offsetOffset number of the point in the surface definition at which to start work. "0" is the first offset value.
countNumber of points on which to unset color, starting from offset.

DETAILS

No additional details. See MSet_Vertex_Colors_By_Value() or MSet_Vertex_Colors_By_FIndex().

See also
Set_Color, Set_Color_By_Value, Set_Color_By_Index, Set_Rendering_Options, Set_Normal, Define_Texture, Open_Vertex, MSet_Specific_Vertex_Colors_By_FIndex, MSet_Specific_Vertex_Colors_By_Value, MUnSet_Specific_Vertex_Colors