←Select platform

FromHtml Method

Summary
Converts the specified html color to a RasterColor object.
Syntax
C#
C++/CLI
Java
Python
public static RasterColor FromHtml( 
   string value 
) 
public static RasterColor fromHtml( 
   java.lang.String value 
); 
public: 
static RasterColor FromHtml(  
   String^ value 
)  
def FromHtml(self,value): 

Parameters

value
A String containing the html color value. This must be an HTML compatible string representation of a color.

Return Value

The RasterColor this method creates. If the string is null, then an empty RasterColor will be returned with all color components set to zero.

Remarks

The input string value can be in one of the following formats:

  • Known HTML colors, such as "red", "green" or "blue". Case insensitive

  • #RRGGBB for example #FF0000 for red

  • rgba(r,g,b,a) for example rgba(255,0,0,1.0) for red

  • rgb(r,g,b) for example (255,0,0) for red

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.