Argb<T> Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
generic <typename T>
where T : value classpublic value class Argb : IEquatable<System::Numerics::Colors::Argb<T>>
public readonly struct Argb<T> : IEquatable<System.Numerics.Colors.Argb<T>> where T : struct
type Argb<'T (requires 'T : struct)> = struct
Public Structure Argb(Of T)
Implements IEquatable(Of Argb(Of T))
Paramètres de type
- T
- Héritage
- Implémente
-
IEquatable<Argb<T>>
Constructeurs
| Nom | Description |
|---|---|
| Argb<T>(ReadOnlySpan<T>) | |
| Argb<T>(T, T, T, T) | |
Propriétés
| Nom | Description |
|---|---|
| A | |
| B | |
| G | |
| R | |
Méthodes
| Nom | Description |
|---|---|
| CopyTo(Span<T>) | |
| Equals(Argb<T>) | |
| Equals(Object) | |
| GetHashCode() | |
| ToRgba() | |
| ToString() | |