Table of Contents

Constructor ManagedColorProperty

Namespace
PaintDotNet.PropertySystem
Assembly
PaintDotNet.Core.dll

ManagedColorProperty(object, ManagedColor)

public ManagedColorProperty(object name, ManagedColor defaultValue)

Parameters

name object
defaultValue ManagedColor

ManagedColorProperty(object, ManagedColor, ManagedColorPropertyAlphaMode)

public ManagedColorProperty(object name, ManagedColor defaultValue, ManagedColorPropertyAlphaMode alphaMode)

Parameters

name object
defaultValue ManagedColor
alphaMode ManagedColorPropertyAlphaMode

ManagedColorProperty(object, ManagedColor, ManagedColorPropertyAlphaMode, bool)

public ManagedColorProperty(object name, ManagedColor defaultValue, ManagedColorPropertyAlphaMode alphaMode, bool readOnly)

Parameters

name object
defaultValue ManagedColor
alphaMode ManagedColorPropertyAlphaMode
readOnly bool

ManagedColorProperty(object, ManagedColor, ManagedColorPropertyAlphaMode, bool, ValueValidationFailureResult)

public ManagedColorProperty(object name, ManagedColor defaultValue, ManagedColorPropertyAlphaMode alphaMode, bool readOnly, ValueValidationFailureResult vvfResult)

Parameters

name object
defaultValue ManagedColor
alphaMode ManagedColorPropertyAlphaMode
readOnly bool
vvfResult ValueValidationFailureResult