Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

7b90e57f 7eee 2df3 623d 60d4df2adf3e

haplokuon edited this page May 6, 2023 · 1 revision

FromHsl(Vector3) Method

netDxf 3.0.0 Library

Converts HSL (hue, saturation, lightness) value to an AciColor.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static AciColor FromHsl(
	Vector3 hsl
)

VB

Public Shared Function FromHsl ( 
	hsl As Vector3
) As AciColor

C++

public:
static AciColor^ FromHsl(
	Vector3 hsl
)

F#

static member FromHsl : 
        hsl : Vector3 -> AciColor 

Parameters

  Vector3
A Vector3 containing the hue, saturation, and lightness components.

Return Value

AciColor
An AciColor that represents the actual HSL value.

See Also

Reference

AciColor Class
FromHsl Overload
netDxf Namespace

Clone this wiki locally