C# Class LinearReader.PixelAcceptanceArgs

Show file Open project: egeozcan/DrawThatThing Class Usage Examples

Public Properties

Property Type Description
BlueEnabled bool
BlueMax int
BlueMin int
GreenEnabled bool
GreenMax int
GreenMin int
MaxLight int
RedEnabled bool
RedMax int
RedMin int

Property Details

BlueEnabled public property

public bool BlueEnabled
return bool

BlueMax public property

public int BlueMax
return int

BlueMin public property

public int BlueMin
return int

GreenEnabled public property

public bool GreenEnabled
return bool

GreenMax public property

public int GreenMax
return int

GreenMin public property

public int GreenMin
return int

MaxLight public property

public int MaxLight
return int

RedEnabled public property

public bool RedEnabled
return bool

RedMax public property

public int RedMax
return int

RedMin public property

public int RedMin
return int