ReactOS 0.4.17-dev-116-ga4b6fe9
GpImageAttributes Struct Reference

#include <gdiplus_private.h>

Collaboration diagram for GpImageAttributes:

Public Attributes

WrapMode wrap
 
ARGB outside_color
 
BOOL clamp
 
struct color_key colorkeys [ColorAdjustTypeCount]
 
struct color_matrix colormatrices [ColorAdjustTypeCount]
 
struct color_remap_table colorremaptables [ColorAdjustTypeCount]
 
BOOL gamma_enabled [ColorAdjustTypeCount]
 
REAL gamma [ColorAdjustTypeCount]
 
enum imageattr_noop noop [ColorAdjustTypeCount]
 

Detailed Description

Definition at line 473 of file gdiplus_private.h.

Member Data Documentation

◆ clamp

BOOL GpImageAttributes::clamp

◆ colorkeys

struct color_key GpImageAttributes::colorkeys[ColorAdjustTypeCount]

Definition at line 477 of file gdiplus_private.h.

Referenced by GdipSetImageAttributesColorKeys().

◆ colormatrices

struct color_matrix GpImageAttributes::colormatrices[ColorAdjustTypeCount]

◆ colorremaptables

struct color_remap_table GpImageAttributes::colorremaptables[ColorAdjustTypeCount]

◆ gamma

REAL GpImageAttributes::gamma[ColorAdjustTypeCount]

Definition at line 481 of file gdiplus_private.h.

Referenced by GdipSetImageAttributesGamma().

◆ gamma_enabled

BOOL GpImageAttributes::gamma_enabled[ColorAdjustTypeCount]

Definition at line 480 of file gdiplus_private.h.

Referenced by GdipSetImageAttributesGamma().

◆ noop

enum imageattr_noop GpImageAttributes::noop[ColorAdjustTypeCount]

Definition at line 482 of file gdiplus_private.h.

Referenced by GdipResetImageAttributes(), and GdipSetImageAttributesNoOp().

◆ outside_color

ARGB GpImageAttributes::outside_color

◆ wrap


The documentation for this struct was generated from the following file: