| Package | Description |
|---|---|
| org.bytedeco.skia | |
| org.bytedeco.skia.global |
| Modifier and Type | Method and Description |
|---|---|
sk_color4f_t |
sk_color4f_t.fA(float setter) |
sk_color4f_t |
sk_color4f_t.fB(float setter) |
sk_color4f_t |
sk_color4f_t.fG(float setter) |
sk_color4f_t |
sk_color4f_t.fR(float setter) |
sk_color4f_t |
sk_color4f_t.getPointer(long i) |
sk_color4f_t |
sk_color4f_t.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Skia.sk_paint_get_color4f(sk_paint_t paint,
sk_color4f_t color) |
static void |
Skia.sk_paint_set_color4f(sk_paint_t paint,
sk_color4f_t color,
sk_colorspace_t colorspace) |
static boolean |
Skia.sk_pixmap_erase_color4f(sk_pixmap_t cpixmap,
sk_color4f_t color,
sk_irect_t subset) |
static sk_shader_t |
Skia.sk_shader_new_color4f(sk_color4f_t color,
sk_colorspace_t colorspace) |
static sk_shader_t |
Skia.sk_shader_new_linear_gradient_color4f(sk_point_t points,
sk_color4f_t colors,
sk_colorspace_t colorspace,
float[] colorPos,
int colorCount,
int tileMode,
sk_matrix_t localMatrix) |
static sk_shader_t |
Skia.sk_shader_new_linear_gradient_color4f(sk_point_t points,
sk_color4f_t colors,
sk_colorspace_t colorspace,
FloatBuffer colorPos,
int colorCount,
int tileMode,
sk_matrix_t localMatrix) |
static sk_shader_t |
Skia.sk_shader_new_linear_gradient_color4f(sk_point_t points,
sk_color4f_t colors,
sk_colorspace_t colorspace,
FloatPointer colorPos,
int colorCount,
int tileMode,
sk_matrix_t localMatrix) |
static sk_shader_t |
Skia.sk_shader_new_radial_gradient_color4f(sk_point_t center,
float radius,
sk_color4f_t colors,
sk_colorspace_t colorspace,
float[] colorPos,
int colorCount,
int tileMode,
sk_matrix_t localMatrix) |
static sk_shader_t |
Skia.sk_shader_new_radial_gradient_color4f(sk_point_t center,
float radius,
sk_color4f_t colors,
sk_colorspace_t colorspace,
FloatBuffer colorPos,
int colorCount,
int tileMode,
sk_matrix_t localMatrix) |
static sk_shader_t |
Skia.sk_shader_new_radial_gradient_color4f(sk_point_t center,
float radius,
sk_color4f_t colors,
sk_colorspace_t colorspace,
FloatPointer colorPos,
int colorCount,
int tileMode,
sk_matrix_t localMatrix) |
static sk_shader_t |
Skia.sk_shader_new_sweep_gradient_color4f(sk_point_t center,
sk_color4f_t colors,
sk_colorspace_t colorspace,
float[] colorPos,
int colorCount,
int tileMode,
float startAngle,
float endAngle,
sk_matrix_t localMatrix) |
static sk_shader_t |
Skia.sk_shader_new_sweep_gradient_color4f(sk_point_t center,
sk_color4f_t colors,
sk_colorspace_t colorspace,
FloatBuffer colorPos,
int colorCount,
int tileMode,
float startAngle,
float endAngle,
sk_matrix_t localMatrix) |
static sk_shader_t |
Skia.sk_shader_new_sweep_gradient_color4f(sk_point_t center,
sk_color4f_t colors,
sk_colorspace_t colorspace,
FloatPointer colorPos,
int colorCount,
int tileMode,
float startAngle,
float endAngle,
sk_matrix_t localMatrix) |
static sk_shader_t |
Skia.sk_shader_new_two_point_conical_gradient_color4f(sk_point_t start,
float startRadius,
sk_point_t end,
float endRadius,
sk_color4f_t colors,
sk_colorspace_t colorspace,
float[] colorPos,
int colorCount,
int tileMode,
sk_matrix_t localMatrix) |
static sk_shader_t |
Skia.sk_shader_new_two_point_conical_gradient_color4f(sk_point_t start,
float startRadius,
sk_point_t end,
float endRadius,
sk_color4f_t colors,
sk_colorspace_t colorspace,
FloatBuffer colorPos,
int colorCount,
int tileMode,
sk_matrix_t localMatrix) |
static sk_shader_t |
Skia.sk_shader_new_two_point_conical_gradient_color4f(sk_point_t start,
float startRadius,
sk_point_t end,
float endRadius,
sk_color4f_t colors,
sk_colorspace_t colorspace,
FloatPointer colorPos,
int colorCount,
int tileMode,
sk_matrix_t localMatrix) |
Copyright © 2021. All rights reserved.