VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / Palette Class / GetActualPixelFormat(PixelFormat) Method
Syntax Requirements SeeAlso
In This Topic
    GetActualPixelFormat(PixelFormat) Method (Palette)
    In This Topic
    Returns actual pixel format if pixel format does not correspond to this palette.
    Syntax
    'Declaration
    
    Public Function GetActualPixelFormat( _
    ByVal pixelFormat
    Source pixel format.
    As Vintasoft.Imaging.PixelFormat _
    ) As Vintasoft.Imaging.PixelFormat
    public Vintasoft.Imaging.PixelFormat GetActualPixelFormat(
    Vintasoft.Imaging.PixelFormat pixelFormat
    )
    public: Vintasoft.Imaging.PixelFormat GetActualPixelFormat(
    Vintasoft.Imaging.PixelFormat pixelFormat
    )
    public:
    Vintasoft.Imaging.PixelFormat GetActualPixelFormat(
    Vintasoft.Imaging.PixelFormat pixelFormat
    )

    Parameters

    pixelFormat
    Source pixel format.

    Return Value

    New pixel format if pixel format does not correspond to this palette; otherwise, source pixel format.
    Requirements

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

    See Also