←Select platform

Palette Property

Summary

Gets or sets the color palette that will be used to render the 3D object.

Syntax

C#
VB
C++
public byte[] Palette { get; set; } 
  
Public Property Palette As Byte() 
public: 
property array<byte>^ Palette { 
   array<byte>^ get(); 
   void set (    array<byte>^ ); 
} 

Property Value

array that represents color palette that will be used to render the 3D object.

Remarks
  • Setting this value to null will render a grayscale palette on the 3D object.
  • To update the histogram of the 3D object, please refer to ColorMap.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly