Share via


ColorValueFixed.ColorValueFixed(FixedPoint, FixedPoint, FixedPoint, FixedPoint) Constructor

Initializes a new instance of the ColorValueFixed structure.

Namespace: Microsoft.WindowsMobile.DirectX.Direct3D
Assembly: Microsoft.WindowsMobile.DirectX (in microsoft.windowsmobile.directx.dll)

Syntax

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

Dim instance As New ColorValueFixed(r, g, b, a)
public ColorValueFixed (
    FixedPoint r,
    FixedPoint g,
    FixedPoint b,
    FixedPoint a
)
public:
ColorValueFixed (
    FixedPoint r, 
    FixedPoint g, 
    FixedPoint b, 
    FixedPoint a
)
public ColorValueFixed (
    FixedPoint r, 
    FixedPoint g, 
    FixedPoint b, 
    FixedPoint a
)
public function ColorValueFixed (
    r : FixedPoint, 
    g : FixedPoint, 
    b : FixedPoint, 
    a : FixedPoint
)
Not applicable.

Parameters

  • r
    A FixedPoint structure that represents the level of red in the color.
  • g
    A FixedPoint structure that represents the level of green in the color.
  • b
    A FixedPoint structure that represents the level of blue in the color.
  • a
    A FixedPoint structure that represents the level of alpha channels in the color.

Platforms

Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Compact Framework

Supported in: 2.0

See Also

Reference

ColorValueFixed Structure
ColorValueFixed Members
Microsoft.WindowsMobile.DirectX.Direct3D Namespace