A description of a particular type of halftone. Halftones allow the representation of continuous tone colors using a number of discrete colors. Most commonly this is used for representing grayscale images using a black and white approximation.
Hierarchy
System.Object
    WebSupergoo.ImageGlue8.Halftone
Notes

This class is sealed. It cannot be derived from.

Methods
Method Description
ToString Converts the object to string.
Properties
Property Description
SpotAngle The spot halftone angle in degrees. This is only relevant if the Type is set to HalftoneType.Spot.
SpotFunction The spot function type. This is only relevant if the Type is set to HalftoneType.Spot.
Threshold The percentage threshold to use when calculating the value of a black and white pixel. If the gray level is greater than the threshold the pixel will be black otherwise it will be white. This property is only relevant if the Type is set to HalftoneType.Threshold.
Type The type of halftone to use
Fields
Field Description
SpotFrequency The spot halftone frequency in lines per inch (LPI). This is only relevant if the Type is set to HalftoneType.Spot.
Example

None.