Table of Contents

Constructor ColorMatrixEffect

Namespace
PaintDotNet.Direct2D1.Effects
Assembly
PaintDotNet.Windows.Core.dll

ColorMatrixEffect(IDeviceEffectFactory)

public ColorMatrixEffect(IDeviceEffectFactory factory)

Parameters

factory IDeviceEffectFactory

ColorMatrixEffect(IDeviceEffectFactory, IDeviceImage, in Matrix5x4Float, ColorMatrixAlphaMode, bool)

public ColorMatrixEffect(IDeviceEffectFactory factory, IDeviceImage input, in Matrix5x4Float colorMatrix, ColorMatrixAlphaMode alphaMode = ColorMatrixAlphaMode.Premultiplied, bool clampOutput = false)

Parameters

factory IDeviceEffectFactory
input IDeviceImage
colorMatrix Matrix5x4Float
alphaMode ColorMatrixAlphaMode
clampOutput bool