Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterColorHelper Class : ToHtml Method |
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 )
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.