[Visual Basic] Public ReadOnly Property Gray As
Boolean
[C#] public bool Gray {get;}
Property Value
Value | Explanation |
---|---|
True | Grayscale |
False | Not grayscale |
Explanation
The Gray property determines whether or not the image set in the Layer(Index).Image property is grayscale.
After setting the Layer(Index).Image property, the value of the Gray property is automatically set.
This property is not valid for vector images.
See Also
ImageKit.Layer Members | Newtone.ImageKit.Win.ImageKit