hue-rotate()
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2016.
hue-rotate()
は CSS の関数で、要素およびその中身のコンテンツの色相環を回転させます。結果は <filter-function>
です。
試してみましょう
構文
css
hue-rotate(angle)
引数
例
hue-rotate の正しい値の例
css
hue-rotate(-90deg) /* 270 度の回転と同じ */
hue-rotate(0deg) /* 効果なし */
hue-rotate(90deg) /* 90 度の回転 */
hue-rotate(.5turn) /* 180 度の回転 */
hue-rotate(405deg) /* 45 度の回転と同じ */
仕様書
Specification |
---|
Filter Effects Module Level 1 # funcdef-filter-hue-rotate |
ブラウザーの互換性
BCD tables only load in the browser