Gets or sets the length of the lookup table.
Supported in Silverlight, Windows Phone 7
Syntax
Visual Basic (Declaration) | |
---|
Public Property LookUpTableLength As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As RemapHueCommand
Dim value As Integer
instance.LookUpTableLength = value
value = instance.LookUpTableLength |
C# | |
---|
public int LookUpTableLength {get; set;} |
C++/CLI | |
---|
public:
property int LookUpTableLength {
int get();
void set ( int value);
} |
Property Value
Length of the lookup table. Possible values are 65536 for a 16-bit image, 4096 for a 12-bit image, 256 for an 8-bit image.
Example
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also