[svn-r1529] Palettes.html
Fixed image pathnames. PaletteExample1.gif Palettes.fm.anc.gif Images for Palettes.html.
This commit is contained in:
@@ -106,7 +106,7 @@ standard RGB color model palette, this numerical representation of a color is
|
||||
presented as a triplet specifying the intensity of red, green, and blue
|
||||
components that make up each color.
|
||||
<P>
|
||||
<CENTER><IMG src="hdf5palette_files/Palettes.fm.anc.gif"> </CENTER>
|
||||
<CENTER><IMG src="Palettes.fm.anc.gif"> </CENTER>
|
||||
<P>In this example, the color component numeric type is an 8-bit unsigned
|
||||
integer. While this is most common and recommended for general use, other
|
||||
component color numeric data types, such as a 16-bit unsigned integer , may be
|
||||
@@ -136,7 +136,7 @@ length as the palette dataset - 1. Ideally, the range index would be of the same
|
||||
type as the dataset it refers to, however this is not a requirement.
|
||||
<P><B>Example 2: A range index array of type floating point</B>
|
||||
<P>
|
||||
<CENTER><IMG src="hdf5palette_files/palExample1.gif"> </CENTER>
|
||||
<CENTER><IMG src="PaletteExample1.gif"> </CENTER>
|
||||
<P>The range index array attribute defines the "<I>to</I>" of the range. Notice
|
||||
that the range index array attribute is one less entry in size than the palette.
|
||||
The first entry of 0.1259, specifies that all values below and up to 0.1259
|
||||
|
||||
Reference in New Issue
Block a user