Share

GraphicsColorMapper.GetValues Method

Parent Object: GraphicsColorMapper

Description

Method that gets all of the values in the map.

Syntax

GraphicsColorMapper.GetValues( Values() As Double )

Parameters

Name Type Description
Values Double Output array of Doubles that contains the values in the map. The array is a single dimension array containing the scalar values. If the array has been declared undimensioned, this method will redimension its size to be able to contain the complete set of values. If the array has been dimensioned, it must be large enough to contain the entire set of values or an error will occur.

Samples

Name Description
Client graphics texture-based color mapping This test applies texture coordinates expressing distance from the origin to 'the triangle mesh of whatever Part you have open. It then creates either a discrete-band or continuous color mapper and allows you to adjust the values of the mapper to change the range of values that map to various colors.

Version

Introduced in version 2010

Was this information helpful?