mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-26 06:28:35 +01:00
specify the MLEM version that Invert will be moved
This commit is contained in:
parent
a52b46dce9
commit
374d936be2
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ namespace MLEM.Extensions {
|
|||
public static class ColorHelper {
|
||||
|
||||
/// <inheritdoc cref="ColorExtensions.Invert"/>
|
||||
[Obsolete("This method has been moved to ColorExtensions.Invert")]
|
||||
[Obsolete("This method has been moved to ColorExtensions.Invert in 5.1.0")]
|
||||
public static Color Invert(this Color color) {
|
||||
return ColorExtensions.Invert(color);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue