←Select platform

IsKnownColor Method

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#
VB
WinRT C#
C++
public static bool IsKnownColor(  
   Leadtools.RasterColor color 
) 
Public Shared Function IsKnownColor( _ 
   ByVal color As Leadtools.RasterColor _ 
) As Boolean 
public static bool IsKnownColor(  
   Leadtools.RasterColor color 
) 
 function Leadtools.RasterColorHelper.IsKnownColor(  
   color  
) 
public: 
static bool IsKnownColor(  
   Leadtools.RasterColor color 
)  

Parameters

color
The raster color object.

Remarks

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

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

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly