Navigation:  Classes > bBrowser >

bBrowser:GetTitleAlphaBlendRatio()

Print this Topic    Previous pageReturn to chapter overviewNext page

Purpose

Determines the alpha blend ratio for the title to be used when drawing.

Class

bBrowser

Type

Method

Syntax

<oBrowser>:GetTitleAlphaBlendRatio() Æ iRatio

Return Value

iRatioThe determined alpha blend ratio. Values from 0 to 100 or the following constants are posible:

 

Constant

Value

BABR_NONE

0

BABR_LIGHT

12

BABR_NORMAL

25

BABR_DARK

45

BABR_SOLID

100

BABR_AUTO

0xFFFFFFFF

 

Data Type:DWord

Description

In order to determine the alpha blend ratio for the title,

1.it is examined whether a bBrowser:TitleView object is defined and whether in this object the alpha blend ratio (see also bViewStyle:AlphaBlendRatio) is not set equal to BABR_AUTO.
Ü If it is, this value is returned.

2.it is examined whether in the access bBrowser:AlphaBlendRatio a value is not set equal to BABR_AUTO.
Ü If it is, this value is returned.

3.Ü the alpha blend ratio BABR_NORMAL is returned.

See Also

bBrowser:AlphaBlendRatio

bBrowser:GetTitleAlignment()

bBrowser:GetTitleBackground()

bBrowser:GetTitleFont()

bBrowser:GetTitleForeground()

bBrowser:GetTitleGrid()

bBrowser:GetTitleOptions()

bBrowser:TitleView

 


Page url: http://www.YOURSERVER.com/index.html?bbrowser_gettitlealphablendratio.htm