Gray Property

Build 1501 on 14/Nov/2017  This topic last edited on: 10/Oct/2016, at 13:19

Description

Returns or sets the characters' tint from 0% to 100%.

Corresponds to the GNML the command >gray...<

Syntax

object.Gray [ =intTint ]

object

Required. Object name, returned by Text.GetTextStatus, Text.GetParaTextStatus and Text.GetDefaultTextStatus functions

intTint

Integer number. Color percentage 0 to 100

Example

      If objTS.HasGray Then

        iTextGray = objTS.Gray      'displays the current color  

      End If

See also

Other color and tint properties and functions