Skip to content

Commit

Permalink
Manual: added article on Region.TintLuminance
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mogilko committed Aug 9, 2016
1 parent ca745ca commit 74b2417
Showing 1 changed file with 27 additions and 6 deletions.
33 changes: 27 additions & 6 deletions Manual/ags.tex
Expand Up @@ -17968,7 +17968,7 @@ \subsection{TintEnabled property}\label{Region.TintEnabled}\index{Region.TintEna
Returns \it{true} if it does, and \it{false} if it does not. If it does not, then
the LightLevel property reflects the region lighting.

If this property is \it{false}, then the TintRed, TintGreen, TintBlue and TintSaturation
If this property is \it{false}, then the TintRed, TintGreen, TintBlue, TintSaturation and TintLuminance
properties are invalid.

\fcol{red}{Example:}
Expand Down Expand Up @@ -18005,7 +18005,8 @@ \subsection{TintBlue property}\label{Region.TintBlue}\index{Region.TintBlue}%
will display a message with the region's tints.

\it{See Also:} \helprefn{Region.Tint}{Region.Tint}, \helprefn{Region.TintEnabled}{Region.TintEnabled},
\helprefn{Region.TintGreen}{Region.TintGreen}, \helprefn{Region.TintRed}{Region.TintRed}
\helprefn{Region.TintGreen}{Region.TintGreen}, \helprefn{Region.TintRed}{Region.TintRed},
\helprefn{Region.TintLuminance}{Region.TintLuminance}


\subsection{TintGreen property}\label{Region.TintGreen}\index{Region.TintGreen}%
Expand All @@ -18031,7 +18032,8 @@ \subsection{TintGreen property}\label{Region.TintGreen}\index{Region.TintGreen}%
will display a message with the region's tints.

\it{See Also:} \helprefn{Region.Tint}{Region.Tint}, \helprefn{Region.TintEnabled}{Region.TintEnabled},
\helprefn{Region.TintBlue}{Region.TintBlue}, \helprefn{Region.TintRed}{Region.TintRed}
\helprefn{Region.TintBlue}{Region.TintBlue}, \helprefn{Region.TintRed}{Region.TintRed},
\helprefn{Region.TintSaturation}{Region.TintSaturation}, \helprefn{Region.TintLuminance}{Region.TintLuminance}


\subsection{TintRed property}\label{Region.TintRed}\index{Region.TintRed}%
Expand All @@ -18057,7 +18059,8 @@ \subsection{TintRed property}\label{Region.TintRed}\index{Region.TintRed}%
will display a message with the region's tints.

\it{See Also:} \helprefn{Region.Tint}{Region.Tint}, \helprefn{Region.TintEnabled}{Region.TintEnabled},
\helprefn{Region.TintBlue}{Region.TintBlue}, \helprefn{Region.TintGreen}{Region.TintGreen}
\helprefn{Region.TintBlue}{Region.TintBlue}, \helprefn{Region.TintGreen}{Region.TintGreen},
\helprefn{Region.TintSaturation}{Region.TintSaturation}, \helprefn{Region.TintLuminance}{Region.TintLuminance}


\subsection{TintSaturation property}\label{Region.TintSaturation}\index{Region.TintSaturation}%
Expand All @@ -18083,8 +18086,26 @@ \subsection{TintSaturation property}\label{Region.TintSaturation}\index{Region.T
will display a message with the region's tints.

\it{See Also:} \helprefn{Region.Tint}{Region.Tint}, \helprefn{Region.TintEnabled}{Region.TintEnabled},
\helprefn{Region.TintBlue}{Region.TintBlue}, \helprefn{Region.TintGreen}{Region.TintGreen}
, \helprefn{Region.TintRed}{Region.TintRed}
\helprefn{Region.TintBlue}{Region.TintBlue}, \helprefn{Region.TintGreen}{Region.TintGreen},
\helprefn{Region.TintRed}{Region.TintRed}, \helprefn{Region.TintLuminance}{Region.TintLuminance}


\subsection{TintLuminance property}\label{Region.TintLuminance}\index{Region.TintLuminance}%

\begin{verbatim}
readonly int Region.TintLuminance
\end{verbatim}
Gets the \it{luminance} setting for the region's current tint.

This property is read-only; to change it, use the \helprefn{Region.Tint}{Region.Tint} command.

\bf{NOTE:} If the \helprefn{Region.TintEnabled}{Region.TintEnabled} property is false, then
this value is meaningless.


\it{See Also:} \helprefn{Region.Tint}{Region.Tint}, \helprefn{Region.TintEnabled}{Region.TintEnabled},
\helprefn{Region.TintBlue}{Region.TintBlue}, \helprefn{Region.TintGreen}{Region.TintGreen},
\helprefn{Region.TintRed}{Region.TintRed}, \helprefn{Region.TintSaturation}{Region.TintSaturation}



Expand Down

0 comments on commit 74b2417

Please sign in to comment.