Ignore:
Timestamp:
Mar 11, 2015, 3:11:07 AM (9 years ago)
Author:
ldelgass
Message:

Add legend option for blending against a background color

File:
1 edited

Legend:

Unmodified
Added
Removed
  • geovis/trunk/geovis_protocol.txt

    r5107 r5119  
    8585         <numberOfTableEntries> = integer or "default"
    8686
     87legend <colormapName> <w> <h> <?opaque?> <?bgR?> <?bgG?> <?bgB?>
     88       Render a legend colorbar.
     89       <colormapName> - Name of the colormap defined with the colormap command
     90       <w>,<h> - width and height of colorbar
     91       <opaque> - If false, blend with background color
     92       <bgR>,<bgG>,<bgB> - Background color (defaults to black)
     93
    8794renderer render
    8895         Force a new image to be rendered
Note: See TracChangeset for help on using the changeset viewer.