8.22. チャンネルミキサー...

8.22.1. 概観

図16.170 チャンネルミキサーフィルターの使用例

「チャンネルミキサー」フィルターの使用例

元画像

「チャンネルミキサー」フィルターの使用例

チャンネルミキサー適用後


This command combines values of the RGB channels. It works with images with or without an alpha channel.

8.22.2. Activating the Command

You can access this command from the main menu through ColorsComponentsChannel Mixer.

8.22.3. オプション

図16.171 チャンネルミキサーコマンドのオプション

「チャンネルミキサー」コマンドのオプション

Presets

Presets are a common feature for several Colors commands. You can find its description in 「Colors Common Features」.

Red Channel, Green Channel, Blue Channel

Each of these has three sliders, which set the contribution of the red, green and blue input channels in the output channel. The sliders go from -2 to 2. They represent the multiplication factor of the input channel that will be attributed to the output channel.

明度維持

The mixing can result in an image where some of the colors are too light. This option lessens the luminosity of the color channels while keeping a good visual ratio between them. So, you can change the relative weight of the colors without changing the overall luminosity.

Blending Options, Preview and Split view

These are common features described in 「Colors Common Features」.

8.22.4. チャンネルミキサーの動作の仕組み

Each of the output channels is based on the values you set for the three RGB input channels. By default each output channel is based for 100% on the corresponding input channel. This is the one set to 1.0, and the others are set to 0.0. You can change each of the sliders from -2 to +2.

The three RGB input sliders let you give a percentage to every channel. For every pixel in the image, the sum of the calculated values for every channel from these percentages will be given to the output channel. Here is an example:

図16.172 元画像と各チャンネル

元画像と各チャンネル

RGB values of the pixels in red, green, blue, gray squares are displayed. The black rectangle is special, because black (0;0;0) is not affected by the command (0 multiplied by any percentage always gives 0). The result can't exceed 255 nor be negative.


図16.173 出力チャンネルに赤。 緑のチャンネルが +50

出力チャンネルに赤。 緑のチャンネルが +50

元の赤の正方形の画素の値は (230,10,10)。 これを 1 : 0.5 : 0 の割合で配分する。 230 × 1 + 10 × 0.5 + 10 × 0 = 235 を得る。 緑や青や灰色の正方形でも同じ原理で赤チャンネルの値だけが変化する。

灰色の正方形だけは計算結果が 255 を越えるため、 255 に修正される。 仮に計算結果が負の値になれば 0 に修正される。


図16.174 出力チャンネルに赤。 緑のチャンネルが +50%。 明度維持オプション有効。

出力チャンネルに赤。 緑のチャンネルが +50%。 明度維持オプション有効。

The values attributed to the Red Output channel are lower, preventing a too bright image.