public override void Transform()
 {
     for (var i = 0; i < Length; i += ByteCount)
     {
         ByteExtensions.Swap(ref RgbBytes[i], ref RgbBytes[i + RedIndex]);
     }
 }