←Select platform

IsKnownColor Property

Summary
Gets a value indicating whether this RasterColor structure is a predefined color. Predefined colors are represented by the elements of the RasterKnownColor enumeration.
Syntax
C#
C++/CLI
Python
public bool IsKnownColor { get; } 
public: 
property bool IsKnownColor { 
   bool get(); 
} 
IsKnownColor # get  (RasterColor) 

Property Value

true if this RasterColor contains an ARGB value that has a matching RasterKnownColor enumeration member;false, otherwise.

Remarks

This property does a comparison of the ARGB values. Therefore, the IsKnownColor property might return true even if this RasterColor was not created using the FromKnownColor method.

To get the matching RasterKnownColor enumeration for a RasterColor, use GetKnownColor.

Requirements

Target Platforms

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

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.