Basic Library for UWP/WinRT XAML
C1HslColor コンストラクタ(Color)

HSL 色の初期化に使用される RGB 色。
C1HslColor 構造の新しいインスタンスを初期化します。
構文
'宣言
 
Public Function New( _
   ByVal rgbColor As Windows.UI.Color _
)
public C1HslColor( 
   Windows.UI.Color rgbColor
)

パラメータ

rgbColor
HSL 色の初期化に使用される RGB 色。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1HslColor 構造体
C1HslColor メンバ
オーバーロード一覧

Send Feedback