- value
- An array of RasterColor16 structures which represent the lookup table (LUT) of this RasterImage.
Visual Basic (Declaration) | |
---|---|
Public Sub SetLookupTable16( _ ByVal value() As RasterColor16 _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterImage Dim value() As RasterColor16 instance.SetLookupTable16(value) |
C# | |
---|---|
public void SetLookupTable16( RasterColor16[] value ) |
C++/CLI | |
---|---|
public: void SetLookupTable16( array<RasterColor16>^ value ) |
Parameters
- value
- An array of RasterColor16 structures which represent the lookup table (LUT) of this RasterImage.
For an example, refer to SetLookupTable.
The lookup table (LUT) is used when the value of UseLookupTable is set to true.
The 8-bit (SetLookupTable) and 16-bit lookup tables are synchronized, so when you change one, the other is changed as well. The 16-bit lookup table has more precision so it is recommended you use the 16-bit LUT instead of the 8-bit LUT.
For more information, refer to Grayscale Images.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7