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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.