LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

GetKnownColor Method (RasterColorHelper)






The color ARGB value.
Gets the known color enumeration member that matches this color ARGB value. .NET support WinRT support
Syntax
public RasterKnownColor GetKnownColor( 
   RasterColor color
)
'Declaration
 
Public Function GetKnownColor( _
   ByVal color As RasterColor _
) As RasterKnownColor
'Usage
 
Dim instance As RasterColorHelper
Dim color As RasterColor
Dim value As RasterKnownColor
 
value = instance.GetKnownColor(color)
public RasterKnownColor GetKnownColor( 
   RasterColor color
)
 function Leadtools.RasterColorHelper.GetKnownColor( 
   color 
)
public:
RasterKnownColor GetKnownColor( 
   RasterColor 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterColorHelper Class
RasterColorHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.