Interface IPixel

Interface IPixel

Namespace: Aspose.Medical.Imaging.PixelFormats
Assembly: Aspose.Medical.dll (25.11.0)

Represents a generic pixel type.

public interface IPixel<tself> : IEquatable<tself> where TSelf : unmanaged, IPixel<tself>, IPixel<tself>

Type Parameters

TSelf

The type that implements the interface.

Implements

IEquatable<tself> </tself>