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

BlendOperation

alpha_blend_op

0

BlendOperation

color_blend_op

0

BlendFactor

dst_alpha_blend_factor

0

BlendFactor

dst_color_blend_factor

0

bool

enable_blend

false

BlendFactor

src_alpha_blend_factor

0

BlendFactor

src_color_blend_factor

0

bool

write_a

true

bool

write_b

true

bool

write_g

true

bool

write_r

true

Methods

void

set_as_mix ( )


Property Descriptions

BlendOperation alpha_blend_op = 0

There is currently no description for this property. Please help us by contributing one!


BlendOperation color_blend_op = 0

There is currently no description for this property. Please help us by contributing one!


BlendFactor dst_alpha_blend_factor = 0

There is currently no description for this property. Please help us by contributing one!


BlendFactor dst_color_blend_factor = 0

There is currently no description for this property. Please help us by contributing one!


bool enable_blend = false

  • void set_enable_blend ( bool value )

  • bool get_enable_blend ( )

There is currently no description for this property. Please help us by contributing one!


BlendFactor src_alpha_blend_factor = 0

There is currently no description for this property. Please help us by contributing one!


BlendFactor src_color_blend_factor = 0

There is currently no description for this property. Please help us by contributing one!


bool write_a = true

  • void set_write_a ( bool value )

  • bool get_write_a ( )

There is currently no description for this property. Please help us by contributing one!


bool write_b = true

  • void set_write_b ( bool value )

  • bool get_write_b ( )

There is currently no description for this property. Please help us by contributing one!


bool write_g = true

  • void set_write_g ( bool value )

  • bool get_write_g ( )

There is currently no description for this property. Please help us by contributing one!


bool write_r = true

  • void set_write_r ( bool value )

  • bool get_write_r ( )

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!