Color.FromRgb Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
FromRgb(Byte, Byte, Byte) | |
FromRgb(Double, Double, Double) | |
FromRgb(Int32, Int32, Int32) | |
FromRgb(Single, Single, Single) |
FromRgb(Byte, Byte, Byte)
public:
static Microsoft::Maui::Graphics::Color ^ FromRgb(System::Byte red, System::Byte green, System::Byte blue);
public static Microsoft.Maui.Graphics.Color FromRgb (byte red, byte green, byte blue);
static member FromRgb : byte * byte * byte -> Microsoft.Maui.Graphics.Color
Public Shared Function FromRgb (red As Byte, green As Byte, blue As Byte) As Color
Parameter
- red
- Byte
- green
- Byte
- blue
- Byte
Mengembalikan
Berlaku untuk
FromRgb(Double, Double, Double)
public:
static Microsoft::Maui::Graphics::Color ^ FromRgb(double red, double green, double blue);
public static Microsoft.Maui.Graphics.Color FromRgb (double red, double green, double blue);
static member FromRgb : double * double * double -> Microsoft.Maui.Graphics.Color
Public Shared Function FromRgb (red As Double, green As Double, blue As Double) As Color
Parameter
- red
- Double
- green
- Double
- blue
- Double
Mengembalikan
Berlaku untuk
FromRgb(Int32, Int32, Int32)
public:
static Microsoft::Maui::Graphics::Color ^ FromRgb(int red, int green, int blue);
public static Microsoft.Maui.Graphics.Color FromRgb (int red, int green, int blue);
static member FromRgb : int * int * int -> Microsoft.Maui.Graphics.Color
Public Shared Function FromRgb (red As Integer, green As Integer, blue As Integer) As Color
Parameter
- red
- Int32
- green
- Int32
- blue
- Int32
Mengembalikan
Berlaku untuk
FromRgb(Single, Single, Single)
public:
static Microsoft::Maui::Graphics::Color ^ FromRgb(float red, float green, float blue);
public static Microsoft.Maui.Graphics.Color FromRgb (float red, float green, float blue);
static member FromRgb : single * single * single -> Microsoft.Maui.Graphics.Color
Public Shared Function FromRgb (red As Single, green As Single, blue As Single) As Color
Parameter
- red
- Single
- green
- Single
- blue
- Single