# Dialog Item Color Value

Grammar — Color value of property of dialogItem for player
FlagsNative | Function | Internal

# Arguments

  • int [ control ] — Dialog Item
  • int [ preset::ControlProperty ] — Property
  • int — Player

Returns — color

native color DialogControlGetPropertyAsColor(
	int control,
	int property,
	int player,
);

Category: Dialog / Dialog Item Values / Internal

# Examples

# mods/core.sc2mod

NativeLib.galaxy

// L2793
DialogControlGetPropertyAsColor(lp_dialogItem, c_triggerControlPropertyColor, lp_player)
// L2246
DialogControlGetPropertyAsColor(lp_dialogItem, c_triggerControlPropertyColor, lp_player)