|
|
@ -49,7 +49,7 @@ namespace ImageSharp |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// Gets the profile header
|
|
|
/// Gets or sets the profile header
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
public IccProfileHeader Header |
|
|
public IccProfileHeader Header |
|
|
{ |
|
|
{ |
|
|
@ -58,6 +58,11 @@ namespace ImageSharp |
|
|
this.InitializeHeader(); |
|
|
this.InitializeHeader(); |
|
|
return this.header; |
|
|
return this.header; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
set |
|
|
|
|
|
{ |
|
|
|
|
|
this.header = value; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
|