Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

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!