←Select platform

GrayColors Property

Summary

Array of ColorizeGrayCommandData class objects that contain the gray colors used by this class object.

Syntax
C#
VB
Objective-C
C++
Java
public ColorizeGrayCommandData[] GrayColors { get; set; } 
Public Property GrayColors As ColorizeGrayCommandData() 
@property (nonatomic, strong) NSMutableArray<LTColorizeGrayCommandData *> *grayColors 
public ColorizeGrayCommandData[] getGrayColors() 
public void setGrayColors(ColorizeGrayCommandData[] value) 

Property Value

Array of ColorizeGrayCommandData class objects that contain the gray colors used by this class object.

Example

Refer to ColorizeGrayCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly