ColorspaceConversion

AllSource 1.3    |

サマリー

Converts the color model of a three-band unsigned 8-bit image from the hue, saturation, and value (HSV) to red, green, and blue (RGB) or vice versa.

説明

For more information about how this function works, see the Color Model Conversion raster function.

The referenced raster dataset for the raster object is temporary. To make it permanent, you can call the raster object's save method.

構文

ColorspaceConversion (raster, {conversion_type})
パラメーター説明データ タイプ
raster

An unsigned 8-bit pixel type input raster.

Raster
conversion_type

The color conversion type to perform.

  • rgb_to_hsvRGB to HSV
  • hsv_to_rgbHSV to RGB

(デフォルト値は次のとおりです rgb_to_hsv)

String
戻り値
データ タイプ説明
Raster

The output raster.


このトピックの内容