ScreenLabelIconStyle

Description

sealed class Tinman.Engine.Drawing.ScreenLabelIconStyle

Derived from

ScreenLabelStyle

Defines visual style properties for IScreenLabelIcon instances.

Public / Constructors

Screen​Label​Icon​Style


public constructor ScreenLabelIconStyle → ()

Creates a new instance of ScreenLabelIconStyle.

Public / Attributes

Color​Channels


public attribute ColorChannels → (get,set)

value : Vec4I

The color channel swizzle, where Vec4I.X, Vec4I.Y, Vec4I.Z and Vec4I.W correspond to red, green, blue and alpha, respectively.

Specifies the color channel swizzle to use when rendering the icon image.

Defaults to (0,1,2,3).

Color​Tint


public attribute ColorTint → (get,set)

value : int64

The modulation color.

The modulation color to apply (after color swizzle).

Defaults to Colors.White.