PyAlphaBlendControl
Properties
Section titled “Properties”Type: ushort
Type: float
BaseColorR
Section titled “BaseColorR”Type: byte
BaseColorG
Section titled “BaseColorG”Type: byte
BaseColorB
Section titled “BaseColorB”Type: byte
BaseColorA
Section titled “BaseColorA”Type: byte
No fields found.
No enums found.
Methods
Section titled “Methods”SetBaseColor
Section titled “SetBaseColor”(r, g, b, a)
Sets the base color of the alpha blend control using RGBA values (0-255)
Parameters:
| Name | Type | Optional | Description |
|---|---|---|---|
r | byte | ❌ No | Red component (0-255) |
g | byte | ❌ No | Green component (0-255) |
b | byte | ❌ No | Blue component (0-255) |
a | byte | ✅ Yes | Alpha component (0-255), defaults to 255 if not specified |
Return Type: void (Does not return anything)