Color.FromHsva Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FromHsva(Int32, Int32, Int32, Int32) | |
FromHsva(Single, Single, Single, Single) |
FromHsva(Int32, Int32, Int32, Int32)
- Source:
- Color.cs
- Source:
- Color.cs
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
Parameters
- h
- Int32
- s
- Int32
- v
- Int32
- a
- Int32
Returns
Applies to
FromHsva(Single, Single, Single, Single)
- Source:
- Color.cs
- Source:
- Color.cs
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
Parameters
- h
- Single
- s
- Single
- v
- Single
- a
- Single
Returns
Applies to
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.