[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["`minValue()` is a method that returns the minimum value of a PixelType."],["The method has no input arguments and returns a number."],["It is called on a PixelType object using the dot notation (`PixelType.minValue()`)."]]],["The `PixelType.minValue()` function returns the minimum numerical value associated with a given `PixelType`. It takes a `PixelType` as its argument (`this: pixelType`) and outputs a `Number`. No other arguments are required. The function's core action is to determine and return this minimum value.\n"]]