Table of Contents

Method CreateColorTransformedBitmap

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

CreateColorTransformedBitmap<TDstPixel>(IImagingFactory, IBitmapSource, IColorContext, IColorContext)

public static IBitmapSource<TDstPixel> CreateColorTransformedBitmap<TDstPixel>(this IImagingFactory factory, IBitmapSource source, IColorContext sourceContext, IColorContext destinationContext) where TDstPixel : unmanaged, INaturalPixelInfo

Parameters

factory IImagingFactory
source IBitmapSource
sourceContext IColorContext
destinationContext IColorContext

Returns

IBitmapSource<TDstPixel>

Type Parameters

TDstPixel