Interface IColorGuide
Interface of setting color and the rendering priority.
public interface IColorGuide : IMakeXmlSource, IGetColorGuide
- Inherited Members
- Extension Methods
Methods
GetRgb(object)
Get rgb bystep
.
Vec3d GetRgb(object step)
Parameters
step
objectstep
Returns
- Vec3d
rgb
GetRgbWithPriority(object, out Vec3d, out double)
Get color with the showing priority if the showing area overlapped by shrinking. Only effect on CubeTree.
void GetRgbWithPriority(object step, out Vec3d rgb, out double attachmentPriority)