Color.FromHsva Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
FromHsva(Int32, Int32, Int32, Int32) | |
FromHsva(Single, Single, Single, Single) |
FromHsva(Int32, Int32, Int32, Int32)
public:
static Microsoft::Maui::Graphics::Color ^ FromHsva(int h, int s, int v, int a);
public static Microsoft.Maui.Graphics.Color FromHsva (int h, int s, int v, int a);
static member FromHsva : int * int * int * int -> Microsoft.Maui.Graphics.Color
Public Shared Function FromHsva (h As Integer, s As Integer, v As Integer, a As Integer) As Color
Parameter
- h
- Int32
- s
- Int32
- v
- Int32
- a
- Int32
Mengembalikan
Berlaku untuk
FromHsva(Single, Single, Single, Single)
public:
static Microsoft::Maui::Graphics::Color ^ FromHsva(float h, float s, float v, float a);
public static Microsoft.Maui.Graphics.Color FromHsva (float h, float s, float v, float a);
static member FromHsva : single * single * single * single -> Microsoft.Maui.Graphics.Color
Public Shared Function FromHsva (h As Single, s As Single, v As Single, a As Single) As Color
Parameter
- h
- Single
- s
- Single
- v
- Single
- a
- Single