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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.