Interface IPackedVector<TPacked>
This interface exists for ensuring signature compatibility to MonoGame and XNA packed color types. https://msdn.microsoft.com/en-us/library/bb197661.aspx
Inherited Members
Namespace: SixLabors.ImageSharp.PixelFormats
Assembly: SixLabors.ImageSharp.dll
Syntax
public interface IPackedVector<TPacked> : IPixel where TPacked : struct, IEquatable<TPacked>
Type Parameters
Name | Description |
---|---|
TPacked | The packed format. |
Properties
| Improve this Doc View SourcePackedValue
Gets or sets the packed representation of the value.
Declaration
TPacked PackedValue { get; set; }
Property Value
Type | Description |
---|---|
TPacked |