Color.FromScRgb(Single, Single, Single, Single) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new Color structure by using the specified ScRGB
alpha channel and color channel values.
public:
static System::Windows::Media::Color FromScRgb(float a, float r, float g, float b);
public static System.Windows.Media.Color FromScRgb(float a, float r, float g, float b);
static member FromScRgb : single * single * single * single -> System.Windows.Media.Color
Public Shared Function FromScRgb (a As Single, r As Single, g As Single, b As Single) As Color
A Color structure with the specified values.
private Color FromScRgbExample()
{
// Create a blue color using the FromScRgb static method.
Color myScRgbColor = new Color();
myScRgbColor = Color.FromScRgb(1, 0, 0, 1);
return myScRgbColor;
}
Private Function FromScRgbExample() As Color
' Create a blue color using the FromScRgb static method.
Dim myScRgbColor As New Color()
myScRgbColor = Color.FromScRgb(1, 0, 0, 1)
Return myScRgbColor
End Function
The alpha channel of a color determines the amount of transparency of the color. An alpha value of 1 indicates that the color is completely opaque, and a value of 0 indicates that the color is completely transparent.
Produkt | Wersje |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
Opinia o produkcie .NET
.NET to projekt typu open source. Wybierz link, aby przekazać opinię: