Browse Source

changed TODO text

pull/242/head
Anton Firszov 9 years ago
parent
commit
579f3b5d52
  1. 2
      src/ImageSharp/PixelFormats/IPixel.cs

2
src/ImageSharp/PixelFormats/IPixel.cs

@ -45,7 +45,7 @@ namespace ImageSharp.PixelFormats
/// Sets the packed representation from the given byte array.
/// </summary>
/// <remarks>
/// TODO: Consider defining multiple PackFrom***() methods instead. (Similar to the opposite direction API.)
/// TODO: Refactor this, defining multiple PackFromAsdf42(ref Asdf42 source) methods instead. Should be faster on many execution paths!
/// </remarks>
/// <param name="x">The x-component.</param>
/// <param name="y">The y-component.</param>

Loading…
Cancel
Save