Color.FromHsv 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
FromHsv(Double, Double, Double) | |
FromHsv(Int32, Int32, Int32) |
FromHsv(Double, Double, Double)
public static Xamarin.Forms.Color FromHsv (double h, double s, double v);
static member FromHsv : double * double * double -> Xamarin.Forms.Color
參數
- h
- System.Double
- s
- System.Double
- v
- System.Double
傳回
適用於
FromHsv(Int32, Int32, Int32)
public static Xamarin.Forms.Color FromHsv (int h, int s, int v);
static member FromHsv : int * int * int -> Xamarin.Forms.Color
參數
- h
- System.Int32
- s
- System.Int32
- v
- System.Int32