Skip to content

Commit

Permalink
deprecated キャンセル
Browse files Browse the repository at this point in the history
  • Loading branch information
Reputeless committed Feb 4, 2024
1 parent a247a32 commit 94faee3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Siv3D/include/Siv3D/Color.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ namespace s3d

constexpr Color& set(Color color) noexcept;

[[deprecated("use withA()")]]
constexpr Color withAlpha(uint32 _a) const noexcept;

[[nodiscard]]
Expand Down
1 change: 0 additions & 1 deletion Siv3D/include/Siv3D/ColorF.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ namespace s3d

constexpr ColorF& set(const ColorF& ColorF) noexcept;

[[deprecated("use withA()")]]
constexpr ColorF withAlpha(double _a) const noexcept;

/// @brief グレースケール値を返します。
Expand Down
1 change: 0 additions & 1 deletion Siv3D/include/Siv3D/HSV.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ namespace s3d

constexpr HSV& set(const HSV& hsva) noexcept;

[[deprecated("use withA()")]]
constexpr HSV withAlpha(double _a) const noexcept;

[[nodiscard]]
Expand Down

0 comments on commit 94faee3

Please sign in to comment.