TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

struct ShadowStyle in Tinman.AddOns.GUI.Styles

struct ShadowStyle  

Public / Constants

Default

public static readonly field Default
type ShadowStyle

None

public static readonly field None
type ShadowStyle

Public / Attributes

Color

The shadow color.

public property Color { get }
type int64
value The 64-bit ARGB shadow color.

Offset

The shadow offset, in pixels.

public readonly field Offset
type int32

Opacity

The shadow opacity between [0..255].

public readonly field Opacity
type int32

Public / Constructors

ShadowStyle

Creates a new instance of ShadowStyle.

public constructor ShadowStyle (int32 offset, int32 opacity)
params offset [>=0] The shadow offset, in pixels.
  opacity [0..255] The shadow opacity between.