Cubios::Gfx::Background
Constructors
Background
Summary
Constructs an object for rendering of solid color background
Arguments
- r - value of the red component
- g - value of the green component
- b - value of the blue component
Synopsis
Cubios::Gfx::Background
CPPWrapped for easier reading. Turn wrap off to inspect exact line lengths.
Arguments
- r - value of the red component
- g - value of the green component
- b - value of the blue component
- a - value of the alpha component
Synopsis
Cubios::Gfx::Background
CPPWrapped for easier reading. Turn wrap off to inspect exact line lengths.
Arguments
- color - color value in ARGB8888 format
Synopsis
Cubios::Gfx::Background
CPPWrapped for easier reading. Turn wrap off to inspect exact line lengths.
Public Methods
SetColor
Summary
Sets per-component values of a color
Arguments
- r - value of the red component
- g - value of the green component
- b - value of the blue component
- a - value of the alpha component
Output
Returns a pointer to the object to which the change was applied
Synopsis
Cubios::Gfx::Background
CPPWrapped for easier reading. Turn wrap off to inspect exact line lengths.
Arguments
- r - value of the red component
- g - value of the green component
- b - value of the blue component
Output
Returns a pointer to the object to which the change was applied
Synopsis
Cubios::Gfx::Background
CPPWrapped for easier reading. Turn wrap off to inspect exact line lengths.
Arguments
- color - color value in ARGB8888 format
Output
Returns a pointer to the object to which the change was applied
Synopsis
Cubios::Gfx::Background
CPPWrapped for easier reading. Turn wrap off to inspect exact line lengths.