スクリーンカラーの列挙体。
Declaration Syntax
C# | Visual Basic | Visual Basic Usage | Visual C++ | J# | JScript | JavaScript | XAML |
public enum ScreenColor
Public Enumeration ScreenColor
Dim instance As Helper.ScreenColor
public enum class ScreenColor
type ScreenColor
public enum ScreenColor
public enum ScreenColor
Wakaba.ScreenColor = function(); Wakaba.ScreenColor.createEnum('Wakaba.ScreenColor', false);
Members
Member | Description |
---|---|
High |
ハイカラー。(65,536色)【推奨値】
|
Full |
フルカラー。(16,777,216色)
|
Remarks
スクリーンカラーの列挙体。