ReactOS 0.4.15-dev-7924-g5949c20
GpLineGradient Struct Reference

#include <gdiplus_private.h>

Collaboration diagram for GpLineGradient:

Public Attributes

GpBrush brush
 
ARGB startcolor
 
ARGB endcolor
 
RectF rect
 
GpWrapMode wrap
 
BOOL gamma
 
REALblendfac
 
REALblendpos
 
INT blendcount
 
ARGBpblendcolor
 
REALpblendpos
 
INT pblendcount
 
GpMatrix transform
 

Detailed Description

Definition at line 292 of file gdiplus_private.h.

Member Data Documentation

◆ blendcount

INT GpLineGradient::blendcount

◆ blendfac

REAL* GpLineGradient::blendfac

Definition at line 299 of file gdiplus_private.h.

Referenced by blend_line_gradient(), GdipGetLineBlend(), and GdipSetLineBlend().

◆ blendpos

REAL* GpLineGradient::blendpos

Definition at line 300 of file gdiplus_private.h.

Referenced by blend_line_gradient(), GdipGetLineBlend(), and GdipSetLineBlend().

◆ brush

◆ endcolor

ARGB GpLineGradient::endcolor

Definition at line 295 of file gdiplus_private.h.

Referenced by blend_line_gradient(), GdipGetLineColors(), and GdipSetLineColors().

◆ gamma

BOOL GpLineGradient::gamma

Definition at line 298 of file gdiplus_private.h.

◆ pblendcolor

ARGB* GpLineGradient::pblendcolor

◆ pblendcount

INT GpLineGradient::pblendcount

◆ pblendpos

REAL* GpLineGradient::pblendpos

◆ rect

RectF GpLineGradient::rect

Definition at line 296 of file gdiplus_private.h.

Referenced by blend_line_gradient(), and GdipGetLineRect().

◆ startcolor

ARGB GpLineGradient::startcolor

Definition at line 294 of file gdiplus_private.h.

Referenced by blend_line_gradient(), GdipGetLineColors(), and GdipSetLineColors().

◆ transform

◆ wrap

GpWrapMode GpLineGradient::wrap

Definition at line 297 of file gdiplus_private.h.

Referenced by blend_line_gradient(), and GdipGetLineWrapMode().


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