C# Class LightController.LightBoard

Inheritance: IDisposable
Show file Open project: ImagineLearning/NerfGallery Class Usage Examples

Public Properties

Property Type Description
_levels byte[]

Public Methods

Method Description
Dispose ( ) : void
LightBoard ( ) : System
SetValue ( int channels, byte level ) : void
SetValues ( ) : void
this ( int i ) : byte

Method Details

Dispose() public method

public Dispose ( ) : void
return void

LightBoard() public method

public LightBoard ( ) : System
return System

SetValue() public method

public SetValue ( int channels, byte level ) : void
channels int
level byte
return void

SetValues() public method

public SetValues ( ) : void
return void

this() public method

public this ( int i ) : byte
i int
return byte

Property Details

_levels public property

public byte[] _levels
return byte[]