C# Class CSJ2K.Icc.Tags.ICCXYZType

A tag containing a triplet.
Inheritance: ICCTag
Afficher le fichier Open project: cureos/csj2k

Méthodes publiques

Свойство Type Description
x long
y long
z long

Méthodes publiques

Méthode Description
DoubleToXYZ ( double x ) : long

Normalization utility

ToString ( ) : System.String

Return the string rep of this tag.

XYZToDouble ( long x ) : double

Normalization utility

write ( System raf ) : void

Write to a file.

Méthodes protégées

Méthode Description
ICCXYZType ( int signature, byte data, int offset, int length ) : System

Construct this tag from its constituant parts

Method Details

DoubleToXYZ() public static méthode

Normalization utility
public static DoubleToXYZ ( double x ) : long
x double
Résultat long

ICCXYZType() protected méthode

Construct this tag from its constituant parts
protected ICCXYZType ( int signature, byte data, int offset, int length ) : System
signature int tag id ///
data byte array of bytes ///
offset int to data in the data array ///
length int of data in the data array ///
Résultat System

ToString() public méthode

Return the string rep of this tag.
public ToString ( ) : System.String
Résultat System.String

XYZToDouble() public static méthode

Normalization utility
public static XYZToDouble ( long x ) : double
x long
Résultat double

write() public méthode

Write to a file.
public write ( System raf ) : void
raf System
Résultat void

Property Details

x public_oe property

x component
public long x
Résultat long

y public_oe property

y component
public long y
Résultat long

z public_oe property

z component
public long z
Résultat long