C# Class ImageProcessor.Imaging.Quantizers.WuQuantizer.CubeCut

Represents a cube cut. Adapted from
Mostra file Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Public Properties

Property Type Description
Position byte?
Value float

Public Methods

Method Description
CubeCut ( byte cutPoint, float result )

Initializes a new instance of the CubeCut struct.

Method Details

CubeCut() public method

Initializes a new instance of the CubeCut struct.
public CubeCut ( byte cutPoint, float result )
cutPoint byte /// The cut point. ///
result float /// The result. ///

Property Details

Position public_oe property

The position.
public byte? Position
return byte?

Value public_oe property

The value.
public float Value
return float