'宣言 Public Shared Function IsColorWhite( _ ByVal color As System.Drawing.Color _ ) As System.Boolean
'使用法 Dim color As System.Drawing.Color Dim value As System.Boolean value = Utils.IsColorWhite(color)
public static System.bool IsColorWhite( System.Drawing.Color color )
パラメータ
- color
- テストする色。
戻り値の型
指定された色が白である場合は true、そうでない場合は false。