diff --git a/src/ImageSharp/PixelFormats/IPixel.cs b/src/ImageSharp/PixelFormats/IPixel.cs
index 9acaa4eba1..8e0631b70d 100644
--- a/src/ImageSharp/PixelFormats/IPixel.cs
+++ b/src/ImageSharp/PixelFormats/IPixel.cs
@@ -45,7 +45,7 @@ namespace ImageSharp.PixelFormats
/// Sets the packed representation from the given byte array.
///
///
- /// 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!
///
/// The x-component.
/// The y-component.