mirror of
https://github.com/soukoku/ntwain.git
synced 2025-11-24 16:53:24 +08:00
Fixed getter typo in TW_CIEPOINT.
This commit is contained in:
@@ -836,11 +836,11 @@ namespace NTwain.Data
|
||||
/// <summary>
|
||||
/// First tri-stimulus value of the CIE space representation.
|
||||
/// </summary>
|
||||
public float X { get { return _z; } }
|
||||
public float X { get { return _x; } }
|
||||
/// <summary>
|
||||
/// Second tri-stimulus value of the CIE space representation.
|
||||
/// </summary>
|
||||
public float Y { get { return _z; } }
|
||||
public float Y { get { return _y; } }
|
||||
/// <summary>
|
||||
/// Third tri-stimulus value of the CIE space representation.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user