118 uint32_t mTlCornerRadius;
119 uint32_t mTrCornerRadius;
120 uint32_t mBlCornerRadius;
121 uint32_t mBrCornerRadius;
125 DsColor mTextHighlightMaskColor;
136 DsSize fitContent(
void)
override;
DsColor is a class that represents a 4 channel color (Alpha, Red, Green, Blue).
Definition ds_color.h:53
DsPoint is a class that represents the X and Y 2D coordinates of a point as integer numbers.
Definition ds_geometry.h:24
DsRenderer is a class that implements all the drawing operations.
Definition ds_renderer.h:42
DsSize is class that represents the 2D size of a graphic object (width, height) as integer values.
Definition ds_geometry.h:780
DsSurface is a class that represents a drawing surface.
Definition ds_surface.h:30
DsView is a base class that represents any view on the screen.
Definition ds_view.h:40