hgeDistortionMesh::GetColor
Returns color of the specified distortion node.
DWORD GetColor(
int col,
int row
);
Parameters
- col
- Column of the mesh node. The numeration starts from 0.
- row
- Row of the mesh node. The numeration starts from 0.
Return value
Returns the color value of the specified mesh node.
Remarks
The color value includes alpha. See the
Hardware color format
section for details.
Requirements
Header: hgedistort.h
Import library: hgehelp.lib
See also
SetColor,
GetZ,
GetDisplacement,
Hardware color format
|