Table of Contents

Interface IPackedVector<TPacked>

Namespace
SixLabors.ImageSharp.PixelFormats
Assembly
SixLabors.ImageSharp.dll

This interface exists for ensuring signature compatibility to MonoGame and XNA packed color types. https://msdn.microsoft.com/en-us/library/bb197661.aspx

public interface IPackedVector<TPacked> : IPixel where TPacked : struct, IEquatable<TPacked>

Type Parameters

TPacked

The packed format. uint, long, float.

Inherited Members

Properties

PackedValue

Gets or sets the packed representation of the value.

TPacked PackedValue { get; set; }

Property Value

TPacked