'宣言 Public Shared Function CombineColors( _ ByVal ParamArray colorsList() As System.Drawing.Color _ ) As System.Drawing.Color()
public static System.Drawing.Color[] CombineColors( params System.Drawing.Color[] colorsList )
パラメータ
- colorsList
 - A System.Drawing.Color array indicates the colors.
 
戻り値の型
A System.Drawing.Color array indicates the combined colors.