Palette Property

Summary
Gets or sets the color palette that will be used to render the 3D object.
Syntax
C#
C++/CLI
public byte[] Palette { get; set; } 
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, refer to ColorMap.
Requirements

Target Platforms

Help Version 22.0.2023.1.24
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly

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