3 using System.Diagnostics;
5 using SiliconStudio.Core.Mathematics;
7 namespace SiliconStudio.
Paradox.UI.Controls
12 [DebuggerDisplay(
"ScrollBar - Name={Name}")]
17 BarColorInternal =
new Color(0, 0, 0, 0);
20 internal Color BarColorInternal;
27 get {
return BarColorInternal; }
28 set { BarColorInternal = value; }
Provides a base class for all the User Interface elements in Paradox applications.
SiliconStudio.Core.Mathematics.Color Color
Represents a 32-bit color (4 bytes) in the form of RGBA (in byte order: R, G, B, A).