C# Class CSJ2K.Icc.Types.XYZNumber

A convientient representation for the contents of the ICCXYZTypeTag class.
Show file Open project: cureos/csj2k Class Usage Examples

Public Properties

Property Type Description
dwX int
dwY int
dwZ int
size int

Public Methods

Method Description
DoubleToXYZ ( double x ) : int

Normalization utility

ToString ( ) : System.String

String representation of class instance.

XYZNumber ( int x, int y, int z ) : System

Construct from constituent parts.

XYZToDouble ( int x ) : double

Normalization utility

write ( System raf ) : void

Write to a file

Private Methods

Method Description
XYZNumber ( ) : System

Method Details

DoubleToXYZ() public static method

Normalization utility
public static DoubleToXYZ ( double x ) : int
x double
return int

ToString() public method

String representation of class instance.
public ToString ( ) : System.String
return System.String

XYZNumber() public method

Construct from constituent parts.
public XYZNumber ( int x, int y, int z ) : System
x int
y int
z int
return System

XYZToDouble() public static method

Normalization utility
public static XYZToDouble ( int x ) : double
x int
return double

write() public method

Write to a file
public write ( System raf ) : void
raf System
return void

Property Details

dwX public property

x value
public int dwX
return int

dwY public property

y value
public int dwY
return int

dwZ public property

z value
public int dwZ
return int

size public static property

public static int size
return int