choices ) ) { $this->choices = array(); } $this->choices['alpha'] = false; // If a default value of rgba() is defined for a color control then we need to enable the alpha channel. if ( false !== strpos( $this->default, 'rgba' ) ) { $this->choices['alpha'] = true; } } } }