LegendHoriz, LegendVert


Synopsis

produce a color legend that displays an object's datamap

Input Ports

obj_in

GDobject

parent

user interface parent object

 

Parameters

X Min

Typein

world-space corner coordinate for legend

X Max

Typein

world-space corner coordinate for legend

YMin

Typein

world-space corner coordinate for legend

Y Max

Typein

world-space corner coordinate for legend

Z Value

Typein

world-space coordinate for legend

 

Output Ports

Legend

output renderable object

 

Description

These macros take a renderable object as input and produce a color legend that when rendered displays that object's datamap.

Input Ports

obj_in

A GDobject, any renderable object.

parent

A port mean to be connected to a user interface object that will contain the macro's widgets. By default, it is connected to the default user interface object in the application in which the macro is instanced. (This default connection is not drawn.)

Parameters

X Min

The lower left world coordinate for the legend display.

X Max

The lower right world coordinate for the legend display.

Y Min

The upper left world coordinate for the legend display.

Y Max

The upper right world coordinate for the legend display.

Z Value

The Z world coordinate for the legend display.

Output Ports

out_obj

The legend object.

Example

Not available.

File

v/geoms.v

See also

Not applicable.