Color.ToHsl(Single, Single, Single) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
void ToHsl([Runtime::InteropServices::Out] float % h, [Runtime::InteropServices::Out] float % s, [Runtime::InteropServices::Out] float % l);
public void ToHsl (out float h, out float s, out float l);
member this.ToHsl : single * single * single -> unit
Public Sub ToHsl (ByRef h As Single, ByRef s As Single, ByRef l As Single)
Parâmetros
- h
- Single
- s
- Single
- l
- Single