Color.FromHsv Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
FromHsv(Int32, Int32, Int32) | |
FromHsv(Single, Single, Single) |
FromHsv(Int32, Int32, Int32)
public:
static Microsoft::Maui::Graphics::Color ^ FromHsv(int h, int s, int v);
public static Microsoft.Maui.Graphics.Color FromHsv (int h, int s, int v);
static member FromHsv : int * int * int -> Microsoft.Maui.Graphics.Color
Public Shared Function FromHsv (h As Integer, s As Integer, v As Integer) As Color
Parametry
- h
- Int32
- s
- Int32
- v
- Int32
Zwraca
Dotyczy
FromHsv(Single, Single, Single)
public:
static Microsoft::Maui::Graphics::Color ^ FromHsv(float h, float s, float v);
public static Microsoft.Maui.Graphics.Color FromHsv (float h, float s, float v);
static member FromHsv : single * single * single -> Microsoft.Maui.Graphics.Color
Public Shared Function FromHsv (h As Single, s As Single, v As Single) As Color
Parametry
- h
- Single
- s
- Single
- v
- Single