ColorRenderType.BestMatch
|
0
|
Best color match: Uses exactly the color set by the color parameter to make the 3D rendering. With some colors (for example YELLOW RGB (255, 255, 0)) the 3D rendering is very bad due to our eye's perception of the color itself: in this cases it is convenient to use Best 3D rendering.
In all of the the samples below the SurfaceColor.BackColor property is set to Orange RGB (255, 128, 0)
|
ColorRenderType.TwoColors
|
4
|
Bicolor: uses a gradient algorithm that makes use of two colors.
In the the sample below the SurfaceColor.BackColor property is set to Orange RGB (255, 128, 0) and the SurfaceColor.BackColor2 property is set to Blue RGB (0, 0, 255)
|