Пример #1
0
 /// <summary>
 /// Constructs an new <code>ICC_ProfileRGB</code> from a CMM ID.
 /// </summary>
 /// <param name="p"> The CMM ID for the profile.
 ///  </param>
 internal ICC_ProfileRGB(Profile p) : base(p)
 {
 }
Пример #2
0
 /// <summary>
 /// Constructs a new ICC_ProfileGray from a CMM ID.
 /// </summary>
 internal ICC_ProfileGray(Profile p) : base(p)
 {
 }