編輯

共用方式為


ColorBalanceEffect(Int32, Int32, Int32) Constructor

Definition

public:
 ColorBalanceEffect(int cyanRed, int magentaGreen, int yellowBlue);
public ColorBalanceEffect (int cyanRed, int magentaGreen, int yellowBlue);
new System.Drawing.Imaging.Effects.ColorBalanceEffect : int * int * int -> System.Drawing.Imaging.Effects.ColorBalanceEffect
Public Sub New (cyanRed As Integer, magentaGreen As Integer, yellowBlue As Integer)

Parameters

cyanRed
Int32
magentaGreen
Int32
yellowBlue
Int32

Applies to