ReactOS 0.4.15-dev-7931-gfd331f1
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 apply_image_attributes(), and GdipSetImageAttributesColorKeys().

◆ colormatrices

◆ colorremaptables

◆ gamma

REAL GpImageAttributes::gamma[ColorAdjustTypeCount]

Definition at line 481 of file gdiplus_private.h.

Referenced by apply_image_attributes(), and GdipSetImageAttributesGamma().

◆ gamma_enabled

BOOL GpImageAttributes::gamma_enabled[ColorAdjustTypeCount]

Definition at line 480 of file gdiplus_private.h.

Referenced by apply_image_attributes(), and GdipSetImageAttributesGamma().

◆ noop

◆ outside_color

ARGB GpImageAttributes::outside_color

◆ wrap


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