Color.FromHsv 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
FromHsv(Int32, Int32, Int32) | |
FromHsv(Single, Single, Single) |
FromHsv(Int32, Int32, Int32)
- Source:
- Color.cs
- Source:
- Color.cs
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
Parameters
- h
- Int32
- s
- Int32
- v
- Int32
Returns
Applies to
FromHsv(Single, Single, Single)
- Source:
- Color.cs
- Source:
- Color.cs
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
Parameters
- h
- Single
- s
- Single
- v
- Single
Returns
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.