C# Class SkiaSharp.SKColorTable

Inheritance: SKObject
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
ReadColors ( ) : IntPtr
SKColorTable ( ) : System
SKColorTable ( SKColor colors ) : System
SKColorTable ( SKColor colors, int count ) : System
SKColorTable ( int count ) : System
this ( int index ) : SKColor

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
SKColorTable ( IntPtr x, bool owns ) : System

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ReadColors() public méthode

public ReadColors ( ) : IntPtr
Résultat System.IntPtr

SKColorTable() public méthode

public SKColorTable ( ) : System
Résultat System

SKColorTable() public méthode

public SKColorTable ( SKColor colors ) : System
colors SKColor
Résultat System

SKColorTable() public méthode

public SKColorTable ( SKColor colors, int count ) : System
colors SKColor
count int
Résultat System

SKColorTable() public méthode

public SKColorTable ( int count ) : System
count int
Résultat System

this() public méthode

public this ( int index ) : SKColor
index int
Résultat SKColor