Interface IProfileConnectingSpace<TSelf, TProfileSpace>
- Namespace
- SixLabors.ImageSharp.ColorProfiles
- Assembly
- SixLabors.ImageSharp.dll
Defines the contract for all color profile connection spaces.
public interface IProfileConnectingSpace<TSelf, TProfileSpace> : IColorProfile<TSelf, TProfileSpace>, IColorProfile<TSelf>, IColorProfile, IEquatable<TSelf>, IProfileConnectingSpace where TSelf : struct, IColorProfile<TSelf, TProfileSpace>, IProfileConnectingSpace where TProfileSpace : struct, IProfileConnectingSpace
Type Parameters
TSelfThe type of color profile.
TProfileSpaceThe type of color profile connecting space.
- Inherited Members