hasColor Property (HasCertainColorResponseParams)
Gets a value indicating whether the image has color specified by the
color property.
'Declaration
Public Property hasColor As Boolean
public bool hasColor { get; set; }
public: __property bool get_hasColor();
public: __property void set_hasColor(
bool
);
public:
property bool hasColor {
bool get();
void set(bool );
}
Property Value
True - image has color specified by the
color property;
False - image has NOT color specified by the
color property.
Default value is
False.
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5