Color4Ub 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.
4 component color (red, green, blue, alpha) based on 8 bit components [0..255].
public value class Color4Ub : IEquatable<Microsoft::Azure::RemoteRendering::Color4Ub>
public struct Color4Ub : IEquatable<Microsoft.Azure.RemoteRendering.Color4Ub>
type Color4Ub = struct
Public Structure Color4Ub
Implements IEquatable(Of Color4Ub)
- Inheritance
-
Color4Ub
- Implements
Remarks
Values are in 0..255 range and represent low-dynamic range (LDR) colors. The color values are assumed to be in 'Gamma space'.
Constructors
Color4Ub(Byte, Byte, Byte, Byte) |
Fields
A | |
B | |
G | |
R |
Properties
Bytes |
Methods
Equals(Color4Ub) | |
Equals(Object) | |
GetHashCode() |
Operators
Equality(Color4Ub, Color4Ub) | |
Inequality(Color4Ub, Color4Ub) |