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