Garry's Mod Wiki

DLabel:SetDark

  DLabel:SetDark( boolean dark )

Description

Sets the color of the text to the dark text color defined in the skin.

Disables DLabel:SetBright. Gets overridden by DLabel:SetHighlight.

You should only consider using this if you are using background elements that are not manually painted and are using the skin colors. Otherwise use DLabel:SetTextColor.

Arguments

1 boolean dark
Whenever to set the text to dark or not.