Table of Contents

Interface IManagedColorList

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Core.dll

Represents a list of colors associated with a color profile, along with methods to retrieve those colors after transforming them to a destination color profile.

public interface IManagedColorList : IReadOnlyList<ManagedColor>, IReadOnlyCollection<ManagedColor>, IEnumerable<ManagedColor>, IEnumerable, IInternalImpl
Inherited Members
Extension Methods

Properties

ColorContext

Gets the color context for the colors.

Methods

GetColors(IColorContext)

Gets the colors in the requested color space.