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
IImagingFactorysource
IBitmapSourcesourceContext
IColorContextdestinationContext
IColorContext
Returns
- IBitmapSource<TDstPixel>
Type Parameters
TDstPixel