fluid v0.7.0 (2024-10-02T21:53:39Z)
Dub
Repo
setAlpha
fluid
backend
Set the alpha channel for the given color, as a float.
Color
setAlpha
(Color color, float alpha)
Color
setAlpha
(Color color, int alpha)
Color
setAlpha
(Color color, ubyte alpha)
@
safe
Color
setAlpha
(
Color
color
,
ubyte
alpha
)
Meta
Source
See Implementation
fluid
backend
modules
headless
raylib5
aliases
Color
Rectangle
Vector2
VoidDelegate
enums
GamepadAxis
GamepadButton
KeyboardKey
MouseButton
functions
alphaBlend
color
defaultFluidBackend
multiply
setAlpha
toHex
interfaces
FluidBackend
static functions
generateAlphaMask
generateColorImage
generatePalettedImage
structs
FluidMouseCursor
Image
PalettedColor
Texture
TextureGC
TextureReaper
TextureTombstone
Set the alpha channel for the given color, as a float.