File tree 3 files changed +0
-3
lines changed
3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,6 @@ namespace s3d
151
151
152
152
constexpr Color& set (Color color) noexcept ;
153
153
154
- [[deprecated(" use withA()" )]]
155
154
constexpr Color withAlpha (uint32 _a) const noexcept ;
156
155
157
156
[[nodiscard]]
Original file line number Diff line number Diff line change @@ -175,7 +175,6 @@ namespace s3d
175
175
176
176
constexpr ColorF& set (const ColorF& ColorF) noexcept ;
177
177
178
- [[deprecated(" use withA()" )]]
179
178
constexpr ColorF withAlpha (double _a) const noexcept ;
180
179
181
180
// / @brief グレースケール値を返します。
Original file line number Diff line number Diff line change @@ -143,7 +143,6 @@ namespace s3d
143
143
144
144
constexpr HSV& set (const HSV& hsva) noexcept ;
145
145
146
- [[deprecated(" use withA()" )]]
147
146
constexpr HSV withAlpha (double _a) const noexcept ;
148
147
149
148
[[nodiscard]]
You can’t perform that action at this time.
0 commit comments