Work in progress
Godot documentation is being updated to reflect the latest changes in version
4.0
. Some documentation pages may
still state outdated information. This banner will tell you if you're reading one of such pages.
The contents of this page are up to date. If you can still find outdated information, please open an issue.
RDPipelineColorBlendStateAttachment¶
Inherits: RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties¶
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods¶
void |
set_as_mix ( ) |
Property Descriptions¶
BlendOperation alpha_blend_op = 0
void set_alpha_blend_op ( BlendOperation value )
BlendOperation get_alpha_blend_op ( )
There is currently no description for this property. Please help us by contributing one!
BlendOperation color_blend_op = 0
void set_color_blend_op ( BlendOperation value )
BlendOperation get_color_blend_op ( )
There is currently no description for this property. Please help us by contributing one!
BlendFactor dst_alpha_blend_factor = 0
void set_dst_alpha_blend_factor ( BlendFactor value )
BlendFactor get_dst_alpha_blend_factor ( )
There is currently no description for this property. Please help us by contributing one!
BlendFactor dst_color_blend_factor = 0
void set_dst_color_blend_factor ( BlendFactor value )
BlendFactor get_dst_color_blend_factor ( )
There is currently no description for this property. Please help us by contributing one!
bool enable_blend = false
There is currently no description for this property. Please help us by contributing one!
BlendFactor src_alpha_blend_factor = 0
void set_src_alpha_blend_factor ( BlendFactor value )
BlendFactor get_src_alpha_blend_factor ( )
There is currently no description for this property. Please help us by contributing one!
BlendFactor src_color_blend_factor = 0
void set_src_color_blend_factor ( BlendFactor value )
BlendFactor get_src_color_blend_factor ( )
There is currently no description for this property. Please help us by contributing one!
bool write_a = true
There is currently no description for this property. Please help us by contributing one!
bool write_b = true
There is currently no description for this property. Please help us by contributing one!
bool write_g = true
There is currently no description for this property. Please help us by contributing one!
bool write_r = true
There is currently no description for this property. Please help us by contributing one!
Method Descriptions¶
void set_as_mix ( )
There is currently no description for this method. Please help us by contributing one!