←Select platform

GetKnownColorName Method

Summary
Gets the human readable representation of a known color.
Syntax
C#
C++/CLI
Python
[CLSCompliantAttribute(false)] 
public static string GetKnownColorName( 
   RasterKnownColor knownColor 
) 
[CLSCompliantAttribute(false)] 
public: 
static String^ GetKnownColorName(  
   RasterKnownColor knownColor 
)  
def GetKnownColorName(self,knownColor): 

Parameters

knownColor
The known color.

Return Value

A String that contains a human readable representation of a known color. For example, "Black" for RasterKnownColor.Black, "Red" for RasterKnownColor.Red, and so on.

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.