Skip to content

Commit 94faee3

Browse files
committed
deprecated キャンセル
1 parent a247a32 commit 94faee3

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

Siv3D/include/Siv3D/Color.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ namespace s3d
151151

152152
constexpr Color& set(Color color) noexcept;
153153

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

157156
[[nodiscard]]

Siv3D/include/Siv3D/ColorF.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ namespace s3d
175175

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

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

181180
/// @brief グレースケール値を返します。

Siv3D/include/Siv3D/HSV.hpp

-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ namespace s3d
143143

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

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

149148
[[nodiscard]]

0 commit comments

Comments
 (0)