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 > RasterColor Structure : ToHtml Method |
public string ToHtml()
'Declaration
Public Function ToHtml() As String
'Usage
Dim instance As RasterColor Dim value As String value = instance.ToHtml()
public string ToHtml()
function Leadtools.RasterColor.ToHtml()
public: String^ ToHtml();
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.