* Retrieve whether or not the Image has been loaded. * * @return True or false depending on whether the Image has been loaded. */
| 752 | * @return True or false depending on whether the Image has been loaded. |
| 753 | */ |
| 754 | RLCPP_NODISCARD bool IsValid() const { return ::IsImageValid(*this); } |
| 755 | |
| 756 | /** |
| 757 | * Create an image from a selected channel of another image (GRAYSCALE) |