BenSelect Documentation
GetColorFromArgb Method
See Also  Send Feedback
ETI.Report Namespace > ExcelHelper Class : GetColorFromArgb Method
r
The red.
g
The green.
b
The blue.
alpha
The transparency alpha.
Gets the color from ARGB.

Syntax

JScript 
public function GetColorFromArgb( 
   r : byte,
   g : byte,
   b : byte,
   alpha : double
) : FlexCel.Core.TExcelColor;

Parameters

r
The red.
g
The green.
b
The blue.
alpha
The transparency alpha.

Return Value

TExcelColor.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2024 All Rights Reserved.