mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
3a99f1e9f1
Pass the ccs, opacity and GdkColors to the op to let it make decisions about color conversion. Update the callers.
20 lines
888 B
C
20 lines
888 B
C
#pragma once
|
|
|
|
#include "gskgpushaderopprivate.h"
|
|
|
|
#include <graphene.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
void gsk_gpu_colorize_op (GskGpuFrame *frame,
|
|
GskGpuShaderClip clip,
|
|
GdkColorState *ccs,
|
|
float opacity,
|
|
const graphene_point_t *offset,
|
|
const GskGpuShaderImage *image,
|
|
const GdkColor *color);
|
|
|
|
|
|
G_END_DECLS
|
|
|