C# Class LinearReader.PixelAcceptanceArgs

Mostra 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_oe property

public bool BlueEnabled
return bool

BlueMax public_oe property

public int BlueMax
return int

BlueMin public_oe property

public int BlueMin
return int

GreenEnabled public_oe property

public bool GreenEnabled
return bool

GreenMax public_oe property

public int GreenMax
return int

GreenMin public_oe property

public int GreenMin
return int

MaxLight public_oe property

public int MaxLight
return int

RedEnabled public_oe property

public bool RedEnabled
return bool

RedMax public_oe property

public int RedMax
return int

RedMin public_oe property

public int RedMin
return int