Class ColorBlindness
Inheritance
System.Object
ColorBlindness
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:UM4RS.User.Physiological
Assembly:UM4RS.dll
Syntax
[Table("ColorBlindness")]
public class ColorBlindness : VisualImpairment, IDisposable, IBaseEntity
Properties
ConeMonochromacy
Declaration
public float ConeMonochromacy { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Deuteranopia
Declaration
public float Deuteranopia { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Protanopia
Declaration
public float Protanopia { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
RodMonochromacy
Declaration
public float RodMonochromacy { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Tritanopia
Declaration
public float Tritanopia { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |