Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsLoadInformationEventArgs Class : GetPalette Method |
public RasterColor[] GetPalette()
'Declaration
Public Function GetPalette() As RasterColor()
'Usage
Dim instance As CodecsLoadInformationEventArgs Dim value() As RasterColor value = instance.GetPalette()
public RasterColor[] GetPalette()
@property (nonatomic, strong, readonly, nullable) NSArray<LTRasterColor *> *palette
public RasterColor[] getPalette()
function Leadtools.Codecs.CodecsLoadInformationEventArgs.GetPalette()
public: array<RasterColor>^ GetPalette();