Skip to content

PyAlphaBlendControl

Type: ushort

Type: float

Type: byte

Type: byte

Type: byte

Type: byte

No fields found.

No enums found.

(r, g, b, a) Sets the base color of the alpha blend control using RGBA values (0-255)

Parameters:

NameTypeOptionalDescription
rbyte❌ NoRed component (0-255)
gbyte❌ NoGreen component (0-255)
bbyte❌ NoBlue component (0-255)
abyte✅ YesAlpha component (0-255), defaults to 255 if not specified

Return Type: void (Does not return anything)