IPixelTSelf

IPixel<TSelf> interface

Represents a generic pixel type.

public interface IPixel<TSelf> : IEquatable<TSelf>
    where TSelf : struct, IPixel, IPixel
ParameterDescription
TSelfThe type that implements the interface.

See Also