検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 17 for gradient (0.008 sec.)
Linear Gradient 11293
« UI\Draw\Brush\Gradient::setStop UI\Draw\Brush\LinearGradient::__construct » PHP Manual UI Line ... ar Gradient Linear Gradient (UI 2.0.0) はじめに クラス概要 cla ... ss UI\Draw\Brush\LinearGradient extends UI\Draw\Brush\Gradient { /* Constructor */ ... $end ) /* 継承したメソッド */ public UI\Draw\Brush\Gradient::addStop ( float $position , UI\Draw\Color $color ... ): int public UI\Draw\Brush\Gradient::addStop ( float $position , int $color ): int pub ...
https://man.plustar.jp/php/class.ui-draw-brush-lineargradient.html - [similar]
Radial Gradient 11190
« UI\Draw\Brush\LinearGradient::__construct UI\Draw\Brush\RadialGradient::__construct » PHP Manu ... al UI Radial Gradient Radial Gradient (UI 2.0.0) はじめに クラス概要 cla ... ss UI\Draw\Brush\RadialGradient extends UI\Draw\Brush\Gradient { /* Constructor */ ... dius ) /* 継承したメソッド */ public UI\Draw\Brush\Gradient::addStop ( float $position , UI\Draw\Color $color ... ): int public UI\Draw\Brush\Gradient::addStop ( float $position , int $color ): int pub ...
https://man.plustar.jp/php/class.ui-draw-brush-radialgradient.html - [similar]
Gradient Brushes 11018
« UI\Draw\Brush::setColor UI\Draw\Brush\Gradient::addStop » PHP Manual UI Gradient Brushes Gradient ... ent Brushes (UI 2.0.0) はじめに Abstract for gradient brushes クラス概要 abstract class UI\Draw\Brush\Gr ... setColor ( int $color ): void } 目次 UI\Draw\Brush\Gradient::addStop — Stop Manipulation UI\Draw\Brush\Gradien ... t::delStop — Stop Manipulation UI\Draw\Brush\Gradient::setStop — Stop Manipulation 関連キーワード: Gradi ...
https://man.plustar.jp/php/class.ui-draw-brush-gradient.html - [similar]
Stop Manipulation 10552
« UI\Draw\Brush\Gradient UI\Draw\Brush\Gradient::delStop » PHP Manual UI\Draw\Brush\Gradient Sto ... p Manipulation UI\Draw\Brush\Gradient::addStop (UI 2.0.0) UI\Draw\Brush\Gradient::addSto ... p — Stop Manipulation 説明 public UI\Draw\Brush\Gradient::addStop ( float $position , UI\Draw\Color $color ... ): int public UI\Draw\Brush\Gradient::addStop ( float $position , int $color ): int Sha ... tops 関連キーワード: Stop , Manipulation , Brush , Gradient , addStop , stop , int , float , public , given ...
https://man.plustar.jp/php/ui-draw-brush-gradient.addstop.html - [similar]
Stop Manipulation 10069
« UI\Draw\Brush\Gradient::addStop UI\Draw\Brush\Gradient::setStop » PHP Manual UI\Draw\Brush\Gradient ... dient Stop Manipulation UI\Draw\Brush\Gradient::delStop (UI 2.0.0) UI\Draw\Brush\Gradient::delSto ... p — Stop Manipulation 説明 public UI\Draw\Brush\Gradient::delStop ( int $index ): int 警告 この関数は、 現在 ... tops 関連キーワード: Stop , Manipulation , Brush , Gradient , delStop , int , setStop , public , addStop , 警告 ...
https://man.plustar.jp/php/ui-draw-brush-gradient.delstop.html - [similar]
Stop Manipulation 9966
« UI\Draw\Brush\Gradient::delStop UI\Draw\Brush\LinearGradient » PHP Manual UI\Draw\Brush\Gradient ... nt Stop Manipulation UI\Draw\Brush\Gradient::setStop (UI 2.0.0) UI\Draw\Brush\Gradient::setSto ... p — Stop Manipulation 説明 public UI\Draw\Brush\Gradient::setStop ( int $index , float $position , UI\Draw\ ... Color $color ): bool public UI\Draw\Brush\Gradient::setStop ( int $index , float $position , int $col ... cess 関連キーワード: Stop , Manipulation , Brush , Gradient , setStop , int , stop , public , float , delStop ...
https://man.plustar.jp/php/ui-draw-brush-gradient.setstop.html - [similar]
Construct a Linear Gradient 9086
« UI\Draw\Brush\LinearGradient UI\Draw\Brush\RadialGradient » PHP Manual UI\Draw\Brush\LinearGradient ... dient Construct a Linear Gradient UI\Draw\Brush\LinearGradient::__construct (UI 2.0. ... 0) UI\Draw\Brush\LinearGradient::__construct — Construct a Linear Gradient 説明 pu ... blic UI\Draw\Brush\LinearGradient::__construct ( UI\Point $start , UI\Point $end ) S ... hall construct a new linear gradient パラメータ start end 関連キーワード: Construct , G ...
https://man.plustar.jp/php/ui-draw-brush-lineargradient.construct.html - [similar]
Construct a new Radial Gradient 9052
« UI\Draw\Brush\RadialGradient UI\Draw\Text\Layout » PHP Manual UI\Draw\Brush\RadialGradient Con ... struct a new Radial Gradient UI\Draw\Brush\RadialGradient::__construct (UI 2.0. ... 0) UI\Draw\Brush\RadialGradient::__construct — Construct a new Radial Gradient 説明 ... public UI\Draw\Brush\RadialGradient::__construct ( UI\Point $start , UI\Point $outer , ... float $radius ) Shall construct a new radial gradient パラメータ start outer radius 関連キーワード: new ...
https://man.plustar.jp/php/ui-draw-brush-radialgradient.construct.html - [similar]
GUI用の拡張モジュール 7948
« XSLTProcessor::transformToXml UI » PHP Manual 関数リファレンス GUI用の拡張モジュール GUI用の拡 ... Draw Stroke UI\Draw\Brush — Brushes UI\Draw\Brush\GradientGradient Brushes UI\Draw\Brush\LinearGradient... Linear Gradient UI\Draw\Brush\RadialGradient — Radial Gradient UI\ ... ols , Font , 拡張 , モジュール , Text , Settings , Gradient , Represents , Brush ...
https://man.plustar.jp/php/refs.ui.html - [similar]
基本的な使用法 7793
« 例 Imagick » PHP Manual 例 基本的な使用法 基本的な使用法 Imagick は、PHP による画像の操作を、 ... * 階調を作成します。これを後で鏡像にかぶせます */ $gradient = new Imagick (); /* 階調は、画像と枠線をあわせたも ... のより大きくなければなりません */ $gradient -> newPseudoImage ( $reflection -> getImageWidth ( ... ) + 10 , $reflection -> getImageHeight () + 10 , "gradient:transparent-black" ); /* 階調を合成します */ $refl ... ection -> compositeImage ( $gradient , imagick :: COMPOSITE_OVER , 0 , 0 ); /* 不透明度 ...
https://man.plustar.jp/php/imagick.examples-1.html - [similar]
PREV 1 2 NEXT