VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Wpf.UI Namespace / WpfPaletteViewerCell Class / WpfPaletteViewerCell Constructor(Byte,Color)
Syntax Requirements SeeAlso
In This Topic
    WpfPaletteViewerCell Constructor(Byte,Color)
    In This Topic
    Initializes a new instance of the WpfPaletteViewerCell class.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal colorIndex
    Index, in the palette, of this cell.
    As Byte, _
    ByVal color
    Color of this cell.
    As System.Windows.Media.Color _
    )
    public WpfPaletteViewerCell(
    byte colorIndex,
    System.Windows.Media.Color color
    )
    public: WpfPaletteViewerCell(
    byte colorIndex,
    System.Windows.Media.Color* color
    )
    public:
    WpfPaletteViewerCell(
    byte colorIndex,
    System.Windows.Media.Color^ color
    )

    Parameters

    colorIndex
    Index, in the palette, of this cell.
    color
    Color of this cell.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also