|
|
|
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. |
|
|
|
|
|
|
|
System.Object
WebSupergoo.ImageGlue8.Halftone
|
|
|
|
|
|
|
This class is sealed. It cannot be derived from.
|
|
|
|
|
|
|
|
|
|
|
|
|
Method
|
|
Description
|
|
|
|
|
|
|
|
ToString
|
|
Converts the object to string. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Field
|
|
Description
|
|
|
|
|
|
|
|
SpotFrequency
|
|
The spot halftone frequency in lines per inch (LPI). This is
only relevant if the Type is set to HalftoneType.Spot. |
|
|
|
|
|
|
|
|
|
|
|
|
|
None.
|