Describes a color consisting of relative intensities of alpha, red, green, and blue.
[SerializableAttribute()]
public struct RasterColor16
<SerializableAttribute()>
Public Structure RasterColor16
Inherits System.ValueType
[SerializableAttribute()]
public class RasterColor16
@interface LTRasterColor16 : NSObject<NSCopying>
public final class RasterColor16
JAVASCRIPT_NOSTRUCTS
[SerializableAttribute()]
public value class RasterColor16 : public System.ValueType
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 GetLookupTable16 and SetLookupTable16 for more information on 16-but LUTs.
For an example, refer to RasterPaintCallbacks.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET