Przeczytaj w języku angielskim

Udostępnij za pośrednictwem


Color.FromRgb Metoda

Definicja

Przeciążenia

FromRgb(Byte, Byte, Byte)

public static Microsoft.Maui.Graphics.Color FromRgb (byte red, byte green, byte blue);

Parametry

red
Byte
green
Byte
blue
Byte

Zwraca

Dotyczy

FromRgb(Double, Double, Double)

public static Microsoft.Maui.Graphics.Color FromRgb (double red, double green, double blue);

Parametry

red
Double
green
Double
blue
Double

Zwraca

Dotyczy

FromRgb(Int32, Int32, Int32)

public static Microsoft.Maui.Graphics.Color FromRgb (int red, int green, int blue);

Parametry

red
Int32
green
Int32
blue
Int32

Zwraca

Dotyczy

FromRgb(Single, Single, Single)

public static Microsoft.Maui.Graphics.Color FromRgb (float red, float green, float blue);

Parametry

red
Single
green
Single
blue
Single

Zwraca

Dotyczy