fluid ~master (2025-03-22T14:27:06.5478146)
Dub
Repo
ColorBorder
fluid
border
Undocumented in source.
@
safe
class
ColorBorder :
FluidIOBorder
{
Color
[
4
]
color
;
void
apply
(FluidBackend io, Rectangle borderBox, float[4] size);
void
apply
(CanvasIO io, Rectangle borderBox, float[4] size);
bool
opEquals
(Object object);
}
Members
Functions
apply
void
apply
(FluidBackend io, Rectangle borderBox, float[4] size)
Undocumented in source. Be warned that the author may not have intended to support it.
apply
void
apply
(CanvasIO io, Rectangle borderBox, float[4] size)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool
opEquals
(Object object)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
color
Color
[
4
]
color
;
Undocumented in source.
Inherited Members
From FluidIOBorder
apply
void
apply
(CanvasIO io, Rectangle borderBox, float[4] size)
Apply the border, drawing it in the given box.
Meta
Source
See Implementation
fluid
border
classes
ColorBorder
functions
colorBorder
interfaces
FluidBorder
FluidIOBorder