summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/gstparam.h')
-rw-r--r--base/gstparam.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/base/gstparam.h b/base/gstparam.h
index e8aa4fb3..44093bc9 100644
--- a/base/gstparam.h
+++ b/base/gstparam.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2019 Artifex Software, Inc.
+/* Copyright (C) 2001-2020 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
@@ -72,12 +72,16 @@ typedef struct gs_transparency_group_params_s {
const gs_color_space *ColorSpace;
bool Isolated;
bool Knockout;
+ float group_shape;
+ float group_opacity;
bool image_with_SMask;
int text_group;
+ bool shade_group;
+ bool page_group;
bool idle;
uint mask_id;
int group_color_numcomps;
- gs_transparency_color_t group_color;
+ gs_transparency_color_t group_color_type;
int64_t icc_hashcode; /* Needed when we are doing clist reading */
cmm_profile_t *iccprofile; /* The profile */
} gs_transparency_group_params_t;
@@ -115,7 +119,7 @@ typedef struct gs_transparency_mask_params_s {
typedef struct gx_transparency_mask_params_s {
gs_transparency_mask_subtype_t subtype;
int group_color_numcomps;
- gs_transparency_color_t group_color;
+ gs_transparency_color_t group_color_type;
int Background_components;
int Matte_components;
float Background[GS_CLIENT_COLOR_MAX_COMPONENTS];