Méthode | Description | |
---|---|---|
ColorProfile ( Byte data ) : System |
Initializes a new instance of the ColorProfile class.
|
|
ColorProfile ( Stream stream ) : System |
Initializes a new instance of the ColorProfile class.
|
|
ColorProfile ( string fileName ) : System |
Initializes a new instance of the ColorProfile class.
|
Méthode | Description | |
---|---|---|
ColorProfile ( string name, byte data ) : System | ||
DetermineColorSpace ( string colorSpace ) : ColorSpace | ||
Initialize ( ) : void | ||
Load ( string resourcePath, string resourceName ) : |
public ColorProfile ( Byte data ) : System | ||
data | Byte | A byte array containing the profile. |
Résultat | System |
public ColorProfile ( Stream stream ) : System | ||
stream | Stream | A stream containing the profile. |
Résultat | System |
public ColorProfile ( string fileName ) : System | ||
fileName | string | The fully qualified name of the profile file, or the relative profile file name. |
Résultat | System |