dlangui v0.0.7 (2014-04-18T05:43:18Z)
Home
Dub
Repo
ClipRectSaver
dlangui
graphics
drawbuf
RAII setting/restoring of clip rectangle
struct
ClipRectSaver {
this
(DrawBuf buf, Rect newClipRect);
~this
();
}
Constructors
this
this
(DrawBuf buf, Rect newClipRect)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Meta
Source
See Implementation
dlangui
graphics
drawbuf
aliases
DrawBufRef
classes
ColorDrawBuf
ColorDrawBufBase
DrawBuf
GrayDrawBuf
functions
blendARGB
blendGray
rgbToGray
transformComponent
transformRGBA
structs
ClipRectSaver
ColorTransform
ColorTransformHandler
NinePatch
variables
COLOR_TRANSFORM_MULTIPLY_NONE
COLOR_TRANSFORM_OFFSET_NONE
RAII setting/restoring of clip rectangle