Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.21
|
public int[] SaturationTable {get; set;}
'Declaration
Public Property SaturationTable As Integer()
'Usage
Dim instance As RemapHueCommand Dim value() As Integer instance.SaturationTable = value value = instance.SaturationTable
public int[] SaturationTable {get; set;}
@property (nonatomic, assign, nullable) const unsigned int *saturationTable
public int[] getSaturationTable() public void setSaturationTable(int[] value)
<br/>get_SaturationTable();<br/>set_SaturationTable(value);<br/>Object.defineProperty('SaturationTable');
public: property array<int>^ SaturationTable { array<int>^ get(); void set ( array<int>^ value); }