Enum SamplerBorderColor
Comparison options.
Namespace: Evergine.Common.Graphics
Assembly: Evergine.Common.dll
Syntax
public enum SamplerBorderColor : byte
Fields
Name | Description |
---|---|
OpaqueBlack | Opaque black (0, 0, 0, 1) |
OpaqueWhite | Opaque White (1, 1, 1, 1) |
TransparentBlack | Transparent black (0, 0, 0, 0) |