PeServer

RgbColor
in package
implements IColor

Read onlyYes

Table of Contents

Interfaces

IColor
GD関数ラッパー処理での色。

Constants

RGB_MAXIMUM  = 255
RGB_MINIMUM  = 0

Properties

$alpha  : int
$blue  : int
$green  : int
$red  : int

Methods

__construct()  : mixed
生成。
__toString()  : string
fromHtmlColorCode()  : RgbColor
toHtml()  : string
HTML的なカラーコードに変換。
fromHex()  : int
16進数表現から色要素の数値に変換。

Constants

RGB_MAXIMUM

public mixed RGB_MAXIMUM = 255

RGB_MINIMUM

public mixed RGB_MINIMUM = 0

Properties

$alpha

public int $alpha = IColor::ALPHA_NONE

Methods

__toString()

public __toString() : string
Return values
string

fromHtmlColorCode()

public static fromHtmlColorCode(string $htmlColor) : RgbColor
Parameters
$htmlColor : string
Return values
RgbColor

toHtml()

HTML的なカラーコードに変換。

public toHtml() : string

CSS も若干あれなこう、やることが多いあれ。

Return values
string

        
On this page

Search results