SoVectorizeActionShadeModels Enumeration |
Shading models.
Namespace: OIV.HardCopy
Member name | Value | Description | |
---|---|---|---|
FLAT | 0 | Flat shading model. Each polygon is filled with a unique color which is the average of the colors associated with each vertex of the original polygon. | |
SMOOTH | 1 | Smooth shading model. Each polygon is filled with shaded colors which are interpolations of of the colors associated with each vertex of the original polygon. NOTE: Only supported with PostScript Level 3 format. |