Public Property Extract As Boolean
Dim instance As VirtualBulbOptions Dim value As Boolean instance.Extract = value value = instance.Extract
public bool Extract {get; set;}
Public Property Extract As Boolean
Dim instance As VirtualBulbOptions Dim value As Boolean instance.Extract = value value = instance.Extract
public bool Extract {get; set;}
The default value is false.
Normal operation is to drop specified hues to white and convert all other hues to black. Enabling Extract will keep only the specified hues.