Gets or sets an array of RasterColor structures that contain the colors that will be added to the grayscale image.
public RasterColor[] Colors { get; set; }
Public Property Colors As RasterColor()
@property (nonatomic, strong) NSMutableArray<LTRasterColor *> *colors
public RasterColor[] getColors()
public void setColors(RasterColor[] value)
public:
property array<RasterColor>^ Colors {
array<RasterColor>^ get();
void set ( array<RasterColor>^ );
}
Array of RasterColor structures that contain the colors that will be added to the grayscale image. This property is ignored when the Distribution property is set to UserDefined. If the toolkit is generating the gradient colors, the user sets the desired base color(s) in this property when GrayScaleToMultitoneCommand is called. The number of entries in the array depends on the value of Tone: 1 for Monotone, 2 for Duotone, 3 for Tritone, 4 for Quadtone. When the toolkit generates the array of gradient colors.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document