バージョン

ColorInfo コンストラクタ(ThemeColorType,Double)

テーマ色と濃淡を指定して ColorInfo を新規作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal themeColorType As ThemeColorType, _
   ByVal tint As Double _
)
public ColorInfo( 
   ThemeColorType themeColorType,
   double tint
)

パラメータ

themeColorType
ColorInfo が使用されるときに基本色となるテーマの色のタイプ。
tint
基本色に適用する濃淡。-1.0 (暗度 100%) から 1.0 (明度 100%) までの値です。
例外
例外解説
System.ArgumentExceptionthemeColorTypeThemeColorType列挙体で定義されていないです。
System.ArgumentOutOfRangeExceptiontint に指定した値が、有効な指定範囲 (両端の値を含む -1.0 から 1.0 までの値範囲) から外れた値です。
参照