コード例 #1
0
 protected function OverrideColors()
 {
     if (!is_null($this->m_CustomLightColor)) {
         $this->BackColor = $this->m_CustomLightColor;
         $this->ForeColor = LBD_Color::Darkened($this->m_CustomLightColor, 85);
     }
     if (!is_null($this->m_CustomDarkColor)) {
         $this->TextColor = $this->m_CustomDarkColor;
     }
 }