HomeSort by relevance Sort by last modified time
    Searched defs:Gray (Results 1 - 4 of 4) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/math/
ColorRGBA.java 62 * the color gray (.2,.2,.2).
66 * the color gray (.5,.5,.5).
68 public static final ColorRGBA Gray = new ColorRGBA(0.5f, 0.5f, 0.5f, 1.0f);
70 * the color gray (.8,.8,.8).
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsps2.c 828 // Generates a curve from a gray profile
841 cmsUInt8Number Gray = (cmsUInt8Number) i;
844 cmsDoTransform(xform, &Gray, &XYZ, 1);
945 // Does create CSA based on matrix-shaper. Allowed types are gray and RGB based
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h 252 Gray = 0x808080,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluscolor.h 111 static const ARGB Gray = 0xFF808080;

Completed in 127 milliseconds