TwistPHP Documentation

color

File path: dist/twist/Core/Models/ICS/Calendar.model.php
Namespace: Twist\Core\Models\ICS
Extends:

colorSet the color for the calendar (Experimental, may ot work)

Parameters

Name Type Description
[$intR = null]integern/a
[$intG = null]integern/a
[$intB = null]integern/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$intR null;
$intG null;
$intB null;

//Call the function color with the example vars
$resCalendar = new \Twist\Core\Models\ICS\Calendar();
$resCalendar -> color($intR$intG$intB);