Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterColor16 Structure
See Also  Members  
Leadtools Namespace : RasterColor16 Structure



Describes a color consisting of relative intensities of alpha, red, green, and blue.

Syntax

Visual Basic (Declaration) 
<SerializableAttribute()>
Public Structure RasterColor16 
   Inherits ValueType
Visual Basic (Usage)Copy Code
Dim instance As RasterColor16
C# 
[SerializableAttribute()]
public struct RasterColor16 : ValueType 
C++/CLI 
[SerializableAttribute()]
public value class RasterColor16 : public ValueType 

Example

For an example, refer to RasterPaintCallbacks.

Remarks

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.

Inheritance Hierarchy

System.Object
   System.ValueType
      Leadtools.RasterColor16

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also