HslColor.ToRgbColor Method
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public Function ToRgbColor As Color
'Usage
Dim instance As HslColor
Dim returnValue As Color
returnValue = instance.ToRgbColor()
public Color ToRgbColor()
public:
Color ToRgbColor()
public function ToRgbColor() : Color
Return Value
Type: System.Drawing.Color
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.