Changeset 58414
- Timestamp:
- 06/14/2024 12:16:42 PM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-duotone.php
r58317 r58414 216 216 217 217 /** 218 * Parses any valid Hex3, Hex4, Hex6 or Hex8 string and converts it to an RGBA object 218 * Parses any valid Hex3, Hex4, Hex6 or Hex8 string and converts it to an RGBA object 219 219 * 220 220 * Direct port of colord's parseHex function. … … 287 287 288 288 /** 289 * Parses a valid RGB[A] CSS color function/string 289 * Parses a valid RGB[A] CSS color function/string 290 290 * 291 291 * Direct port of colord's parseRgbaString function.
Note: See TracChangeset
for help on using the changeset viewer.