ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / PaletteColor Structure / PaletteColor Constructor / PaletteColor Constructor(Int32,Int32,Int32,Int32)
The red component of the color.
The green component of the color.
The blue component of the color.
The alpha component of the color.

In This Topic
    PaletteColor Constructor(Int32,Int32,Int32,Int32)
    In This Topic
    Initializes a new instance of the PaletteColor struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal red As Integer, _
       ByVal green As Integer, _
       ByVal blue As Integer, _
       Optional ByVal alpha As Integer _
    )
    public PaletteColor( 
       int red,
       int green,
       int blue,
       int alpha
    )

    Parameters

    red
    The red component of the color.
    green
    The green component of the color.
    blue
    The blue component of the color.
    alpha
    The alpha component of the color.
    See Also