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