Click or drag to resize

PageItemHasColor Property

Gets the color indicator of the image.

Namespace:  Compiled.EDD.Scripting
Assembly:  Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 7.6.1.3-5cb5c356
Syntax
C#
public Nullable<bool> HasColor { get; }

Property Value

Type: NullableBoolean
null if not tested, true if image has color, false if image has no color.
See Also