ImageRotateCW method

void ImageRotateCW(
  1. ImageD image
)

Rotate image clockwise 90deg

Implementation

void ImageRotateCW(
  ImageD image,
) => run(
  () => _debugLabels.ImageRotateCW(image),
  () => _flat.ImageRotateCW(
    $.Image$.Ref1(image),
  ),
);