SKGraphicsExtensions.ToArgb Method
Definition
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.
Overloads
ToArgb(Color, Single) | |
ToArgb(Color) |
ToArgb(Color, Single)
- Source:
- SKGraphicsExtensions.cs
- Source:
- SKGraphicsExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static int ToArgb(Microsoft::Maui::Graphics::Color ^ target, float alpha);
public static int ToArgb (this Microsoft.Maui.Graphics.Color target, float alpha);
static member ToArgb : Microsoft.Maui.Graphics.Color * single -> int
<Extension()>
Public Function ToArgb (target As Color, alpha As Single) As Integer
Parameters
- target
- Color
- alpha
- Single
Returns
Applies to
ToArgb(Color)
- Source:
- SKGraphicsExtensions.cs
- Source:
- SKGraphicsExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static int ToArgb(Microsoft::Maui::Graphics::Color ^ target);
public static int ToArgb (this Microsoft.Maui.Graphics.Color target);
static member ToArgb : Microsoft.Maui.Graphics.Color -> int
<Extension()>
Public Function ToArgb (target As Color) As Integer
Parameters
- target
- Color
Returns
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.