Converts this RasterColor structure to an html color.
public string ToHtml(
Leadtools.RasterColor color
)
Public Function ToHtml( _
ByVal color As Leadtools.RasterColor _
) As String
public string ToHtml(
Leadtools.RasterColor color
)
function Leadtools.RasterColorHelper.ToHtml(
color
)
public:
String^ ToHtml(
Leadtools.RasterColor color
)
color
The raster color object.
An HTML compatible string representation of the color of this RasterColor structure.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET