Color4 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.
[System.Serializable]
public struct Color4 : IEquatable<OpenTK.Graphics.Color4>
type Color4 = struct
- Héritage
-
Color4
- Attributs
- Implémente
Constructeurs
Color4(Byte, Byte, Byte, Byte) | |
Color4(Color) | |
Color4(Single, Single, Single, Single) |
Champs
A | |
B | |
G | |
R |
Propriétés
Méthodes
Equals(Color4) | |
Equals(Object) | |
GetHashCode() | |
ToArgb() | |
ToString() |
Opérateurs
Equality(Color4, Color4) | |
Explicit(Color4 to Color) | |
Implicit(Color to Color4) | |
Inequality(Color4, Color4) |