summaryrefslogtreecommitdiff
path: root/gs/base/gsptype1.h
diff options
context:
space:
mode:
Diffstat (limited to 'gs/base/gsptype1.h')
-rw-r--r--gs/base/gsptype1.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gs/base/gsptype1.h b/gs/base/gsptype1.h
index 32cf7bd24..b81404b58 100644
--- a/gs/base/gsptype1.h
+++ b/gs/base/gsptype1.h
@@ -91,6 +91,9 @@ const gs_client_pattern *gs_getpattern(const gs_client_color *);
/* Check device color for Pattern Type 1. */
bool gx_dc_is_pattern1_color(const gx_device_color *pdevc);
+/* Check device color for Pattern Type 1 with transparency involved */
+bool gx_dc_is_pattern1_color_with_trans(const gx_device_color *pdevc);
+
/* Get transparency pointer */
void * gx_pattern1_get_transptr(const gx_device_color *pdevc);
/* pattern is clist with transparency */