| Visual Basic (Declaration) | |
|---|---|
<SerializableAttribute()> Public Structure RasterColor16 Inherits ValueType  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
 | |
| C# | |
|---|---|
[SerializableAttribute()] public struct RasterColor16 : ValueType  | |
| C++/CLI | |
|---|---|
[SerializableAttribute()] public value class RasterColor16 : public ValueType  | |
For an example, refer to RasterPaintCallbacks. 
This structure is similar to RasterColor, except that it uses 16-bit components.
This structure is used to represent a 16-bit lookup table (LUT) used with grayscale images. See RasterImage.GetLookupTable16 and RasterImage.SetLookupTable16 for more information on 16-but LUTs.
System.Object
   System.ValueType
      Leadtools.RasterColor16
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family