Error processing SSI file
LEADTOOLS (Leadtools assembly)

LEADTOOLS SDK Help   |       |    Show Table of Contents    |   

ToHtml Method (RasterColor)








Converts this RasterColor structure to an html color.
Syntax
public string ToHtml()
public string ToHtml()
 function Leadtools.RasterColor.ToHtml()
public:
String^ ToHtml(); 
'Declaration
 
Public Function ToHtml() As String
 
'Usage
 
Dim instance As RasterColor
Dim value As String
 
value = instance.ToHtml()

Return Value

An HTML compatible string representation of the color of this RasterColor structure.
Remarks

If the color has an alpha component of 255, then the result is in the #RRGGBB format, if the color has an alpha component with any other value than 255; then the result is the rgba(r,g,b,a) format.

Requirements

Target Platforms

See Also

Reference

RasterColor Structure
RasterColor Members

Error processing SSI file