←Select platform

LookupTable Property

Summary
Table of 256 integers containing lookup values that re-map bump image data.
Syntax
C#
VB
C++
public int[] LookupTable { get; set; } 
  
Public Property LookupTable As Integer() 
public: 
property array<int>^ LookupTable { 
   array<int>^ get(); 
   void set (    array<int>^ ); 
} 

Property Value

Table of 256 integers containing lookup values that re-map bump image data.

Example

For example, please see BumpmapCommand

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.ImageProcessing.SpecialEffects Assembly

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