Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

ToHtml Method (RasterColorHelper)








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

Parameters

color
The raster color object.

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

RasterColorHelper Class
RasterColorHelper Members

Error processing SSI file