Color4 Struct
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.
[System.Serializable]
public struct Color4 : IEquatable<OpenTK.Graphics.Color4>
type Color4 = struct
- Inheritance
-
Color4
- Attributes
- Implements
Constructors
Color4(Byte, Byte, Byte, Byte) | |
Color4(Color) | |
Color4(Single, Single, Single, Single) |
Fields
A | |
B | |
G | |
R |
Properties
Methods
Equals(Color4) | |
Equals(Object) | |
GetHashCode() | |
ToArgb() | |
ToString() |
Operators
Equality(Color4, Color4) | |
Explicit(Color4 to Color) | |
Implicit(Color to Color4) | |
Inequality(Color4, Color4) |