Gets a value indicating whether this RasterColor structure is a predefined color. Predefined colors are represented by the elements of the RasterKnownColor enumeration.
public bool IsKnownColor { get; }
Public ReadOnly Property IsKnownColor As Boolean
public:
property bool IsKnownColor {
bool get();
}
true if this RasterColor contains an ARGB value that has a matching RasterKnownColor enumeration member;false, otherwise.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET