←Select platform

GetKnownColor Method (RasterColorHelper)

Summary

Gets the known color enumeration member that matches this color ARGB value.

Syntax

C#
VB
WinRT C#
C++
Public Function GetKnownColor( _ 
   ByVal color As Leadtools.RasterColor _ 
) As Leadtools.RasterKnownColor 
 function Leadtools.RasterColorHelper.GetKnownColor(  
   color  
) 

Parameters

color
The color ARGB value.

Return Value

An RasterKnownColor enumeration member that matches this color ARGB value. If the color ARGB value does not match any known color, RasterKnownColor.Black is returned.

Remarks

This method does a comparison of the ARGB values. Therefore, the GetKnownColor method might return a valid RasterKnownColor enumeration member even if this RasterColor was no creating using the FromKnownColor method.

To check whether this RasterColor has a matching RasterKnownColor, use IsKnownColor.

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