C# Class SkiaSharp.SKColorTable

Inheritance: SKObject
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
ReadColors ( ) : IntPtr
SKColorTable ( ) : System
SKColorTable ( SKColor colors ) : System
SKColorTable ( SKColor colors, int count ) : System
SKColorTable ( int count ) : System
this ( int index ) : SKColor

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
SKColorTable ( IntPtr x, bool owns ) : System

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ReadColors() public method

public ReadColors ( ) : IntPtr
return System.IntPtr

SKColorTable() public method

public SKColorTable ( ) : System
return System

SKColorTable() public method

public SKColorTable ( SKColor colors ) : System
colors SKColor
return System

SKColorTable() public method

public SKColorTable ( SKColor colors, int count ) : System
colors SKColor
count int
return System

SKColorTable() public method

public SKColorTable ( int count ) : System
count int
return System

this() public method

public this ( int index ) : SKColor
index int
return SKColor