| Package | Description |
|---|---|
| org.bytedeco.skia.global |
| Modifier and Type | Method and Description |
|---|---|
static sk_colortable_t |
Skia.sk_colortable_new(int[] colors,
int count) |
static sk_colortable_t |
Skia.sk_colortable_new(IntBuffer colors,
int count) |
static sk_colortable_t |
Skia.sk_colortable_new(IntPointer colors,
int count) |
| Modifier and Type | Method and Description |
|---|---|
static int |
Skia.sk_colortable_count(sk_colortable_t ctable) |
static void |
Skia.sk_colortable_read_colors(sk_colortable_t ctable,
int[] colors) |
static void |
Skia.sk_colortable_read_colors(sk_colortable_t ctable,
IntBuffer colors) |
static void |
Skia.sk_colortable_read_colors(sk_colortable_t ctable,
IntPointer colors) |
static void |
Skia.sk_colortable_read_colors(sk_colortable_t ctable,
PointerPointer colors) |
static void |
Skia.sk_colortable_unref(sk_colortable_t ctable) |
Copyright © 2019. All rights reserved.