Color.FromRgb 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
매개 변수
- red
- Byte
- green
- Byte
- blue
- Byte
반환
적용 대상
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
매개 변수
- red
- Double
- green
- Double
- blue
- Double
반환
적용 대상
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
매개 변수
- red
- Int32
- green
- Int32
- blue
- Int32
반환
적용 대상
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
매개 변수
- red
- Single
- green
- Single
- blue
- Single