Skip to content

Commit

Permalink
GetPixelDataAt
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusfriedman committed Oct 19, 2024
1 parent c2488cd commit 292e8eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Codecs/Image/Image.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1361,7 +1361,7 @@ public void Test_GetPlaneData_InvalidComponentIndex_ThrowsException()
catch (ArgumentOutOfRangeException) { }
}

public void Test_PixAt_ValidCoordinates_ReturnsCorrectData()
public void Test_GetPixelDataAt_ValidCoordinates_ReturnsCorrectData()
{
// Arrange
int width = 1920;
Expand Down Expand Up @@ -1399,7 +1399,7 @@ public void Test_PixAt_ValidCoordinates_ReturnsCorrectData()
}
}

public void Test_PixAt_InvalidCoordinates_ThrowsException()
public void Test_GetPixelDataAt_InvalidCoordinates_ThrowsException()
{
// Arrange
int width = 1920;
Expand Down

0 comments on commit 292e8eb

Please sign in to comment.