C# Class FluxJpeg.Core.Filtering.Filter

Exibir arquivo Open project: akoch-ov/dipstart-development Class Usage Examples

Protected Properties

Property Type Description
_color bool
_newWidth int
_sourceData ].byte[][

Public Methods

Method Description
Apply ( byte imageData, int newWidth, int newHeight ) : ].byte[][

Protected Methods

Method Description
ApplyFilter ( ) : void
UpdateProgress ( double progress ) : void

Method Details

Apply() public method

public Apply ( byte imageData, int newWidth, int newHeight ) : ].byte[][
imageData byte
newWidth int
newHeight int
return ].byte[][

ApplyFilter() protected abstract method

protected abstract ApplyFilter ( ) : void
return void

UpdateProgress() protected method

protected UpdateProgress ( double progress ) : void
progress double
return void

Property Details

_color protected_oe property

protected bool _color
return bool

_newWidth protected_oe property

protected int _newWidth
return int

_sourceData protected_oe property

protected byte[][,] _sourceData
return ].byte[][