Share via


GridColor constructor (Byte, Byte, Byte, Byte)

Initializes a new instance of the GridColor class based on the specified color channels.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    a As Byte, _
    r As Byte, _
    g As Byte, _
    b As Byte _
)
'Usage
Dim a As Byte
Dim r As Byte
Dim g As Byte
Dim b As Byte

Dim instance As New GridColor(a, r, g, b)
public GridColor(
    byte a,
    byte r,
    byte g,
    byte b
)

Parameters

See also

Reference

GridColor class

GridColor members

GridColor overload

Microsoft.PerformancePoint.Scorecards namespace