record TMessagesTheme

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TMessagesTheme = record

Description

 

Overview

Fields

RectColor: TVector4f;
RectBorderCol: TVector3f;
ScrollBarCol: TVector3f;
ClosingInfoCol: TVector3f;
AdditionalStrCol: TVector3f;
TextCol: TVector3f;
Font: TGLBitmapFontAbstract;

Description

Fields

RectColor: TVector4f;

Color of the inside area in the message rectangle. If RectColor[3] <> 1.0, then it will be nicely blended on the screen.

RectBorderCol: TVector3f;

Color of the frame of the rectangle.

ScrollBarCol: TVector3f;
 
ClosingInfoCol: TVector3f;
 
AdditionalStrCol: TVector3f;
 
TextCol: TVector3f;
 
Font: TGLBitmapFontAbstract;

Font used by procedures in this unit. Nil means "use default font". This font doesn't have to be mono-spaced.


Generated by PasDoc 0.12.1 on 2013-02-04 20:26:51