Table of Contents

Method CreateColorContext

Namespace
PaintDotNet.Imaging
Assembly
PaintDotNet.Windows.Core.dll

CreateColorContext(IImagingFactory, IReadOnlyList<byte>)

public static IColorContext CreateColorContext(this IImagingFactory factory, IReadOnlyList<byte> profileBytes)

Parameters

factory IImagingFactory
profileBytes IReadOnlyList<byte>

Returns

IColorContext

CreateColorContext(IImagingFactory, IReadOnlyList<byte>, int, int)

public static IColorContext CreateColorContext(this IImagingFactory factory, IReadOnlyList<byte> profileBytes, int startIndex, int length)

Parameters

factory IImagingFactory
profileBytes IReadOnlyList<byte>
startIndex int
length int

Returns

IColorContext